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: AMCC Kilauea (405EX) |
| 3 |
#@DESCRIPTION: Machine configuration for the AMCC Kilauea (405EX) |
| 4 |
|
| 5 |
TARGET_ARCH = "powerpc" |
| 6 |
|
| 7 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 8 |
|
| 9 |
MACHINE_FEATURES = "kernel26" |
| 10 |
|
| 11 |
KERNEL_IMAGETYPE = "uImage" |
| 12 |
|
| 13 |
PREFERRED_VERSION_u-boot = "1.3.2" |
| 14 |
UBOOT_MACHINE = "kilauea_config" |
| 15 |
UBOOT_ENTRYPOINT = "0" |
| 16 |
UBOOT_LOADADDRESS = "0" |
| 17 |
|
| 18 |
SERIAL_CONSOLE = "115200 ttyS0" |
| 19 |
|
| 20 |
#tune for the 405 cpu |
| 21 |
require conf/machine/include/tune-ppc405.inc |