This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@NAME: OMAP5910 cpu on an Amstrad E3 |
| 3 |
#@DESCRIPTION: Machine configuration for the Amstrad E3 |
| 4 |
|
| 5 |
TARGET_ARCH = "arm" |
| 6 |
|
| 7 |
PREFERRED_PROVIDER_xserver = "xserver-kdrive" |
| 8 |
XSERVER = "xserver-kdrive-fbdev" |
| 9 |
PREFERRED_PROVIDER_virtual/kernel = "linux-amsdelta-2.6" |
| 10 |
|
| 11 |
EXTRA_IMAGEDEPENDS += "u-boot linux-amsdelta-2.6" |
| 12 |
|
| 13 |
MACHINE_FEATURES = "screen usbhost usbgadget kernel26 apm alsa" |
| 14 |
|
| 15 |
SERIAL_CONSOLE ?= "115200 ttyS0" |
| 16 |
EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000" |
| 17 |
|
| 18 |
GUI_MACHINE_CLASS="smallscreen" |
| 19 |
|
| 20 |
PREFERRED_VERSION_u-boot = "1.1.4" |
| 21 |
|
| 22 |
require conf/machine/include/tune-arm920t.inc |
| 23 |
|
| 24 |
IMAGE_ROOTFS_SIZE_ext2 = "8192" |
| 25 |
IMAGE_ROOTFS_SIZE_ext2.gz = "8192" |
| 26 |
IMAGE_FSTYPES = "ext2.gz tar.bz2" |