diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-11 12:04:11 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-11 12:04:11 +0100 |
commit | f56add4559dea1bb2857c220aab69c6d83d161b6 (patch) | |
tree | 15465e24e9bd5fba706ce7e5b1661b51f7f2d05a /meta/conf | |
parent | 083745a26e717b1c927bd86d604bdab586620567 (diff) | |
parent | 63dffacec4d267d239f789d4812ba390ac1784f5 (diff) | |
download | openembedded-core-f56add4559dea1bb2857c220aab69c6d83d161b6.tar.gz openembedded-core-f56add4559dea1bb2857c220aab69c6d83d161b6.tar.bz2 openembedded-core-f56add4559dea1bb2857c220aab69c6d83d161b6.zip |
Merge branch 'mturquette/zoom2' of git://git.pokylinux.org/poky-contrib
Diffstat (limited to 'meta/conf')
-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 @@ +#@TYPE: Machine +#@NAME: Logic PD Zoom2 +#@DESCRIPTION: Machine configuration for the OMAP3-powered Logic PD Zoom2 +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7a" + +PREFERRED_PROVIDER_virtual/kernel = "linux-omap3-pm" + +MACHINE_FEATURES = "kernel26 apm alsa usbgadget usbhost screen touchscreen" + +KERNEL_IMAGETYPE = "uImage" +IMAGE_FSTYPES ?= "tar.gz jffs2 ext2" +UBOOT_ENTRYPOINT ="0x80008000" +UBOOT_LOADADDRESS ="0x80008000" + +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" +SERIAL_CONSOLE = "-L 115200 ttyS3" +#MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS = "u-boot x-load" + +require conf/machine/include/tune-cortexa8.inc |