Support grub-shell on sparc64.
This commit is contained in:
parent
8ca86b3a03
commit
3f72974141
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2013-04-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
Support grub-shell on sparc64.
|
||||||
|
|
||||||
2013-04-14 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-04-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Support mkrescue on sparc64.
|
Support mkrescue on sparc64.
|
||||||
|
|
|
@ -69,6 +69,16 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
|
||||||
serial_null="-serial null"
|
serial_null="-serial null"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
sparc64-ieee1275)
|
||||||
|
boot=cd
|
||||||
|
qemu=qemu-system-sparc64
|
||||||
|
console=
|
||||||
|
serial_port=ieee1275/ttya
|
||||||
|
trim=1
|
||||||
|
qemuopts="$qemuopts -no-reboot"
|
||||||
|
halt_cmd=reboot
|
||||||
|
;;
|
||||||
|
|
||||||
mips-qemu_mips)
|
mips-qemu_mips)
|
||||||
boot=mips_qemu
|
boot=mips_qemu
|
||||||
qemu=qemu-system-mips
|
qemu=qemu-system-mips
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue