Re: Support for RAID in grub-setup

2006-07-27 Thread Jeroen Dekkers
At Fri, 28 Jul 2006 00:20:42 +0200, Yoshinori K. Okuji wrote: > > On Monday 24 July 2006 15:36, Jeroen Dekkers wrote: > > Grub-setup will ask Linux for the members of the RAID array that is > > given as destination device. It will then install on the MBRs of those > > devices and embed core.img af

Re: [PATCH] Do not require console control protocol.

2006-07-27 Thread Yoshinori K. Okuji
On Friday 28 July 2006 00:15, Johan Rydberg wrote: > I would like to have the following patch committed. Some EFI > implementations do not provide a console control protocol instance, > and it is covered by neither EFI or UEFI specifications. Right, right. My code was only for testing, so it was

Re: Support for RAID in grub-setup

2006-07-27 Thread Yoshinori K. Okuji
On Monday 24 July 2006 15:36, Jeroen Dekkers wrote: > I'm a bit behind the schedule I created for SoC (I had some unplanned > things happening the last 2 weeks), but I've just committed the RAID > support for grub-setup and I'm going to work on LVM support very soon. Great. > Grub-setup will ask

Re: [BUG] grub-efi memeory map size is too small

2006-07-27 Thread Yoshinori K. Okuji
On Thursday 20 July 2006 05:35, Mao, Bibo wrote: > In function kern/efi/mm.c, macro MEMORY_MAP_SIZE is defined as > 0x1000, on some platform, its memory map size is larger than > MEMORY_MAP_SIZE. And there is another function find_mmap_size which is > defined in loader/i386/efi/linux.c , I do

[PATCH] Do not require console control protocol.

2006-07-27 Thread Johan Rydberg
Hi, I would like to have the following patch committed. Some EFI implementations do not provide a console control protocol instance, and it is covered by neither EFI or UEFI specifications. ~j 2006-07-28 Johan Rydberg <[EMAIL PROTECTED]> * kern/efi/efi.c (grub_efi_set_text_mode): Ass