* grub-core/loader/multiboot_mbi2.c: Add EFI memory map to the list
of supported tags.
This commit is contained in:
parent
329550c4a9
commit
1ca4b75ec2
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-10-28 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/loader/multiboot_mbi2.c: Add EFI memory map to the list
|
||||
of supported tags.
|
||||
|
||||
2013-10-28 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/loader/multiboot_mbi2.c: Implement EFI memory map.
|
||||
|
|
|
@ -156,6 +156,7 @@ grub_multiboot_load (grub_file_t file, const char *filename)
|
|||
case MULTIBOOT_TAG_TYPE_EFI64:
|
||||
case MULTIBOOT_TAG_TYPE_ACPI_OLD:
|
||||
case MULTIBOOT_TAG_TYPE_ACPI_NEW:
|
||||
case MULTIBOOT_TAG_TYPE_EFI_MMAP:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue