summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-03-20 19:04:34 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-03-22 11:06:23 +0100
commit4d7f5af841c4622fb6c5d155e31c1072f3b052df (patch)
tree8345a954aad2103a7e1af9bd75110212e4964ec7 /configs
parent47a9596354e074146596559ee7330e1941db43be (diff)
downloadu-boot-4d7f5af841c4622fb6c5d155e31c1072f3b052df.tar.gz
efi_loader: correct reported length in GetNextVariable()
The runtime service GetNextVariable() returns the length of the next variable including the closing 0x0000. This length should be in bytes. Comparing the output of EDK2 and U-Boot shows that this is currently not correctly implemented: EDK2: OsIndicationsSupported: 46 PlatformLang: 26 PlatformLangCodes: 36 U-Boot: OsIndicationsSupported: 23 PlatformLang: 13 PlatformLangCodes: 18 Provide correct length in GetNextVariable(). Fixes: d99a87f84b75 ("efi_loader: implement GetNextVariableName()") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'configs')
0 files changed, 0 insertions, 0 deletions