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>
This commit is contained in:
Leah Rowe
2024-05-24 22:01:02 +01:00
parent 4a3ebe84a8
commit b91ee72762
26 changed files with 72 additions and 10 deletions
@@ -0,0 +1,3 @@
subrepo="https://review.coreboot.org/intel-microcode.git"
subrepo_bkup="https://github.com/coreboot/intel-microcode"
subrev="ece0d294a29a1375397941a4e6f2f7217910bc89"