[oe-commits] Darren Hart : grub-efi: Add efi_gop module to payload for physical console support

git at git.openembedded.org git at git.openembedded.org
Fri Dec 16 16:10:48 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 2c2770f89b3331f635647ba1ef87d8f63cfcdfe2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2c2770f89b3331f635647ba1ef87d8f63cfcdfe2

Author: Darren Hart <dvhart at linux.intel.com>
Date:   Thu Dec 15 22:12:29 2011 -0800

grub-efi: Add efi_gop module to payload for physical console support

Without the efi_gop module, the GRUB menu would work, but the Linux
kernel messages would not be displayed to the physical console. Adding
efi_gop causes grub to pass the proper information in the boot parameters
pointer such that the Linux kernel can detect and use the EFI framebuffer.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-bsp/grub/grub-efi-native_1.99.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-bsp/grub/grub-efi-native_1.99.bb b/meta/recipes-bsp/grub/grub-efi-native_1.99.bb
index 40e618c..c86cf50 100644
--- a/meta/recipes-bsp/grub/grub-efi-native_1.99.bb
+++ b/meta/recipes-bsp/grub/grub-efi-native_1.99.bb
@@ -60,7 +60,7 @@ EXTRA_OECONF = "--with-platform=efi --disable-grub-mkfont \
 do_mkimage() {
 	./grub-mkimage -p / -d ./grub-core/ \
 		       -O ${GRUB_TARGET}-efi -o ./${GRUB_IMAGE} \
-	               boot linux fat serial part_msdos normal
+	               boot linux fat serial part_msdos normal efi_gop
 }
 addtask mkimage after do_compile before do_install
 





More information about the Openembedded-commits mailing list