
15 Dec
2022
15 Dec
'22
3:24 p.m.
On Wed, 23 Nov 2022 at 09:50, Paul Barker paul.barker@sancloud.com wrote:
These tests ensure that the new UEFI SPI I/O protocol support works as expected. They intended to execute on the sandbox target.
Signed-off-by: Paul Barker paul.barker@sancloud.com
MAINTAINERS | 1 + arch/sandbox/dts/test.dts | 13 + lib/efi_selftest/Makefile | 1 + lib/efi_selftest/efi_selftest_spi_protocol.c | 284 +++++++++++++++++++ 4 files changed, 299 insertions(+) create mode 100644 lib/efi_selftest/efi_selftest_spi_protocol.c
Reviewed-by: Simon Glass sjg@chromium.org