Re: [PATCH 01/32] Convert build-efi script to Python

2025-02-15 Thread Simon Glass
Hi Heinrich, On Sun, 9 Feb 2025 at 11:55, Heinrich Schuchardt wrote: > > Am 3. Februar 2025 18:41:54 MEZ schrieb Simon Glass : > >Before this gets any longer, convert it to Python so it is easier to > >maintain. > > > >Signed-off-by: Simon Glass > >--- > > > > MAINTAINERS

Re: [PATCH 01/32] Convert build-efi script to Python

2025-02-09 Thread Heinrich Schuchardt
Am 3. Februar 2025 18:41:54 MEZ schrieb Simon Glass : >Before this gets any longer, convert it to Python so it is easier to >maintain. > >Signed-off-by: Simon Glass >--- > > MAINTAINERS| 2 +- > doc/develop/uefi/u-boot_on_efi.rst | 4 +- > scripts/build-efi.py

Re: [PATCH 01/32] Convert build-efi script to Python

2025-02-09 Thread Tom Rini
On Fri, Feb 07, 2025 at 06:28:41PM -0700, Simon Glass wrote: > Hi Tom, > > On Thu, 6 Feb 2025 at 10:10, Tom Rini wrote: > > > > On Thu, Feb 06, 2025 at 06:05:36AM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Mon, 3 Feb 2025 at 13:07, Tom Rini wrote: > > > > > > > > On Mon, Feb 03, 2025

Re: [PATCH 01/32] Convert build-efi script to Python

2025-02-07 Thread Simon Glass
Hi Tom, On Thu, 6 Feb 2025 at 10:10, Tom Rini wrote: > > On Thu, Feb 06, 2025 at 06:05:36AM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Mon, 3 Feb 2025 at 13:07, Tom Rini wrote: > > > > > > On Mon, Feb 03, 2025 at 10:41:54AM -0700, Simon Glass wrote: > > > > > > > Before this gets any longe

Re: [PATCH 01/32] Convert build-efi script to Python

2025-02-06 Thread Tom Rini
On Thu, Feb 06, 2025 at 06:05:36AM -0700, Simon Glass wrote: > Hi Tom, > > On Mon, 3 Feb 2025 at 13:07, Tom Rini wrote: > > > > On Mon, Feb 03, 2025 at 10:41:54AM -0700, Simon Glass wrote: > > > > > Before this gets any longer, convert it to Python so it is easier to > > > maintain. > > > > > > S

Re: [PATCH 01/32] Convert build-efi script to Python

2025-02-06 Thread Simon Glass
Hi Tom, On Mon, 3 Feb 2025 at 13:07, Tom Rini wrote: > > On Mon, Feb 03, 2025 at 10:41:54AM -0700, Simon Glass wrote: > > > Before this gets any longer, convert it to Python so it is easier to > > maintain. > > > > Signed-off-by: Simon Glass > > --- > > > > MAINTAINERS|

Re: [PATCH 01/32] Convert build-efi script to Python

2025-02-03 Thread Tom Rini
On Mon, Feb 03, 2025 at 10:41:54AM -0700, Simon Glass wrote: > Before this gets any longer, convert it to Python so it is easier to > maintain. > > Signed-off-by: Simon Glass > --- > > MAINTAINERS| 2 +- > doc/develop/uefi/u-boot_on_efi.rst | 4 +- > scripts/build-e

[PATCH 01/32] Convert build-efi script to Python

2025-02-03 Thread Simon Glass
Before this gets any longer, convert it to Python so it is easier to maintain. Signed-off-by: Simon Glass --- MAINTAINERS| 2 +- doc/develop/uefi/u-boot_on_efi.rst | 4 +- scripts/build-efi.py | 258 + scripts/build-efi.sh