[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <49A9E5DB.8070203@redhat.com>
Date: Sat, 28 Feb 2009 20:33:15 -0500
From: Brian Maly <bmaly@...hat.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] fix DMI for EFI
DMI tables are loaded by EFI, so the dmi calls must happen after
efi_init() and not before. Currently Apple hardware uses DMI to
determine the framebuffer mappings for efifb. Without DMI working you
also have no video on MacBook Pro. This patch resolves the DMI issue for
EFI hardware (DMI is now properly detected at boot), and additionally
efifb now loads on Apple hardware (i.e. video works).
Signed-off-by: Brian Maly <bmaly@...hat>
setup.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
View attachment "fix-DMI-for-EFI-2.6.29.patch" of type "text/x-patch" (687 bytes)
Powered by blists - more mailing lists