summaryrefslogtreecommitdiff
path: root/config/submodule/coreboot/fam15h_rdimm/vboot
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/fam15h_rdimm/vboot
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/fam15h_rdimm/vboot')
-rw-r--r--config/submodule/coreboot/fam15h_rdimm/vboot/module.cfg3
-rw-r--r--config/submodule/coreboot/fam15h_rdimm/vboot/patches/0001-don-t-treat-warnings-as-errors.patch4
2 files changed, 5 insertions, 2 deletions
diff --git a/config/submodule/coreboot/fam15h_rdimm/vboot/module.cfg b/config/submodule/coreboot/fam15h_rdimm/vboot/module.cfg
new file mode 100644
index 00000000..7a7ad3c6
--- /dev/null
+++ b/config/submodule/coreboot/fam15h_rdimm/vboot/module.cfg
@@ -0,0 +1,3 @@
+subrepo="https://review.coreboot.org/vboot.git"
+subrepo_bkup="https://github.com/coreboot/vboot"
+subrev="ecdca931ae0637d1a9498f64862939bd5bb99e0b"
diff --git a/config/submodule/coreboot/fam15h_rdimm/vboot/patches/0001-don-t-treat-warnings-as-errors.patch b/config/submodule/coreboot/fam15h_rdimm/vboot/patches/0001-don-t-treat-warnings-as-errors.patch
index 7e569082..1dbf6c13 100644
--- a/config/submodule/coreboot/fam15h_rdimm/vboot/patches/0001-don-t-treat-warnings-as-errors.patch
+++ b/config/submodule/coreboot/fam15h_rdimm/vboot/patches/0001-don-t-treat-warnings-as-errors.patch
@@ -1,6 +1,6 @@
-From ba16c0fe8236bd511e879693527993ce8ce3668b Mon Sep 17 00:00:00 2001
+From 2c5c8d9a5c999a5eedd9f17acb0bd3924524657d Mon Sep 17 00:00:00 2001
From: Leah Rowe <info@minifree.org>
-Date: Tue, 21 May 2024 23:19:38 +0100
+Date: Tue, 21 May 2024 23:21:14 +0100
Subject: [PATCH 1/1] don't treat warnings as errors
Signed-off-by: Leah Rowe <info@minifree.org>