Update submodules

Updates:

- apps/firmware-setup
- libs/coreboot-table
- libs/uefi
- tools/MEAnalyzer
- tools/UEFITool
- tools/coreboot-collector
- tools/ipxe

Removes:

- libs/ecflash: Available through ec
- libs/uefi_alloc: Part of uefi
- libs/uefi_std: Part of uefi

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2022-04-26 12:32:25 -06:00
committed by Jeremy Soller
parent a3de5620ab
commit 650b9843d3
12 changed files with 8 additions and 27 deletions

12
.gitmodules vendored
View File

@@ -22,14 +22,6 @@
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
@@ -38,10 +30,6 @@
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

View File

@@ -4,10 +4,6 @@
- [coreboot-fs](https://gitlab.redox-os.org/redox-os/coreboot-fs.git) - coreboot-fs
- [coreboot-table](https://gitlab.redox-os.org/redox-os/coreboot-table.git) - coreboot-table
- [ecflash](https://github.com/system76/ecflash.git) - ecflash
- [intelflash](https://gitlab.redox-os.org/redox-os/intelflash.git) - intelflash
- [intel-spi](https://github.com/system76/intel-spi.git) - intel-spi
- [smmstore](https://github.com/system76/smmstore.git) - smmstore
- [uefi](https://gitlab.redox-os.org/redox-os/uefi.git)
- [uefi_alloc](https://gitlab.redox-os.org/redox-os/uefi_alloc.git)
- [uefi_std](https://gitlab.redox-os.org/redox-os/uefi_std.git) - uefi_std
- [uefi](https://gitlab.redox-os.org/redox-os/uefi.git) - Redox UEFI

Submodule libs/ecflash deleted from b08db29313

Submodule libs/uefi_alloc deleted from 7a74e171cd

Submodule libs/uefi_std deleted from a069826ad5