1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-05 18:52:17 +02:00
Files
u-boot-megous/lib/efi_selftest
Heinrich Schuchardt 74a614d70a 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>
2021-01-29 20:22:40 +01:00
..
2020-01-07 18:08:20 +01:00