mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 11:13:04 +01:00
The MIPS emulation for qemumips actually supports mips32r2: isa : mips1 mips2 mips32r1 mips32r2 We should probably use that tuning file. This implicitly changes the default value of DEFAULTTUNE to mips32r2. (From OE-Core rev: 5d64516d81750e4e0d65792a3215568d652bec6c) Signed-off-by: Peter Seebach <peter.seebach@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
307 B
Plaintext
14 lines
307 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: mti_malta32_be MIPS
|
|
#@DESCRIPTION: mti_malta32_be
|
|
|
|
require conf/machine/include/qemu.inc
|
|
require conf/machine/include/tune-mips32r2.inc
|
|
|
|
KERNEL_IMAGETYPE = "vmlinux"
|
|
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|