grub-devel
[Top][All Lists]
Advanced

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

[PATCH] Bug fix for EFI


From: Bean
Subject: [PATCH] Bug fix for EFI
Date: Fri, 22 Aug 2008 01:37:30 +0800

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.

-- 
Bean

Attachment: efi.diff
Description: Text Data


reply via email to

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