summaryrefslogtreecommitdiff
path: root/config/submodule/coreboot/haswell
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-05-24 22:01:02 +0100
committerLeah Rowe <leah@libreboot.org>2024-05-24 23:42:05 +0100
commitb91ee727621ac67176d54e9622b37a25fca7131f (patch)
tree78783eb4fe936268bb3a5a67c927d6b39195cf47 /config/submodule/coreboot/haswell
parent4a3ebe84a8cb565e57df3a3ea3af3130b9050f74 (diff)
config: add backup coreboot submodule repositories
this is using the same functionality that was added a few commits ago, to override the use of "git submodule update" each coreboot submodule has two repositories defined, with the second one kicking in if the mail one fails upon cloning. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/submodule/coreboot/haswell')
-rw-r--r--config/submodule/coreboot/haswell/intel-microcode/module.cfg3
-rw-r--r--config/submodule/coreboot/haswell/libgfxinit/module.cfg3
-rw-r--r--config/submodule/coreboot/haswell/libhwbase/module.cfg3
-rw-r--r--config/submodule/coreboot/haswell/vboot/module.cfg3
4 files changed, 12 insertions, 0 deletions
diff --git a/config/submodule/coreboot/haswell/intel-microcode/module.cfg b/config/submodule/coreboot/haswell/intel-microcode/module.cfg
new file mode 100644
index 00000000..12b01372
--- /dev/null
+++ b/config/submodule/coreboot/haswell/intel-microcode/module.cfg
@@ -0,0 +1,3 @@
+subrepo="https://review.coreboot.org/intel-microcode.git"
+subrepo_bkup="https://github.com/coreboot/intel-microcode"
+subrev="41af34500598418150aa298bb04e7edacc547897"
diff --git a/config/submodule/coreboot/haswell/libgfxinit/module.cfg b/config/submodule/coreboot/haswell/libgfxinit/module.cfg
new file mode 100644
index 00000000..c3db628b
--- /dev/null
+++ b/config/submodule/coreboot/haswell/libgfxinit/module.cfg
@@ -0,0 +1,3 @@
+subrepo="https://review.coreboot.org/libgfxinit.git"
+subrepo_bkup="https://github.com/coreboot/libgfxinit"
+subrev="a4be8a21b0e2c752da0042c79aae5942418f53e2"
diff --git a/config/submodule/coreboot/haswell/libhwbase/module.cfg b/config/submodule/coreboot/haswell/libhwbase/module.cfg
new file mode 100644
index 00000000..7996007e
--- /dev/null
+++ b/config/submodule/coreboot/haswell/libhwbase/module.cfg
@@ -0,0 +1,3 @@
+subrepo="https://review.coreboot.org/libhwbase.git"
+subrepo_bkup="https://github.com/coreboot/libhwbase"
+subrev="584629b9f4771b7618951cec57df2ca3af9c6981"
diff --git a/config/submodule/coreboot/haswell/vboot/module.cfg b/config/submodule/coreboot/haswell/vboot/module.cfg
new file mode 100644
index 00000000..a30a1cee
--- /dev/null
+++ b/config/submodule/coreboot/haswell/vboot/module.cfg
@@ -0,0 +1,3 @@
+subrepo="https://review.coreboot.org/vboot.git"
+subrepo_bkup="https://github.com/coreboot/vboot"
+subrev="09fcd2184f9c714829503e84b8a7dfe7f2584e00"