Re: [PATCH 2.6.21 3/3] x86_64 EFI64 support Try #2

2007-07-04 Thread Huang, Ying
On Tue, 2007-07-03 at 16:31 -0700, Andrew Morton wrote: > On Mon, 02 Jul 2007 10:06:17 -0700 > Chandramouli Narayanan <[EMAIL PROTECTED]> wrote: > > > EFI x86_64 support Patch 3 of 3 (try #2) > > > > - Fixed redundant check in efifb_init(). > > > > This pa

Re: [PATCH 2.6.21 3/3] x86_64 EFI64 support Try #2

2007-07-03 Thread Andrew Morton
On Mon, 02 Jul 2007 10:06:17 -0700 Chandramouli Narayanan <[EMAIL PROTECTED]> wrote: > EFI x86_64 support Patch 3 of 3 (try #2) > > - Fixed redundant check in efifb_init(). > > This patch depends on the EFI x86_64 patches 1/3 and 2/3. > > This patch adds

[PATCH 2.6.21 3/3] x86_64 EFI64 support Try #2

2007-07-02 Thread Chandramouli Narayanan
EFI x86_64 support Patch 3 of 3 (try #2) - Fixed redundant check in efifb_init(). This patch depends on the EFI x86_64 patches 1/3 and 2/3. This patch adds Graphics Output Protocol support to the kernel. x86_64 systems with UEFI2.0 firmware conform to UEFI

Re: [PATCH 2.6.21 3/3] x86_64: EFI64 support

2007-06-01 Thread Eric W. Biederman
Chandramouli Narayanan <[EMAIL PROTECTED]> writes: > + > +static int __init efifb_init(void) > +{ > + int ret; > + > + if (!efi_enabled) > + return -ENODEV; > + Please remove this efi_enabled check it appears redundant with the check immediately below. > + if (screen_inf

[PATCH 2.6.21 3/3] x86_64: EFI64 support

2007-05-02 Thread Chandramouli Narayanan
EFI x86_64 support Patch 3 of 3 --- This patch depends on the EFI x86_64 patches 1/3 and 2/3. This patch adds Graphics Output Protocol support to the kernel. x86_64 systems with UEFI2.0 firmware conform to UEFI 2.0 specification. UEFI2.0 spec deprecates Universal Graphi