[PATCH v5 2/3] efi_selftest: Add tests for SPI protocol support

Simon Glass sjg at chromium.org
Thu Dec 15 15:24:00 CET 2022


On Wed, 23 Nov 2022 at 09:50, Paul Barker <paul.barker at 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 at 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 at chromium.org>


More information about the U-Boot mailing list