merge of '9706988717e3c2c70303850cb12a58843a12fa20'
[vuplus_openembedded] / conf / machine / mpc8315e-rdb.conf
1 #@TYPE: Machine
2 #@Name: Freescale MPC8315E-RDB
3 #@DESCRIPTION: Machine configuration for the Freescale MPC8315E-RDB
4
5 # Development board with low power PowerPC SoC with MMU/FPU and PCI,
6 # PCI Express x1, 2x SATA.
7
8 TARGET_ARCH = "powerpc"
9 PACKAGE_EXTRA_ARCHS = "ppce300c3"
10
11 PREFERRED_PROVIDER_virtual/kernel ?= "linux"
12
13 MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"
14
15 KERNEL_IMAGETYPE = "uImage"
16
17 PREFERRED_VERSION_u-boot ?= "1.3.2"
18 UBOOT_MACHINE = "MPC8315ERDB_config"
19 UBOOT_ENTRYPOINT = "0"
20 UBOOT_LOADADDRESS = "0"
21
22 #rootfs on NAND flash
23 EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x4000 --no-cleanmarkers"
24
25 #don't try to access tty1
26 USE_VT = "0"
27
28 SERIAL_CONSOLE = "115200 ttyS0"
29
30 #tune for the e300c3 core
31 require conf/machine/include/tune-ppce300c3.inc
32