- Modify ec, coreboot, and edk submodules to point to personal forks using relative URL path - Add image and script to build firmware in docker container - Move firmware update build steps from flash.sh to build.sh so it can be built inside docker container
49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
[submodule "edk2"]
|
|
path = edk2
|
|
url = ../system76-edk2.git
|
|
branch = system76
|
|
[submodule "coreboot"]
|
|
path = coreboot
|
|
url = ../system76-coreboot.git
|
|
branch = system76
|
|
[submodule "tools/UEFITool"]
|
|
path = tools/UEFITool
|
|
url = https://github.com/LongSoft/UEFITool.git
|
|
branch = new_engine
|
|
[submodule "tools/coreboot-collector"]
|
|
path = tools/coreboot-collector
|
|
url = https://github.com/system76/coreboot-collector.git
|
|
branch = master
|
|
[submodule "apps/firmware-update"]
|
|
path = apps/firmware-update
|
|
url = https://github.com/system76/firmware-update.git
|
|
branch = master
|
|
[submodule "apps/firmware-setup"]
|
|
path = apps/firmware-setup
|
|
url = https://github.com/system76/firmware-setup.git
|
|
branch = master
|
|
[submodule "tools/MEAnalyzer"]
|
|
path = tools/MEAnalyzer
|
|
url = https://github.com/platomav/MEAnalyzer.git
|
|
branch = master
|
|
[submodule "apps/gop-policy"]
|
|
path = apps/gop-policy
|
|
url = https://github.com/system76/gop-policy.git
|
|
branch = master
|
|
[submodule "tools/ipxe"]
|
|
path = tools/ipxe
|
|
url = https://github.com/ipxe/ipxe.git
|
|
branch = master
|
|
[submodule "ec"]
|
|
path = ec
|
|
url = ../system76-embedded-controller.git
|
|
branch = main
|
|
[submodule "tools/apobtool"]
|
|
path = tools/apobtool
|
|
url = https://github.com/system76/apobtool.git
|
|
branch = master
|
|
[submodule "tools/intel-spi"]
|
|
path = tools/intel-spi
|
|
url = https://github.com/system76/intel-spi.git
|
|
branch = master
|