Re: [PATCH v2 1/2] efi_loader: correct reported length in GetNextVariable()

2020-03-24 Thread Punit Agrawal
Heinrich Schuchardt writes: > The runtime service GetNextVariable() returns the length of the next > variable including the closing 0x. This length should be in bytes. > > Comparing the output of EDK2 and U-Boot shows that this is currently not > correctly implemented: > > EDK2: > OsIndicatio

[PATCH v2 1/2] efi_loader: correct reported length in GetNextVariable()

2020-03-22 Thread Heinrich Schuchardt
The runtime service GetNextVariable() returns the length of the next variable including the closing 0x. 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 PlatformLan