diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2006-10-25 21:58:55 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2006-10-25 21:58:55 +0000 |
commit | eaee660696fc304f2cc9de2b15361872ce566547 (patch) | |
tree | 026e4052b0bc8d12c453f7e52708627627fd0b4a /conf/machine/compulab-pxa270.conf | |
parent | e26108affb65e89fcf248a58564b9c25934a04a0 (diff) |
compulab-pxa270: Add machine and kernel support for compulab PXA270 module
Diffstat (limited to 'conf/machine/compulab-pxa270.conf')
-rw-r--r-- | conf/machine/compulab-pxa270.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/machine/compulab-pxa270.conf b/conf/machine/compulab-pxa270.conf new file mode 100644 index 0000000000..38bc900050 --- /dev/null +++ b/conf/machine/compulab-pxa270.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@Name: Compulab PXA270 system +#@DESCRIPTION: Machine configuration for LogicPD PXA270 system +#OLDEST_KERNEL = "2.6.17" +TARGET_ARCH = "arm" +PREFERRED_VERSION_logicpd-pxa270 = "2.6.17" +GUI_MACHINE_CLASS = "bigscreen" + +PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}" +IPKG_EXTRA_ARCHS = "armv4 armv5te" + +include conf/machine/include/tune-xscale.conf + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttySA0" + +# used by opie-collections.inc +ROOT_FLASH_SIZE = "32" + +EXTRA_IMAGECMD_jffs2 = "--pad=0x1000000 --eraseblock=0x40000" + + |