cornucopia: bump SRCREV
[openembedded.git] / conf / machine / p2020rdb.conf
blob1bdf4fd19a34daa199be3459ef00d93bdb91e99a
1 #@TYPE: Machine
2 #@Name: Freescale P2020RDB
3 #@DESCRIPTION: Machine configuration for the Freescale P2020RDB Reference Design Board
5 # Development board with a PowerPC SoC with MMU/FPU and PCI, PCI Express, SATA, etc.
7 TARGET_ARCH = "powerpc"
9 PREFERRED_PROVIDER_virtual/kernel ?= "linux-powerpc-fsl"
11 MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"
13 KERNEL_IMAGETYPE = "uImage"
15 PREFERRED_VERSION_u-boot ?= "git"
16 UBOOT_MACHINE = "P2020RDB_config"
17 UBOOT_ENTRYPOINT = "0"
18 UBOOT_LOADADDRESS = "0"
20 # rootfs on NAND flash -- possibly incorrect, not tested yet, for this machine
21 EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x4000 --no-cleanmarkers"
23 #don't try to access tty1
24 USE_VT = "0"
26 SERIAL_CONSOLE = "115200 ttyS0"
28 #tune for the e500v2 core
29 require conf/machine/include/tune-ppce500v2.inc
31 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
32 XSERVER = "xserver-xorg \
33            xf86-input-evdev \
34            xf86-input-mouse \
35            xf86-video-fbdev \
36            xf86-input-keyboard"
37 GUI_MACHINE_CLASS = "bigscreen"