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: Glomation GESBC-9302 single board computer |
| 3 |
#@DESCRIPTION: Low cost SBC based on Cirrus Logic EP9302 CPU |
| 4 |
|
| 5 |
TARGET_ARCH = "arm" |
| 6 |
|
| 7 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 8 |
PREFERRED_VERSION_linux ?= "2.6.24" |
| 9 |
|
| 10 |
#don't try to access tty1 |
| 11 |
USE_VT = "0" |
| 12 |
|
| 13 |
MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost screen" |
| 14 |
|
| 15 |
# used by sysvinit_2 |
| 16 |
SERIAL_CONSOLE = "57600 ttyAM0" |
| 17 |
|
| 18 |
# used by some images |
| 19 |
ROOT_FLASH_SIZE = "8" |
| 20 |
#extra jffs2 tweaks |
| 21 |
IMAGE_FSTYPES ?= "jffs2" |
| 22 |
EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000 --pad=0x500000 " |
| 23 |
|
| 24 |
#tune for ep93xx cpus |
| 25 |
#can be used for crunch support later on |
| 26 |
#require conf/machine/include/tune-ep9312.inc |
| 27 |
|
| 28 |
require conf/machine/include/tune-arm920t.inc |