Enable mipsel-arc.
This commit is contained in:
parent
b04b5990df
commit
7f63a64fa0
11 changed files with 90 additions and 12 deletions
|
@ -92,6 +92,15 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
|
|||
console=console
|
||||
trim=1
|
||||
;;
|
||||
mipsel-arc)
|
||||
boot=cd
|
||||
qemu=qemu-system-mips64el
|
||||
qemuopts="$qemuopts -M magnum -no-reboot"
|
||||
serial_port=arc/multi0/serial0
|
||||
console=console
|
||||
halt_cmd=reboot
|
||||
trim=1
|
||||
;;
|
||||
mipsel-qemu_mips)
|
||||
boot=mipsel_qemu
|
||||
qemu=qemu-system-mipsel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue