commit | 79730de998a0003ff720a98fc9a86954dc83bd0b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Mar 27 21:41:04 2019 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Mar 27 21:52:11 2019 +0100 |
tree | a03a050d861319f9878bf53ee7f686bcddf471d7 | |
parent | c70fbca43d4c2bf9730e25bf82dea56069a7159d [diff] |
efi_loader: TODO for the EFI file protocol We currently only support EFI_FILE_PROTOCOL_REVISION while UEFI specs 2.4 - 2.7 prescribe EFI_FILE_PROTOCOL_REVISION2. Add a todo. Add missing constants for the EFI file protocol revision. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>