Re: [patch] PPC build fixes

2005-03-25 Thread Marco Gerards
Hollis Blanchard <[EMAIL PROTECTED]> writes: [...] > Because these commands need to be accessible from grub-emu (that is > how you quit). Oh, right. >>> * include/grub/powerpc/ieee1275/init.h: Remove inaccurate >>> comment. >> >> Can you change the comment to something sane? > > include

Re: [patch] PPC build fixes

2005-03-25 Thread Hollis Blanchard
On Mar 24, 2005, at 3:41 PM, Marco Gerards wrote: Hollis Blanchard <[EMAIL PROTECTED]> writes: (grub_halt_init): New function. (grub_halt_fini): Likewise. Why do you need this? (grub_reboot_init): New function. (grub_reboot_fini): Likewise. Same here. Because these c

Re: [patch] PPC build fixes

2005-03-24 Thread Marco Gerards
Hollis Blanchard <[EMAIL PROTECTED]> writes: > 5 weeks later... np. > Here I did not combine i386 and PPC halt/reboot as I did in my original > patch. Cool! > (grub_halt_init): New function. > (grub_halt_fini): Likewise. Why do you need this? > (grub_reboot_init): New funct

Re: [patch] PPC build fixes

2005-03-23 Thread Hollis Blanchard
5 weeks later... Here I did not combine i386 and PPC halt/reboot as I did in my original patch. -Hollis 2005-03-23 Hollis Blanchard <[EMAIL PROTECTED]> * commands/ieee1275/halt.c (grub_cmd_halt): Call grub_halt instead of grub_ieee1275_interpret. (grub_halt_init): New

Re: [patch] PPC build fixes

2005-02-21 Thread Marco Gerards
Hollis Blanchard <[EMAIL PROTECTED]> writes: > On Feb 20, 2005, at 7:39 AM, Yoshinori K. Okuji wrote: > >> On Sunday 20 February 2005 00:34, Hollis Blanchard wrote: >>> - grub_reboot and grub_halt in util/i386/pc/misc.c are not >>> architecture-specific, so have been moved to util/grub-emu.c. >>

Re: [patch] PPC build fixes

2005-02-21 Thread Marco Gerards
Hollis Blanchard <[EMAIL PROTECTED]> writes: > This patch fixes PowerPC build breakage from the recent grub-emu changes. Of > note: > > - grub_reboot and grub_halt in util/i386/pc/misc.c are not > architecture-specific, so have been moved to util/grub-emu.c. > > - commands/ieee1275/halt.c and re

Re: [patch] PPC build fixes

2005-02-20 Thread Yoshinori K. Okuji
On Sunday 20 February 2005 17:38, Hollis Blanchard wrote: > Oops, I meant to convert that into using a more generic "flags" > argument, and then "no_apm" becomes one bit in it. How would that be? Not bad. Okuji ___ Grub-devel mailing list Grub-devel@g

Re: [patch] PPC build fixes

2005-02-20 Thread Hollis Blanchard
On Feb 20, 2005, at 7:39 AM, Yoshinori K. Okuji wrote: On Sunday 20 February 2005 00:34, Hollis Blanchard wrote: - grub_reboot and grub_halt in util/i386/pc/misc.c are not architecture-specific, so have been moved to util/grub-emu.c. grub_halt is clearly arch-specific. Look at the definition grub

Re: [patch] PPC build fixes

2005-02-20 Thread Yoshinori K. Okuji
On Sunday 20 February 2005 00:34, Hollis Blanchard wrote: > - grub_reboot and grub_halt in util/i386/pc/misc.c are not > architecture-specific, so have been moved to util/grub-emu.c. grub_halt is clearly arch-specific. Look at the definition grub_halt in PC. It takes one argument, while the PPC

[patch] PPC build fixes

2005-02-19 Thread Hollis Blanchard
This patch fixes PowerPC build breakage from the recent grub-emu changes. Of note: - grub_reboot and grub_halt in util/i386/pc/misc.c are not architecture-specific, so have been moved to util/grub-emu.c. - commands/ieee1275/halt.c and reboot.c are no longer architecture-specific either. This