aboutsummaryrefslogtreecommitdiffstats
path: root/conf/beagle.conf
blob: 974c8431b188e5cde6c65ad65a96ab9fcd525d6c (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
30
31
32
33
34
35
36
#@TYPE: Machine
#@NAME: MasterIA PA100
#@DESCRIPTION: Machine configuration for the SA1100 based MasterIA PA-100 device

TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm ${MACHINE}"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "montavista-sa"
BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils-collateral hostap-modules orinoco-modules "
BOOTSTRAP_EXTRA_RDEPENDS = " kernel modutils-collateral \
kernel-module-net-fd \
kernel-module-sa1100-bi kernel-module-usbdcore kernel-module-usbdmonitor \
kernel-module-pcnet-cs kernel-module-8390 kernel-module-unix  \
kernel-module-sa1100-ir \
kernel-module-usb-eth kernel-module-sa1100usb-core \
kernel-module-ppp-generic kernel-module-mtdchar \
kernel-module-fat kernel-module-vfat "
BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules-cs orinoco-modules "


# FIXME: the modules list is not complete yet!

EXTRA_IMAGECMD_jffs2 = "--pad=0xec0000 --little-endian --eraseblock=0x40000"
EXTRA_IMAGEDEPENDS = "cetools-native"

IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \
                   --output=${T}/${IMAGE_NAME}.rootfs.jffs2 \
                   ${EXTRA_IMAGECMD}; bin2rom ${T}/${IMAGE_NAME}.rootfs.jffs2 \
                   ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img \
                   ffffffff ffffffff d0140000"

include conf/handheld-common.conf
include conf/tune-strongarm.conf

SERIAL_CONSOLE = "115200 ttySA0"