On Wed, 23 Nov 2022 at 09:50, Paul Barker <[email protected]> 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 <[email protected]> > --- > 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 <[email protected]>

