grub/kern
robertmh 602566f64a 2008-04-18 Robert Millan <rmh@aybabtu.com>
Restructures early code path on ieee1275 to unify grub_main() as
        the first C function that is executed in every platform.

        * include/grub/ieee1275/ieee1275.h (grub_ieee1275_init): New prototype.
        * kern/i386/ieee1275/startup.S (_start): Jump to grub_main() instead of
        cmain().
        * kern/powerpc/ieee1275/crt0.S (_start): Likewise.
        * kern/ieee1275/cmain.c (cmain): Rename to ...
        * kern/ieee1275/cmain.c (grub_ieee1275_init): ... this.
        * kern/ieee1275/init.c (grub_machine_init): Call grub_ieee1275_init()
        at the beginning.
2008-04-18 15:53:20 +00:00
..
efi 2008-02-12 Alexandre Boeglin <alex@boeglin.org> 2008-02-12 23:47:07 +00:00
i386 2008-04-18 Robert Millan <rmh@aybabtu.com> 2008-04-18 15:53:20 +00:00
ieee1275 2008-04-18 Robert Millan <rmh@aybabtu.com> 2008-04-18 15:53:20 +00:00
powerpc 2008-04-18 Robert Millan <rmh@aybabtu.com> 2008-04-18 15:53:20 +00:00
sparc64 2008-01-15 Robert Millan <rmh@aybabtu.com> 2008-01-15 16:14:33 +00:00
device.c 2008-01-08 Robert Millan <rmh@aybabtu.com> 2008-01-09 23:25:54 +00:00
disk.c 2008-02-08 Robert Millan <rmh@aybabtu.com> 2008-02-08 12:22:51 +00:00
dl.c * kern/dl.c (grub_dl_load): Don't abort if prefix is not set, 2008-01-26 20:34:58 +00:00
elf.c 2008-02-19 Bean <bean123ch@gmail.com> 2008-02-19 16:40:45 +00:00
env.c 2008-04-13 Robert Millan <rmh@aybabtu.com> 2008-04-13 14:58:42 +00:00
err.c 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
file.c 2008-01-25 Robert Millan <rmh@aybabtu.com> 2008-01-25 20:57:40 +00:00
fs.c 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
loader.c 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
main.c 2008-02-10 Robert Millan <rmh@aybabtu.com> 2008-02-10 17:05:10 +00:00
misc.c 2008-04-15 Robert Millan <rmh@aybabtu.com> 2008-04-15 13:28:14 +00:00
mm.c 2008-01-23 Robert Millan <rmh@aybabtu.com> 2008-01-23 14:57:40 +00:00
parser.c 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
partition.c 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
rescue.c 2008-02-19 Pavel Roskin <proski@gnu.org> 2008-02-19 19:52:42 +00:00
term.c 2007-12-25 Robert Millan <rmh@aybabtu.com> 2007-12-25 11:10:47 +00:00