commit | d322f92a1963b779946e024f5dbf0b917b660a3d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Jan 21 19:29:31 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Mon Jan 22 23:09:14 2018 +0100 |
tree | 4de5f6532c18c7814c457e9a184022b70874f016 | |
parent | 11206f4d4d2923d395bfe404ed38d0f988ad390d [diff] |
efi_selftest: provide a test for block io This test checks the driver for block IO devices. A disk image is created in memory. A handle is created for the new block IO device. The block I/O protocol is installed on the handle. ConnectController is used to setup partitions and to install the simple file protocol. A known file is read from the file system and verified. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>