Remove libs/

These are at best a convenience for working on them. They are not used
directly by firmware-open, only as dependencies in other projects.

- coreboot-table: Dependency of apps/firmware-setup
- coreboot-fs: Dependency of apps/firmware-update and libs/intel-spi
- intel-spi: Dependency of apps/firmware-update
- intelfash: Dependency of apps/firmware-update and scripts/modeltool
- uefi: Dependency of a lot of stuff

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford 2023-08-02 16:10:56 -06:00 committed by Tim Crawford
parent 0a210cd297
commit 0e01b365ae
9 changed files with 0 additions and 36 deletions

20
.gitmodules vendored
View File

@ -10,22 +10,6 @@
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/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 "tools/coreboot-collector"]
path = tools/coreboot-collector
url = https://github.com/system76/coreboot-collector.git
@ -42,10 +26,6 @@
path = tools/MEAnalyzer
url = https://github.com/platomav/MEAnalyzer.git
branch = master
[submodule "libs/coreboot-fs"]
path = libs/coreboot-fs
url = https://gitlab.redox-os.org/redox-os/coreboot-fs.git
branch = master
[submodule "apps/gop-policy"]
path = apps/gop-policy
url = https://github.com/system76/gop-policy.git

View File

@ -1,9 +0,0 @@
# Libraries
## Contents
- [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
- [intelflash](https://gitlab.redox-os.org/redox-os/intelflash.git) - intelflash
- [intel-spi](https://github.com/system76/intel-spi.git) - intel-spi
- [uefi](https://gitlab.redox-os.org/redox-os/uefi.git) - Redox UEFI

View File

@ -1 +0,0 @@
# Libraries

@ -1 +0,0 @@
Subproject commit 514f88c9602336eb2c3deda16dcf35fb077272e1

@ -1 +0,0 @@
Subproject commit 4b5543dc864cdc4ab721a9c9445b22e2224e8907

@ -1 +0,0 @@
Subproject commit ee6a9344c1a91766d410db0b97112acceb2907e3

@ -1 +0,0 @@
Subproject commit 443adc01d318650b98d9399eb386becec7d47447

@ -1 +0,0 @@
Subproject commit fcdb04f90d6064ef4d166c577eb1532e24376248

View File

@ -2,7 +2,6 @@
README_DIRS=(
apps
libs
models
tools
)