u-boot: Add PSP version for am387x-evm
[openembedded.git] / conf / machine / mpc8315e-rdb.conf
bloba36b4f5b6bb0555ea1f801a0894899e770422149
1 #@TYPE: Machine
2 #@Name: Freescale MPC8315E-RDB
3 #@DESCRIPTION: Machine configuration for the Freescale MPC8315E-RDB
5 # Development board with low-power PowerPC SoC with MMU/FPU and PCI,
6 # 2x PCI Express x1, 2x SATA.
8 TARGET_ARCH = "powerpc"
10 PREFERRED_PROVIDER_virtual/kernel ?= "linux"
12 MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"
14 KERNEL_IMAGETYPE = "uImage"
16 PREFERRED_VERSION_u-boot ?= "2009.06"
17 UBOOT_MACHINE = "MPC8315ERDB_config"
18 UBOOT_ENTRYPOINT = "0"
19 UBOOT_LOADADDRESS = "0"
21 #rootfs on NAND flash
22 EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x4000 --no-cleanmarkers"
24 #don't try to access tty1
25 USE_VT = "0"
27 SERIAL_CONSOLE = "115200 ttyS0"
29 #tune for the e300c3 core
30 require conf/machine/include/tune-ppce300c3.inc
32 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
33 XSERVER = "xserver-xorg \
34            xf86-input-evdev \
35            xf86-input-mouse \
36            xf86-video-fbdev \
37            xf86-input-keyboard"
38 GUI_MACHINE_CLASS = "bigscreen"