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: OMAP5912 cpu on an OSK board |
| 3 |
#@DESCRIPTION: Machine configuration for the OMAP Starter Kit with a 5912 processor |
| 4 |
|
| 5 |
TARGET_ARCH = "arm" |
| 6 |
|
| 7 |
PREFERRED_PROVIDER_xserver = "xserver-kdrive" |
| 8 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 9 |
KERNEL_IMAGETYPE = "uImage" |
| 10 |
|
| 11 |
UBOOT_ENTRYPOINT="0x10c08000" |
| 12 |
|
| 13 |
|
| 14 |
SERIAL_CONSOLE ?= "115200 ttyS0" |
| 15 |
IMAGE_FSTYPES ?= "jffs2" |
| 16 |
EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" |
| 17 |
|
| 18 |
ROOT_FLASH_SIZE = "29" |
| 19 |
|
| 20 |
MACHINE_FEATURES = "kernel26 pcmcia usbhost alsa" |
| 21 |
|
| 22 |
MACHINE_EXTRA_RRECOMMENDS = "kernel-module-ide-cs \ |
| 23 |
kernel-module-ide-disk \ |
| 24 |
kernel-module-ide-core \ |
| 25 |
kernel-module-nls-iso8859-1 \ |
| 26 |
kernel-module-nls-cp437 \ |
| 27 |
kernel-module-nls-base \ |
| 28 |
kernel-module-vfat \ |
| 29 |
kernel-module-ohci-hcd \ |
| 30 |
kernel-module-tlv320aic23 \ |
| 31 |
kernel-module-snd-omap-alsa-aic23 \ |
| 32 |
" |
| 33 |
|
| 34 |
RDEPENDS_kernel-base = "" |
| 35 |
|
| 36 |
require conf/machine/include/tune-arm926ejs.inc |