u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Support UEFI SPI I/O protocol
@ 2022-07-08  9:45 Paul Barker
  2022-07-08  9:45 ` [RFC PATCH 1/2] efi_loader: Add SPI I/O protocol support Paul Barker
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Paul Barker @ 2022-07-08  9:45 UTC (permalink / raw)
  To: u-boot, Heinrich Schuchardt; +Cc: Paul Barker

I'm looking for some initial feedback on the following patches which add support
for the UEFI SPI I/O protocol defined in the UEFI Platform Initialization (PI)
Specification, Version 1.7 Errata A (April 2020). I'd like to know if the
overall approach is acceptable for inclusion in u-boot and if you have any
questions or can spot any implementation issues at this stage. I'm planning to
follow up with a v2 series addressing any feedback and adding test cases.

Paul Barker (2):
  efi_loader: Add SPI I/O protocol support
  arm: dts: am335x-sancloud-bbe-lite: UEFI SPI export

 MAINTAINERS                               |   6 +
 arch/arm/dts/am335x-sancloud-bbe-lite.dts |   8 +-
 include/efi_loader.h                      |   4 +
 include/efi_spi_protocol.h                | 158 ++++++
 lib/efi_loader/Kconfig                    |   8 +
 lib/efi_loader/Makefile                   |   1 +
 lib/efi_loader/efi_setup.c                |   6 +
 lib/efi_loader/efi_spi_protocol.c         | 565 ++++++++++++++++++++++
 8 files changed, 754 insertions(+), 2 deletions(-)
 create mode 100644 include/efi_spi_protocol.h
 create mode 100644 lib/efi_loader/efi_spi_protocol.c


-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-11 13:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08  9:45 [RFC PATCH 0/2] Support UEFI SPI I/O protocol Paul Barker
2022-07-08  9:45 ` [RFC PATCH 1/2] efi_loader: Add SPI I/O protocol support Paul Barker
2022-07-08 20:21   ` Tom Rini
2022-07-11 13:12   ` Ilias Apalodimas
2022-07-11 13:25     ` Paul Barker
2022-07-08  9:45 ` [RFC PATCH 2/2] arm: dts: am335x-sancloud-bbe-lite: UEFI SPI export Paul Barker
2022-07-08 20:33 ` [RFC PATCH 0/2] Support UEFI SPI I/O protocol Heinrich Schuchardt
2022-07-09 10:35   ` Paul Barker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).