3 #@DESCRIPTION: Machine configuration for the freescale mpc8641_hpcn development board
5 TARGET_ARCH = "powerpc"
7 PREFERRED_PROVIDER_virtual/kernel ?= "linux"
9 MACHINE_FEATURES = "kernel26 usbhost pci ext2 vfat nfs uboot"
11 KERNEL_IMAGETYPE = "uImage"
12 UBOOT_ENTRYPOINT = "0"
14 UBOOT_MACHINE = "MPC8641HPCN_config"
16 # Need to create jffs2 images with the correct endianess
17 EXTRA_IMAGECMD_jffs2 = " --big-endian -e 0x10000"
19 #don't try to access tty1
22 #setup serial console on Com1
23 SERIAL_CONSOLE = "-L 115200 ttyS0"
26 require conf/machine/include/tune-ppce600.inc