Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grub-efi: Rename and update grub-efi for recent oe-core changes | Darren Hart | 2013-12-16 | 1 | -4/+6 |
| | | | | | | | | | OE-Core has changed the grub-efi implementation, splitting out grub-efi-native and moving the do_mkimage task to do_deploy. Rename and update this bbappend accordingly. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@linux.intel.com> | ||||
* | fri2: Add grub-efi workaround for USB keyboard initialization | Darren Hart | 2012-10-24 | 1 | -0/+11 |
The Fastboot firmware will sometimes fail to init the USB keyboard when connected directly in 1.0 mode (works fine through a 2.0 hub). By adding the USB modules to the grub-efi build, we can ensure the keyboard will be available in the grub menu at the expense of about a second in boot time. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com> |