1
#@TYPE: Machine
2
#@Name: Freescale P1020RDB
3
#@DESCRIPTION: Machine configuration for the Freescale P1020RDB Reference Design Board
4
5
# Development board with a PowerPC SoC with MMU/FPU and PCI, PCI Express, SATA, etc.
6
7
TARGET_ARCH = "powerpc"
8
9
PREFERRED_PROVIDER_virtual/kernel ?= "linux"
10
11
MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"
12
13
KERNEL_IMAGETYPE = "uImage"
14
15
PREFERRED_VERSION_u-boot ?= "git"
16
UBOOT_MACHINE = "P1020RDB_config"
17
UBOOT_ENTRYPOINT = "0"
18
UBOOT_LOADADDRESS = "0"
19
20
# rootfs on NAND flash -- possibly incorrect, not tested yet, for this machine
21
EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x4000 --no-cleanmarkers"
22
23
#don't try to access tty1
24
USE_VT = "0"
25
26
SERIAL_CONSOLE = "115200 ttyS0"
27
28
#tune for the e500v2 core
29
require conf/machine/include/tune-ppce500v2.inc