commit | 93df76a3487c6de29d36a50dfb5206bb05354ad6 | [log] [tgz] |
---|---|---|
author | Julian Hall <julian.hall@arm.com> | Thu Sep 22 17:30:06 2022 +0100 |
committer | Julian Hall <julian.hall@arm.com> | Wed Nov 30 17:09:31 2022 +0100 |
tree | 3cab8803205dbf2735a464e8a37760fe368dff32 | |
parent | cfe2f5b56580152b4ce9e9d491cc064c62b8f300 [diff] |
Add io device for block_store volume access To enable tf-a components to access data from a block_store, an io device is added that conforms to the tf-a model. The io device presents a storage partition, accessed via a block_store, as a single seekable volume. Any concrete block_store may be used with this io device. Signed-off-by: Julian Hall <julian.hall@arm.com> Change-Id: I3c8e9e198332d7c2601ccff03fa129ee164e5359