From: Koen Kooi Date: Wed, 8 Feb 2006 10:21:35 +0000 (+0000) Subject: ep93xx.conf: add machine config for ep93xx based boards like http://www.glomationinc... X-Git-Tag: Release-2010-05/1~9453^2~2405^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbcd6d1582c86892d7d662216df713bd9db04d4e;p=openembedded.git ep93xx.conf: add machine config for ep93xx based boards like glomationinc.com/products_9312-sx.html --- diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf new file mode 100644 index 0000000000..7eed2b3748 --- /dev/null +++ b/conf/machine/ep93xx.conf @@ -0,0 +1,18 @@ +#@TYPE: Machine +#@Name: Cirrus Logic EP-93xx Development Platform +#@DESCRIPTION: Machine configuration for Cirrus Logic EP-93xx Development Platform + +TARGET_ARCH = "arm" + +IPKG_ARCHS = "all arm armv5te ${MACHINE}" + +PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" + + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0" + +# used by some images +ROOT_FLASH_SIZE = "8" + +