mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-08 11:43:54 +00:00
* 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
@ -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>
|
2013-10-28 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/loader/multiboot_mbi2.c: Implement EFI memory map.
|
* 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_EFI64:
|
||||||
case MULTIBOOT_TAG_TYPE_ACPI_OLD:
|
case MULTIBOOT_TAG_TYPE_ACPI_OLD:
|
||||||
case MULTIBOOT_TAG_TYPE_ACPI_NEW:
|
case MULTIBOOT_TAG_TYPE_ACPI_NEW:
|
||||||
|
case MULTIBOOT_TAG_TYPE_EFI_MMAP:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user