merge of '0413bc22cd84e097b31969ed4179c1b5ff152b99'
[vuplus_openembedded] / conf / machine / mpc8323e-rdb.conf
1 #@TYPE: Machine
2 #@Name: Freescale MPC8323E-RDB
3 #@DESCRIPTION: Machine configuration for the Freescale MPC8323E-RDB
4
5 TARGET_ARCH = "powerpc"
6 TARGET_FPU ?= "soft"
7 PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppce300c2"
8
9 PREFERRED_PROVIDER_virtual/kernel = "linux"
10
11 MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"
12
13 PREFERRED_VERSION_u-boot = "1.1.6"
14 UBOOT_MACHINE = "MPC8323ERDB_config"
15
16 EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000"
17
18 #don't try to access tty1
19 USE_VT = "0"
20
21 SERIAL_CONSOLE = "115200 ttyS0"
22
23 #tune for the e300c2 core
24 require conf/machine/include/tune-ppce300c2.inc
25