scripts: Rename build-efi.py to drop the file extension

The .py extension isn't very useful. Drop it and update the shebang to
specify Python 3

Update the docs for this and also drop the old reference to 2021 images.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-05-11 16:18:17 +02:00
parent c0465ea741
commit 721804b0f8
3 changed files with 5 additions and 6 deletions

View File

@@ -97,9 +97,8 @@ that EFI does not support booting a 64-bit application from a 32-bit
EFI (or vice versa). Also it will often fail to print an error message if
you get this wrong.
You may find the script `scripts/build-efi.py` helpful for building and testing
U-Boot on UEFI on QEMU. It also includes links to UEFI binaries dating from
2021.
You may find the script `scripts/build-efi` helpful for building and testing
U-Boot on UEFI on QEMU.
See `Example run`_ for an example run.
@@ -202,7 +201,7 @@ Example run
This shows running with serial enabled (see `include/configs/efi-x86_app.h`)::
$ scripts/build-efi.py -wsPr
$ scripts/build-efi -wsPr
Packaging efi-x86_app32
Running qemu-system-i386