1
#@TYPE: Machine
2
#@Name: Freescale MPC8536DS Calamari
3
#@DESCRIPTION: Machine configuration for the Freescale MPC8536DS Calamari Development System
4
5
# Development board with 1.5 GHz dual-issue PowerPC SoC with MMU/FPU and PCI,
6
# 3x PCI Express up to x8, 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 ?= "git"
17
UBOOT_MACHINE = "MPC8536DS_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 e500v2 core
30
require conf/machine/include/tune-ppce500v2.inc