Add firmware-related libraries and tools

This commit is contained in:
Jeremy Soller
2019-03-18 10:07:19 -06:00
parent 66b0d32c48
commit 263c1e7f11
9 changed files with 40 additions and 0 deletions

32
.gitmodules vendored
View File

@@ -22,3 +22,35 @@
path = tools/UEFITool
url = https://github.com/LongSoft/UEFITool.git
branch = new_engine
[submodule "libs/intelflash"]
path = libs/intelflash
url = https://gitlab.redox-os.org/redox-os/intelflash.git
branch = master
[submodule "libs/uefi"]
path = libs/uefi
url = https://gitlab.redox-os.org/redox-os/uefi.git
branch = master
[submodule "libs/uefi_alloc"]
path = libs/uefi_alloc
url = https://gitlab.redox-os.org/redox-os/uefi_alloc.git
branch = master
[submodule "libs/uefi_std"]
path = libs/uefi_std
url = https://gitlab.redox-os.org/redox-os/uefi_std.git
branch = master
[submodule "libs/coreboot-table"]
path = libs/coreboot-table
url = https://gitlab.redox-os.org/redox-os/coreboot-table.git
branch = master
[submodule "libs/intel-spi"]
path = libs/intel-spi
url = https://github.com/system76/intel-spi.git
branch = master
[submodule "libs/ecflash"]
path = libs/ecflash
url = https://github.com/system76/ecflash.git
branch = master
[submodule "tools/coreboot-collector"]
path = tools/coreboot-collector
url = https://github.com/system76/coreboot-collector.git
branch = master

1
libs/coreboot-table Submodule

Submodule libs/coreboot-table added at 139dadae7c

1
libs/ecflash Submodule

Submodule libs/ecflash added at f0a747bb48

1
libs/intel-spi Submodule

Submodule libs/intel-spi added at 8fe30c0476

1
libs/intelflash Submodule

Submodule libs/intelflash added at 7523a1e478

1
libs/uefi Submodule

Submodule libs/uefi added at a3755243d1

1
libs/uefi_alloc Submodule

Submodule libs/uefi_alloc added at 497ce9151e

1
libs/uefi_std Submodule

Submodule libs/uefi_std added at 930e358bdf