summaryrefslogtreecommitdiff
path: root/conf/machine/turbostation.conf
blob: 41dfd8d09ea0a5604a6419c06786ea4fa6282412 (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
TARGET_ARCH = "powerpc"
TARGET_OS = "linux"
TARGET_FPU = "hard"
PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
MACHINE_TASK_PROVIDER = "task-base"

# terminal specs - console, but no other ports
SERIAL_CONSOLE="115200 console"
USE_VT="0"

MODUTILS=26
MACHINE_FEATURES= "kernel26 usbhost"
PREFERRED_PROVIDER_virtual/kernel = "linux-turbostation"
FOONAS_KERNEL = "kernel-module-ext3 kernel-module-minix \
                        kernel-module-usb-storage"

# We want udev support in the image
udevdir = "/dev"
BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm"
FOONAS_SUPPORT += "uboot-utils"

# Hardware stuff used in image generation
EXTRA_IMAGECMD = "--big-endian"
ERASEBLOCK_SIZE = "0x20000"	
JFFS2_ROOTFS_SIZE = "0xC80000"
KERNEL_IMAGE_SIZE = "0x280000"
require conf/machine/include/tune-ppc603e.conf