View Git repositories
You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:ipxe

There are download files available for iPXE.

See all merge proposals.

iPXE has 1 active branch owned by 1 person. There were 15 commits by 1 person in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:ipxe
Series: trunk, 1.0, 1.20
1 Development 2023-05-24 09:20:31 UTC
6248. [efi] Implement "shim" as a dummy com...

Author: Michael Brown
Revision Date: 2023-05-24 09:20:31 UTC

[efi] Implement "shim" as a dummy command on non-EFI platforms

The "shim" command will skip downloading the shim binary (and is
therefore a conditional no-op) if there is already a selected EFI
image that can be executed directly via LoadImage()/StartImage().
This allows the same iPXE script to be used with Secure Boot either
enabled or disabled.

Generalise this further to provide a dummy "shim" command that is an
unconditional no-op on non-EFI platforms. This then allows the same
iPXE script to be used for BIOS, EFI with Secure Boot disabled, or EFI
with Secure Boot enabled.

The same effect could be achieved by using "iseq ${platform} efi"
within the script, but this would complicate end-user documentation.

To minimise the code size impact, the dummy "shim" command is a pure
no-op that does not call parse_options() and so will ignore even
standardised arguments such as "--help".

Signed-off-by: Michael Brown <mcb30@ipxe.org>

11 of 1 result
You can't create new branches for iPXE.