diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2006-06-05 19:16:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-05 19:16:34 +0000 |
commit | 277527fbf2d7fcae47680fe3dde131d4e7418243 (patch) | |
tree | 3ac03b62e6019252d8d07636df1c2fa5f8cc711e /conf/machine/logicpd-pxa270.conf | |
parent | bb29ee997c83fc977dcdd98334752754df76ed12 (diff) |
logicpd-pxa270: initial support for Logicpd PXA270, provided by Shane Volpe
Diffstat (limited to 'conf/machine/logicpd-pxa270.conf')
-rw-r--r-- | conf/machine/logicpd-pxa270.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/logicpd-pxa270.conf b/conf/machine/logicpd-pxa270.conf new file mode 100644 index 0000000000..1027fe81cb --- /dev/null +++ b/conf/machine/logicpd-pxa270.conf @@ -0,0 +1,20 @@ +#@TYPE: Machine +#@Name: LogicPD PXA270 Development Platform +#@DESCRIPTION: Machine configuration for LogicPD PXA270 Zoom Development Platform +#OLDEST_KERNEL = "2.6.17-rc5" +TARGET_ARCH = "arm" +PREFERRED_VERSION_mainstone-kernel = "2.6.17-rc5" +GUI_MACHINE_CLASS = "smallscreen" +IPKG_ARCHS = "all arm armv5te ${MACHINE}" + +PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}" + +include conf/machine/include/tune-iwmmxt.conf + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0" + +# used by opie-collections.inc +ROOT_FLASH_SIZE = "32" +# EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000" + |