MIPS qemu flash support.
* grub-core/boot/mips/startup_raw.S [GRUB_MACHINE_MIPS_QEMU_MIPS]: Check magic. * grub-core/kern/mips/qemu_mips/init.c (probe_mem): New function. (grub_machine_init): Probe memory if its size isn't known. * util/grub-mkimage.c (image_targets): Add flash targets. (generate_image): Handle flash targets.
This commit is contained in:
parent
d734599439
commit
748ccabea1
4 changed files with 121 additions and 3 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2011-07-05 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
MIPS qemu flash support.
|
||||
|
||||
* grub-core/boot/mips/startup_raw.S [GRUB_MACHINE_MIPS_QEMU_MIPS]: Check
|
||||
magic.
|
||||
* grub-core/kern/mips/qemu_mips/init.c (probe_mem): New function.
|
||||
(grub_machine_init): Probe memory if its size isn't known.
|
||||
* util/grub-mkimage.c (image_targets): Add flash targets.
|
||||
(generate_image): Handle flash targets.
|
||||
|
||||
2011-07-05 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
MIPS qemu at_keyboard support.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue