diff options
| author | Mike Turquette <mturquette@ti.com> | 2009-07-28 17:09:50 -0500 |
|---|---|---|
| committer | Mike Turquette <mturquette@ti.com> | 2009-08-03 13:23:52 -0500 |
| commit | 5e88a54c71ac4ad701e26886834644c6ade89ae6 (patch) | |
| tree | d99ec15106f8aaff1028600ff9865d9b394c91db /meta | |
| parent | 51536c814ae073a2b5d0c62f6377594da1ccad3c (diff) | |
| download | poky-5e88a54c71ac4ad701e26886834644c6ade89ae6.tar.gz | |
zoom2.conf: initial zoom2 board support
The Zoom2 is an OMAP3-based development platform. Its architecture shares much in common with other OMAP3 boards such as Beagle, Overo, and RX51.
Signed-off-by: Mike Turquette <mturquette@ti.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/conf/machine/zoom2.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/conf/machine/zoom2.conf b/meta/conf/machine/zoom2.conf new file mode 100644 index 0000000000..c71bc6df98 --- /dev/null +++ b/meta/conf/machine/zoom2.conf | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Logic PD Zoom2 | ||
| 3 | #@DESCRIPTION: Machine configuration for the OMAP3-powered Logic PD Zoom2 | ||
| 4 | TARGET_ARCH = "arm" | ||
| 5 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7a" | ||
| 6 | |||
| 7 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap3-pm" | ||
| 8 | |||
| 9 | MACHINE_FEATURES = "kernel26 apm alsa usbgadget usbhost screen touchscreen" | ||
| 10 | |||
| 11 | KERNEL_IMAGETYPE = "uImage" | ||
| 12 | IMAGE_FSTYPES ?= "tar.gz jffs2 ext2" | ||
| 13 | UBOOT_ENTRYPOINT ="0x80008000" | ||
| 14 | UBOOT_LOADADDRESS ="0x80008000" | ||
| 15 | |||
| 16 | EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" | ||
| 17 | SERIAL_CONSOLE = "-L 115200 ttyS3" | ||
| 18 | #MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS = "u-boot x-load" | ||
| 19 | |||
| 20 | require conf/machine/include/tune-cortexa8.inc | ||
