Re: [PATCH] powerpc: dts: keymile: Deduplicate binman code

2022-12-24 Thread Tom Rini
On Sat, Dec 24, 2022 at 07:37:17PM +0100, Pali Rohár wrote: > On Sunday 18 December 2022 11:04:11 Christophe Leroy wrote: > > Le 18/12/2022 à 11:59, Pali Rohár a écrit : > > > On Sunday 18 December 2022 09:29:23 Christophe Leroy wrote: > > - binman { > > - filename =

Re: [PATCH 1/3] binman: add sign option for binman

2022-12-24 Thread Ivan Mikhaylov
On Sat, 2022-12-17 at 15:02 -0700, Simon Glass wrote: > Hi Ivan, > > On Tue, 13 Dec 2022 at 11:51, Ivan Mikhaylov > wrote: > > > > On Fri, 2022-11-18 at 13:50 -0700, Simon Glass wrote: > > > Hi Ivan, > > > > > > On Thu, 15 Sept 2022 at 13:44, Ivan Mikhaylov > > > > > > wrote: > > > > > > > >

Re: [PATCH] powerpc: dts: keymile: Deduplicate binman code

2022-12-24 Thread Pali Rohár
On Sunday 18 December 2022 11:04:11 Christophe Leroy wrote: > Le 18/12/2022 à 11:59, Pali Rohár a écrit : > > On Sunday 18 December 2022 09:29:23 Christophe Leroy wrote: > -binman { > -filename = "u-boot-with-dtb.bin"; > -skip-at-start = ; >

Re: Broken commit d433c74eecdce1e4952ef4e8c712a9289c0dfcc2

2022-12-24 Thread Pali Rohár
On Saturday 24 December 2022 11:13:41 Tom Rini wrote: > On Fri, Dec 23, 2022 at 11:34:46PM +0100, Pali Rohár wrote: > > On Friday 23 December 2022 22:39:00 Pali Rohár wrote: > > > On Friday 23 December 2022 14:18:32 Tom Rini wrote: > > > > On Fri, Dec 23, 2022 at 08:10:14PM +0100, Pali Rohár

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: Broken commit d433c74eecdce1e4952ef4e8c712a9289c0dfcc2

2022-12-24 Thread Tom Rini
On Fri, Dec 23, 2022 at 11:34:46PM +0100, Pali Rohár wrote: > On Friday 23 December 2022 22:39:00 Pali Rohár wrote: > > On Friday 23 December 2022 14:18:32 Tom Rini wrote: > > > On Fri, Dec 23, 2022 at 08:10:14PM +0100, Pali Rohár wrote: > > > > On Thursday 22 December 2022 13:22:50 Tom Rini

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

2022-12-24 Thread Heinrich Schuchardt
On 12/24/22 13:25, Paul Barker wrote: On 13/12/2022 07:15, Ilias Apalodimas wrote: Hi Paul, Apologies for the delayed reply. [...] +static efi_status_t +export_spi_peripheral(struct efi_spi_bus *bus, struct udevice *dev) +{ + efi_string_t name_utf16, vendor_utf16, part_number_utf16; +

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

2022-12-24 Thread Paul Barker
On 13/12/2022 07:15, Ilias Apalodimas wrote: > Hi Paul, > > Apologies for the delayed reply. > > [...] > >> +static efi_status_t >> +export_spi_peripheral(struct efi_spi_bus *bus, struct udevice *dev) >> +{ >> +efi_string_t name_utf16, vendor_utf16, part_number_utf16; >> +struct

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 1/1] efi_loader: set IMAGE_FILE_LARGE_ADDRESS_AWARE

2022-12-24 Thread Heinrich Schuchardt
On 12/23/22 08:30, Ilias Apalodimas wrote: Hi Heinrich, On Fri, 23 Dec 2022 at 03:20, Heinrich Schuchardt wrote: For the 64bit EFI binaries that we create set the IMAGE_FILE_LARGE_ADDRESS_AWARE characteristic in the PE-COFF header to indicate that they can handle addresses above 2 GiB.