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: Sarge AT91RM9200 blackmesaeast dev boards |
| 3 |
#@DESCRIPTION: Machine configuration for sarge_at91 dev boards |
| 4 |
# |
| 5 |
#Homepage: http://blackmesaeast.com.pl/projects/electronics/sarge-single-board-computer/ |
| 6 |
|
| 7 |
TARGET_ARCH = "arm" |
| 8 |
|
| 9 |
# used by sysvinit_2 |
| 10 |
SERIAL_CONSOLE = "115200 ttyS0" |
| 11 |
|
| 12 |
IMAGE_FSTYPES = "tar.gz" |
| 13 |
|
| 14 |
MACHINE_FEATURES = "kernel26" |
| 15 |
|
| 16 |
require conf/machine/include/tune-arm920t.inc |
| 17 |
|
| 18 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 19 |
|
| 20 |
# device has own patchset for u-boot 1.1.6 |
| 21 |
PREFERRED_VERSION_u-boot = "1.1.6" |
| 22 |
PREFERRED_VERSION_linux = "2.6.21" |
| 23 |
|
| 24 |
KERNEL_IMAGETYPE = "uImage" |