Re: [PATCH v2 1/3] efi_loader: Add SPI I/O protocol support

2022-09-14 Thread Heinrich Schuchardt
On 9/12/22 18:14, Paul Barker wrote: Hi Heinrich, I'm sending a ping on this as there were a few questions in my response to your feedback and I'd like to move this forward. I've highlighted the key items with further comments below. On 25/08/2022 11:58, Paul Barker wrote: Hi Henrich, Many

Re: [PATCH v2 1/3] efi_loader: Add SPI I/O protocol support

2022-09-12 Thread Paul Barker
Hi Heinrich, I'm sending a ping on this as there were a few questions in my response to your feedback and I'd like to move this forward. I've highlighted the key items with further comments below. On 25/08/2022 11:58, Paul Barker wrote: Hi Henrich, Many thanks for your review on this

Re: [PATCH v2 1/3] efi_loader: Add SPI I/O protocol support

2022-08-25 Thread Paul Barker
Hi Henrich, Many thanks for your review on this patch. I've responded to things inline below. I'm also available on IRC (paulbarker) if you want to discuss further. On 13/08/2022 20:20, Heinrich Schuchardt wrote: On 8/4/22 12:34, Paul Barker wrote: This addition allows UEFI applications

Re: [PATCH v2 1/3] efi_loader: Add SPI I/O protocol support

2022-08-13 Thread Heinrich Schuchardt
On 8/4/22 12:34, Paul Barker wrote: This addition allows UEFI applications running under u-boot to access peripherals on SPI busses. It is based on the UEFI Platform Initialization (PI) Specification, Version 1.7 Errata A (April 2020). Only the core functionality required to discover SPI

[PATCH v2 1/3] efi_loader: Add SPI I/O protocol support

2022-08-04 Thread Paul Barker
This addition allows UEFI applications running under u-boot to access peripherals on SPI busses. It is based on the UEFI Platform Initialization (PI) Specification, Version 1.7 Errata A (April 2020). Only the core functionality required to discover SPI peripherals and communicate with them is