merge of 253db2cc1289b54dcf638e5bd3cd11ae2a9c432f
[vuplus_openembedded] / conf / machine / ep93xx.conf
1 #@TYPE: Machine
2 #@Name: Cirrus Logic EP-93xx Development Platform
3 #@DESCRIPTION: Machine configuration for Cirrus Logic EP-93xx Development Platform
4
5 INHERIT += "linux_modules"
6
7 TARGET_ARCH = "arm"
8 IPKG_ARCHS = "all arm armv5te ${MACHINE}"
9
10 PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
11
12 #ship in rootfs:
13 EP93XX_MODULES = "apm \
14                   pcmcia-core \
15                   ipv6 "
16 BOOTSTRAP_EXTRA_RRECOMMENDS += " ${@linux_module_packages('${EP93XX_MODULES}', d)}"
17 BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools"
18
19
20 # used by sysvinit_2
21 SERIAL_CONSOLE = "57600 ttyAM0"
22
23 # used by some images
24 ROOT_FLASH_SIZE = "8"
25 #extra jffs2 tweaks
26 EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000 --pad=0x500000 "
27
28 #tune for ep93xx cpus
29 #can be used for crunch support later on
30 #include conf/machine/tune-ep9312.conf