commit | a59b569c2e561c85806aeea7c09d4635c790a356 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jan 23 19:08:04 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jan 29 20:22:40 2021 +0100 |
tree | 0aaad7177930b4b0c3345f3ed638818e35956f88 | |
parent | b2e0b3292e681eee586748041c0de4ee889eb8f3 [diff] |
efi_selftest: test EFI_BLOCK_IO_PROTOCOL.Media->LastBlock The field Media->LastBlock of the EFI_BLOCK_IO_PROTOCOL must be filled with the index of the last logical block (LBA) for the block device that our test driver provides. After calling ConnectController() U-Boot exposes the block IO protocol for the partition check that the value of Media->LastBlock equals the partition size minus one. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>