grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Bug fix for EFI


From: Bean
Subject: Re: [PATCH] Bug fix for EFI
Date: Sat, 23 Aug 2008 22:21:27 +0800

On Fri, Aug 22, 2008 at 1:37 AM, Bean <address@hidden> wrote:
> Hi,
>
> This patch fix two bugs in the EFI port:
>
> 1, grub_longjmp (x86_64 EFI):
>
> Return 1 when val = 0. This behavior is consistent with grub_longjmp
> of i386 platform.
>
> 2, genfslist.sh and genpartmaplist.sh
>
> In EFI, the kernel is in a module kernel.mod. genfslist.sh scans the
> source for grub_fs_register, so kernel.mod would be included in fs.lst
> and partmap.lst, which cause serious problem when grub try to load
> extra file system modules. This patch simply ignore kernel.mod in
> genfslist.sh and genpartmaplist.sh.
>
> 2008-08-22  Bean  <address@hidden>
>
>        * normal/x86_64/setjmp.S (grub_longjmp): Return 1 when val = 0.
>
>        * genfslist.sh: Ignore kernel.mod.
>
>        * genpartmaplist.sh: Likewise.

Committed.

-- 
Bean




reply via email to

[Prev in Thread] Current Thread [Next in Thread]