[PATCH 0/3] UEFI: add Driver####, DriverOrder and Key#### global variables for uefidump on fwts (LP:#1237263)
Ivan Hu
ivan.hu at canonical.com
Wed Oct 9 08:47:13 UTC 2013
Add the global variables, Driver####, DriverOrder and Key#### parser for the uefidump utility on fwts.
1. Add support for DriverOrder - The DriverOrder variable contains an array of UINT16’s that make up an ordered list of the
Driver#### variable.
2. Add support for Driver#### - Each Driver#### variable contains an EFI_LOAD_OPTION. Each load option variable is
appended with a unique number, for example Driver0001, Driver0002, etc.
3. Add support for Key#### - The Key#### variable associates a key press with a single boot option. Each Key#### variable
is the name "Key" appended with a unique four digit hexadecimal number. For example, Key0001,
Key0002, Key00A0, etc.
Ivan Hu (3):
uefi: uefidump: Add support for DriverOrder (LP:#1237263)
uefi: uefidump: add support for Driver#### (LP:#1237263)
uefi: uefidump: add support for Key#### (LP:#1237263)
src/lib/include/fwts_uefi.h | 29 ++++++++-
src/uefi/uefidump/uefidump.c | 133 +++++++++++++++++++++++++++++++++++++++++-
2 files changed, 160 insertions(+), 2 deletions(-)
--
1.7.9.5
More information about the fwts-devel
mailing list