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

Submodule libs/coreboot-fs deleted from 514f88c960

Submodule libs/intel-spi deleted from ee6a9344c1

Submodule libs/intelflash deleted from 443adc01d3

Submodule libs/uefi deleted from fcdb04f90d

View File

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