Re: [PATCH v5 3/3] arm: dts: am335x-sancloud-bbe-lite: UEFI SPI export

2023-01-11 Thread Paul Barker
On 03/01/2023 19:27, Rob Herring wrote: > On Sat, Dec 24, 2022 at 6:04 AM Paul Barker wrote: >> The EFI_SPI_PART structure has "Vendor" and "PartNumber" fields. We need >> something to put in those fields and the device tree is the best place >> to store the data. These properties are in the

Re: [PATCH v5 3/3] arm: dts: am335x-sancloud-bbe-lite: UEFI SPI export

2023-01-03 Thread Rob Herring
On Sat, Dec 24, 2022 at 6:04 AM Paul Barker wrote: > > On 20/12/2022 15:55, Rob Herring wrote: > > On Wed, Nov 23, 2022 at 05:50:06PM +, Paul Barker wrote: > >> Add properties to the Authenta SPI flash device node to enable access by > >> a UEFI application using a fixed GUID. > >> > >>

Re: [PATCH v5 3/3] arm: dts: am335x-sancloud-bbe-lite: UEFI SPI export

2022-12-24 Thread Tom Rini
On Sat, Dec 24, 2022 at 12:03:52PM +, Paul Barker wrote: > On 20/12/2022 15:55, Rob Herring wrote: > > On Wed, Nov 23, 2022 at 05:50:06PM +, Paul Barker wrote: > >> Add properties to the Authenta SPI flash device node to enable access by > >> a UEFI application using a fixed GUID. > >> >

Re: [PATCH v5 3/3] arm: dts: am335x-sancloud-bbe-lite: UEFI SPI export

2022-12-24 Thread Paul Barker
On 20/12/2022 15:55, Rob Herring wrote: > On Wed, Nov 23, 2022 at 05:50:06PM +, Paul Barker wrote: >> Add properties to the Authenta SPI flash device node to enable access by >> a UEFI application using a fixed GUID. >> >> Signed-off-by: Paul Barker >> --- >>

Re: [PATCH v5 3/3] arm: dts: am335x-sancloud-bbe-lite: UEFI SPI export

2022-12-20 Thread Rob Herring
On Wed, Nov 23, 2022 at 05:50:06PM +, Paul Barker wrote: > Add properties to the Authenta SPI flash device node to enable access by > a UEFI application using a fixed GUID. > > Signed-off-by: Paul Barker > --- > arch/arm/dts/am335x-sancloud-bbe-lite-u-boot.dtsi | 13 ++--- >

[PATCH v5 3/3] arm: dts: am335x-sancloud-bbe-lite: UEFI SPI export

2022-11-23 Thread Paul Barker
Add properties to the Authenta SPI flash device node to enable access by a UEFI application using a fixed GUID. Signed-off-by: Paul Barker --- arch/arm/dts/am335x-sancloud-bbe-lite-u-boot.dtsi | 13 ++--- arch/arm/dts/am335x-sancloud-bbe-lite.dts | 2 +- 2 files changed, 11