increase dvbapp PR.
[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 # 2x PCI Express x1, 2x SATA.
7
8 TARGET_ARCH = "powerpc"
9
10 PREFERRED_PROVIDER_virtual/kernel ?= "linux"
11
12 MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"
13
14 KERNEL_IMAGETYPE = "uImage"
15
16 PREFERRED_VERSION_u-boot ?= "2009.06"
17 UBOOT_MACHINE = "MPC8315ERDB_config"
18 UBOOT_ENTRYPOINT = "0"
19 UBOOT_LOADADDRESS = "0"
20
21 #rootfs on NAND flash
22 EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x4000 --no-cleanmarkers"
23
24 #don't try to access tty1
25 USE_VT = "0"
26
27 SERIAL_CONSOLE = "115200 ttyS0"
28
29 #tune for the e300c3 core
30 require conf/machine/include/tune-ppce300c3.inc
31