mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
This reverts commit 6a9568401cbf8bed89d1f63dae61a07a83a20b50. Will be replaced with upstreamed solution instead, that just bumped number of TLBs to 64 in original 34Kf CPU model. (From OE-Core rev: f64cc9e747765d51e5bb01321d41d063718c8e83) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
462 B
Plaintext
19 lines
462 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: QEMU MIPS32 machine
|
|
#@DESCRIPTION: Machine configuration for running a MIPS system on QEMU
|
|
|
|
require conf/machine/include/qemu.inc
|
|
require conf/machine/include/tune-mips32r2.inc
|
|
require conf/machine/include/qemuboot-mips.inc
|
|
|
|
KERNEL_IMAGETYPE = "vmlinux"
|
|
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
|
|
|
UBOOT_MACHINE ?= "qemu_mips_defconfig"
|
|
|
|
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
|
|
|
|
QB_SYSTEM_NAME = "qemu-system-mips"
|
|
|
|
QB_CPU = "-cpu 34Kf"
|