1
#@TYPE: Machine
2
#@Name: Bolloré telecom CPE v01
3
#@DESCRIPTION: Machine configuration for the Bolloré telecom CPE v01
4
5
TARGET_ARCH = "powerpc"
6
7
PREFERRED_PROVIDER_virtual/kernel ?= "linux"
8
9
MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"
10
11
KERNEL_IMAGETYPE = "uImage"
12
13
PREFERRED_VERSION_u-boot = "1.3.2"
14
UBOOT_MACHINE = "MPC8313ERDB_33_config"
15
UBOOT_ENTRYPOINT = "0"
16
UBOOT_LOADADDRESS = "0"
17
18
#rootfs on NAND flash
19
EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 --no-cleanmarkers"
20
21
#don't try to access tty1
22
USE_VT = "0"
23
24
SERIAL_CONSOLE = "115200 ttyS0"
25
26
#tune for the e300c3 core
27
require conf/machine/include/tune-ppce300c3.inc