Implement EFI and ACPI multiboot2 extensions.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 22 Sep 2010 12:51:49 +0000 (14:51 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 22 Sep 2010 12:51:49 +0000 (14:51 +0200)
commite255597e513b42dc7e84ad14ef515a48ed30eb31
treead9d1db3b72e513a6f6a6887b0ff9a09b8dc6f79
parenta93cb8a8cc67c9299138f6eb9c96667ea35fa001
parent4519e259a146e4f5fad65c23bb96b13ad28749c7
Implement EFI and ACPI multiboot2 extensions.

* grub-core/loader/multiboot_mbi2.c (grub_multiboot_load): Declare
new tags as supported.
(acpiv2_size): New function.
(grub_multiboot_get_mbi_size): Take new tags into account.
(grub_multiboot_make_mbi): Add new tags.
* include/grub/multiboot.h (GRUB_MACHINE_HAS_ACPI): New definition.
ChangeLog
grub-core/loader/multiboot_mbi2.c
include/grub/multiboot.h