This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@Name: P2020ds |
| 3 |
#@DESCRIPTION: Machine configuration for the Freescale MPC8544DS development board |
| 4 |
|
| 5 |
TARGET_ARCH = "powerpc" |
| 6 |
|
| 7 |
PREFERRED_PROVIDER_virtual/kernel ?= "linux" |
| 8 |
|
| 9 |
MACHINE_FEATURES = "kernel26 usbhost pci ext2 vfat nfs uboot" |
| 10 |
|
| 11 |
KERNEL_IMAGETYPE = "uImage" |
| 12 |
UBOOT_ENTRYPOINT = "0" |
| 13 |
|
| 14 |
UBOOT_MACHINE = "MPC8536DS_config" |
| 15 |
|
| 16 |
# Need to create jffs2 images with the correct endianess |
| 17 |
EXTRA_IMAGECMD_jffs2 = " --big-endian -e 0x20000" |
| 18 |
|
| 19 |
#don't try to access tty1 |
| 20 |
USE_VT = "0" |
| 21 |
|
| 22 |
#setup serial console on Com1 |
| 23 |
SERIAL_CONSOLE = "-L 115200 ttyS0" |
| 24 |
|
| 25 |
#tune for the e500v2 core |
| 26 |
require conf/machine/include/tune-ppce500v2.inc |