commit | f76861923986a8042fe7a4e3c4fc565c036bce52 | [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 | 05ef48a2484be4d1d232534b919c8e9b4bcfaecd [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>