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
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
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
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
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
5 matches
Mail list logo