grub2/include/grub/i386/ieee1275
robertmh ae88bca301 2008-07-30 Robert Millan <rmh@aybabtu.com>
* kern/ieee1275/init.c (grub_machine_set_prefix): If `grub_prefix'
        is non-empty, use it to set the `prefix' environment variable instead
        of the usual approach.
        * kern/i386/linuxbios/init.c (make_install_device): Remove function.
        (grub_machine_set_prefix): Use `grub_prefix' to set the `prefix'
        environment variable instead of dummy make_install_device().

        * kern/i386/ieee1275/startup.S: Include `<grub/machine/kernel.h>'.
        (start): Insert a data section, with `grub_prefix' variable.
        * kern/i386/linuxbios/startup.S: Likewise.

        * include/grub/powerpc/ieee1275/kernel.h [!ASM_FILE] (grub_prefix):
        New variable reference.
        * include/grub/i386/ieee1275/kernel.h (GRUB_KERNEL_MACHINE_PREFIX):
        New macro.  Defines offset of `grub_prefix' within startup.S (relative
        to `start').
        (GRUB_KERNEL_MACHINE_DATA_END): New macro.  Defines the end of data
        section within startup.S (relative to `start').
        * include/grub/i386/coreboot/kernel.h: Likewise.

        * util/elf/grub-mkimage.c (add_segments): Receive `prefix' parameter.
        Overwrite grub_prefix with its contents, at the beginning of the
        first segment.
        (main): Understand -p|--prefix.
2008-07-30 10:42:11 +00:00
..
console.h 2008-07-15 Pavel Roskin <proski@gnu.org> 2008-07-15 04:37:32 +00:00
ieee1275.h Oops. Forgot to "cvs add" those. 2008-01-15 20:16:34 +00:00
kernel.h 2008-07-30 Robert Millan <rmh@aybabtu.com> 2008-07-30 10:42:11 +00:00
loader.h 2008-04-25 Bean <bean123ch@gmail.com> 2008-04-25 19:41:51 +00:00
machine.h 2008-01-23 Robert Millan <rmh@aybabtu.com> 2008-01-23 09:57:26 +00:00
memory.h 2008-01-23 Robert Millan <rmh@aybabtu.com> 2008-01-23 09:57:26 +00:00
serial.h 2008-01-23 Robert Millan <rmh@aybabtu.com> 2008-01-23 11:57:22 +00:00
time.h Oops. Forgot to "cvs add" those. 2008-01-15 20:16:34 +00:00