* grub-core/loader/multiboot_mbi2.c: Add EFI memory map to the list

of supported tags.
This commit is contained in:
Vladimir Serbinenko 2013-10-28 15:40:34 +01:00
parent 329550c4a9
commit 1ca4b75ec2
2 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -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: