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: qemu ARM Emulator setup |
| 3 |
#@DESCRIPTION: Machine configuration for running an ARM system under qemu emulation |
| 4 |
|
| 5 |
TARGET_ARCH = "arm" |
| 6 |
|
| 7 |
require conf/machine/include/qemu.inc |
| 8 |
require conf/machine/include/tune-arm926ejs.inc |
| 9 |
|
| 10 |
KERNEL_IMAGETYPE = "zImage" |
| 11 |
|
| 12 |
SERIAL_CONSOLE = "115200 ttyAMA0" |
| 13 |
|
| 14 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |