grub/kern/i386/pc
Robert Millan 5239348f18 2009-12-02 Robert Millan <rmh.grub@aybabtu.com>
Use the same reboot approach on i386 coreboot and qemu as we do on
        BIOS.

        * conf/i386-coreboot.rmk (kernel_img_HEADERS): Add `cpu/reboot.h'.
        (reboot_mod_SOURCES): Remove `kern/i386/reboot.c'.
        * kern/i386/reboot.c: Remove.
        * include/grub/i386/reboot.h (grub_reboot): Export function.
        * kern/i386/pc/startup.S (grub_reboot): Move from here ...
        * kern/i386/realmode.S (grub_reboot): ... to here.  Jump to
        0xf000:0xfff0 instead of 0xffff:0x0000.
        [!GRUB_MACHINE_PCBIOS] (prot_to_real): Do not restore interrupts.
        * kern/i386/qemu/startup.S: Include `"../realmode.S"'.
2009-12-02 22:48:02 +00:00
..
init.c 2009-06-16 Pavel Roskin <proski@gnu.org> 2009-06-15 23:25:38 +00:00
lzma_decode.S 2008-07-13 Bean <bean123ch@gmail.com> 2008-07-13 01:55:15 +00:00
mmap.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
startup.S 2009-12-02 Robert Millan <rmh.grub@aybabtu.com> 2009-12-02 22:48:02 +00:00