Bug #7649
loader.efi: fix extraction of firmare table info for smbios and acpi.
Start date:
2016-12-05
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
The loader code in efi subtree is broken about acpi tables, need to clean it up to extract acpi and smbios info from firmware tables.
To do that we will use efi_get_table() call to get pointers for smbios and acpi tables, and implement simple acpi_detect() call to set up the environment same way as it is done for bios version.
Updated by Electric Monk about 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit dcba96fe6535681ea4a912e4b512a4e5ba59182e
commit dcba96fe6535681ea4a912e4b512a4e5ba59182e Author: Toomas Soome <tsoome@me.com> Date: 2017-01-31T15:24:49.000Z 7649 loader.efi: fix extraction of firmare table info for smbios and acpi. Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>