New command `lsefi'.

* grub-core/Makefile.core.def (lsefi): New module.
	* grub-core/commands/efi/lsefi.c: New file.
	* include/grub/efi/api.h: Add more GUIDs.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-07-22 19:59:06 +02:00
parent ac625d8f79
commit 7bd29c01f0
4 changed files with 308 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2012-07-22 Vladimir Serbinenko <phcoder@gmail.com>
New command `lsefi'.
* grub-core/Makefile.core.def (lsefi): New module.
* grub-core/commands/efi/lsefi.c: New file.
* include/grub/efi/api.h: Add more GUIDs.
2012-07-22 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/loader/i386/bsd.c (grub_bsd_elf32_size_hook): Fix mask.