From 0e01b365aebb91a47f05d8e04a0541abab01c8cc Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Wed, 2 Aug 2023 16:10:56 -0600 Subject: [PATCH] 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 --- .gitmodules | 20 -------------------- libs/README.md | 9 --------- libs/README.md.in | 1 - libs/coreboot-fs | 1 - libs/coreboot-table | 1 - libs/intel-spi | 1 - libs/intelflash | 1 - libs/uefi | 1 - scripts/readmes.sh | 1 - 9 files changed, 36 deletions(-) delete mode 100644 libs/README.md delete mode 100644 libs/README.md.in delete mode 160000 libs/coreboot-fs delete mode 160000 libs/coreboot-table delete mode 160000 libs/intel-spi delete mode 160000 libs/intelflash delete mode 160000 libs/uefi diff --git a/.gitmodules b/.gitmodules index 9451b18..c7adfb5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/libs/README.md b/libs/README.md deleted file mode 100644 index 7276c31..0000000 --- a/libs/README.md +++ /dev/null @@ -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 diff --git a/libs/README.md.in b/libs/README.md.in deleted file mode 100644 index 3290d70..0000000 --- a/libs/README.md.in +++ /dev/null @@ -1 +0,0 @@ -# Libraries diff --git a/libs/coreboot-fs b/libs/coreboot-fs deleted file mode 160000 index 514f88c..0000000 --- a/libs/coreboot-fs +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 514f88c9602336eb2c3deda16dcf35fb077272e1 diff --git a/libs/coreboot-table b/libs/coreboot-table deleted file mode 160000 index 4b5543d..0000000 --- a/libs/coreboot-table +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4b5543dc864cdc4ab721a9c9445b22e2224e8907 diff --git a/libs/intel-spi b/libs/intel-spi deleted file mode 160000 index ee6a934..0000000 --- a/libs/intel-spi +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ee6a9344c1a91766d410db0b97112acceb2907e3 diff --git a/libs/intelflash b/libs/intelflash deleted file mode 160000 index 443adc0..0000000 --- a/libs/intelflash +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 443adc01d318650b98d9399eb386becec7d47447 diff --git a/libs/uefi b/libs/uefi deleted file mode 160000 index fcdb04f..0000000 --- a/libs/uefi +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fcdb04f90d6064ef4d166c577eb1532e24376248 diff --git a/scripts/readmes.sh b/scripts/readmes.sh index 75caef5..6b4354c 100755 --- a/scripts/readmes.sh +++ b/scripts/readmes.sh @@ -2,7 +2,6 @@ README_DIRS=( apps - libs models tools )