| Submitter | Darren Hart |
|---|---|
| Date | Dec. 16, 2011, 6:12 a.m. |
| Message ID | <cover.1324015417.git.dvhart@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/17087/ |
| State | New |
| Headers | show |
Pull-request
git://git.yoctoproject.org/user-contrib/dvhart/oe-core dvhart/efi/devComments
On Thu, 2011-12-15 at 22:12 -0800, Darren Hart wrote: > This series moves the live image EFI content to the /EFI/BOOT directory where it > belongs per the specification. It also adds support for the efi_gop framebuffer. > This allows grub to start on boot and the kernel to log messages to the physical > console. Also correct some live image filesystem issues. > > The following changes since commit 0eb139619301d0efee330932eba3617dcb39284e: > > Patch Upstream Status Updates (2011-12-15 14:35:27 +0000) > > are available in the git repository at: > git://git.yoctoproject.org/user-contrib/dvhart/oe-core dvhart/efi/dev > http://git.yoctoproject.org/cgit.cgi/user-contrib/dvhart/oe-core/log/?h=dvhart/efi/dev > > Darren Hart (4): > grub-efi: Use /EFI/BOOT now that mkdosfs -d works with directories > grub-efi: Add efi_gop module to payload for physical console support > grub-efi: specify prefix so it can find grub.cfg > bootimg: Use dosfsck to clean up the generated live image Merged to master, thanks. Richard