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 MIPS (big-endian) Emulator setup |
| 3 |
#@DESCRIPTION: Machine configuration for running an MIPS r4k platform system under qemu emulation |
| 4 |
|
| 5 |
TARGET_ARCH = "mips" |
| 6 |
FEED_ARCH = "${TARGET_ARCH}" |
| 7 |
require conf/machine/include/qemu.inc |
| 8 |
require conf/machine/include/tune-mips32.inc |
| 9 |
|
| 10 |
KERNEL_IMAGETYPE = "vmlinux" |
| 11 |
KERNEL_OUTPUT = "vmlinux" |
| 12 |
SERIAL_CONSOLE = "115200 ttyS0" |
| 13 |
|
| 14 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 15 |
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |