[PATCH 01/32] Convert build-efi script to Python
Simon Glass
sjg at chromium.org
Thu Feb 6 14:05:36 CET 2025
Hi Tom,
On Mon, 3 Feb 2025 at 13:07, Tom Rini <trini at konsulko.com> 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 <sjg at chromium.org>
> > ---
> >
> > MAINTAINERS | 2 +-
> > doc/develop/uefi/u-boot_on_efi.rst | 4 +-
> > scripts/build-efi.py | 258 +++++++++++++++++++++++++++++
> > scripts/build-efi.sh | 207 -----------------------
> > 4 files changed, 261 insertions(+), 210 deletions(-)
> > create mode 100755 scripts/build-efi.py
> > delete mode 100755 scripts/build-efi.sh
>
> This should just go live in the u-boot-extras repository as another
> sample script. And as a bonus, there you can just push the script right
> now.
But I can't be sure it will stay that way. In any case I see these
scripts as first-class citizens, in the docs, tested in CI, used by
people to report bugs, updated as new features appear, etc.
Regards,
Simon
More information about the U-Boot
mailing list