aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/magicbox.conf
blob: 19dae402d9dd8a2e0ec83d1866210b119d1938e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#@TYPE: Machine
#@Name: Magicbox router board
#@DESCRIPTION: Machine configuration for Magicbox router board http://wwww.magicbox.pl

INHERIT += "magicbox-image"

TARGET_ARCH = "powerpc"
PACKAGE_EXTRA_ARCHS = "ppc405"

PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"

MACHINE_FEATURES = "kernel26"
MACHINE_TASK_PROVIDER = "task-base"

TARGET_CPU = "405"
OLDEST_KERNEL = "2.6.18"

SERIAL_CONSOLE = "115200 ttyS0"

PREFERRED_VERSION_u-boot = "1.1.2"
EXTRA_IMAGECMD_jffs2 = "-pad --big-endian --squash -e 0x10000"
EXTRA_IMAGECMD_squashfs = " -be -all-root -nopad -noappend -root-owned"
EXTRA_IMAGECMD_squashfs-lzma = " -be -all-root -nopad -noappend -root-owned"



#tune for the 405 cpu
require conf/machine/include/tune-ppc405.conf