Skip to content

Conversation

vanillaSprinkles
Copy link

(probably should have netbootxyz/pipxe rebase from ipxe/pipxe first; though this pull request should handle that)

git submodule updates to reflect latest from https://github.com/netbootxyz/pipxe

svn on github has been deprecated, see: https://github.blog/2023-01-20-sunsetting-subversion-support/

re-create Dockerfile for easier local testing (use ubuntu:22.04 to mimic github's runner)

use latest supported github ubuntu version (currently 22.04); include hack to use latest mtools version (currently 4.0.43) - ubuntu 22.04's mtools (version 4.0.32) contains crash-bug

include c compile flag fixes in Makefile (since git modules are not yet updated) ( TODO: verify if needed after git submodule updates )

Makefile has a few environment switches:

RPI_MAJ_VER: [ 3 | default: 4 ] # inspired by netbootxyz, influences IPXE_TGT and output img/zip names
BOOTLOADER_FILENAME: example.ipxe # inspired by netbootxyz, ipxe file to embed
TRUST_FILES: example1.crt,example2.crt # inspired by netbootxyz, adds cert data

mcb30 and others added 8 commits February 4, 2021 23:04
Signed-off-by: Michael Brown <[email protected]>
The EDK2 build system requires the use of bash.

Signed-off-by: Michael Brown <[email protected]>
Signed-off-by: Michael Brown <[email protected]>
Signed-off-by: Michael Brown <[email protected]>
…s, re-add Dockerfile

git submodule updates to reflect latest from https://github.com/netbootxyz/pipxe

svn on github has been deprecated, see: https://github.blog/2023-01-20-sunsetting-subversion-support/

re-create Dockerfile for easier local testing (use ubuntu:22.04 to mimic github's runner)

use latest supported github ubuntu version (currently 22.04); include hack to use latest
mtools version (currently 4.0.43) - ubuntu 22.04's mtools (version 4.0.32) contains crash-bug

include c compile flag fixes in Makefile (since git modules are not yet updated) ( TODO: verify if needed after git submodule updates )

Makefile has a few environment switches:
 - RPI_MAJ_VER: [ 3 | default: 4 ]  # inspired by netbootxyz, influences IPXE_TGT and output img/zip names
 - BOOTLOADER_FILENAME: example.ipxe # inspired by netbootxyz, ipxe file to embed
 - TRUST_FILES: example1.crt,example2.crt # inspired by netbootxyz, adds cert data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants