summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-01-27 21:34:21 +0000
committerLeah Rowe <leah@libreboot.org>2024-01-27 21:34:21 +0000
commitaf82d67183bbcc7223f61d9d72016bdd3277a614 (patch)
treedd37095ed7fd42bcd7f1e7446cdfaf1aa68c7230
parent7f0ca5455a43fd711787adce0de880212b9159d0 (diff)
config/git: use flashprog instead of flashrom
Nico Huber is the rightful project lead. I do not support the coup that occured within the flashrom project. Nico has always been of great service to the Libreboot project, by virtue of his work on both coreboot and flashrom. Nico Huber was unfairly removed from the flashrom project infrastructure, due to unfounded accusations hurled at him by flashrom's new project lead. The accusations are unfounded because no evidence was given. Use Nico Huber's fork, named flashprog. We will work with flashprog from now on. Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--config/git/flashprog6
-rw-r--r--config/git/flashrom6
2 files changed, 6 insertions, 6 deletions
diff --git a/config/git/flashprog b/config/git/flashprog
new file mode 100644
index 00000000..12105361
--- /dev/null
+++ b/config/git/flashprog
@@ -0,0 +1,6 @@
+{flashprog}{
+ rev: ddb6d926783d4f9cbee04c7392718ed8f89daa0e
+ loc: flashprog
+ url: https://review.sourcearcade.org/flashprog
+ bkup_url: https://github.com/SourceArcade/flashprog.git
+}
diff --git a/config/git/flashrom b/config/git/flashrom
deleted file mode 100644
index 2b6fb574..00000000
--- a/config/git/flashrom
+++ /dev/null
@@ -1,6 +0,0 @@
-{flashrom}{
- rev: 05c629be2964bcee368c03d805747da15281856d
- loc: flashrom
- url: https://review.coreboot.org/flashrom.git
- bkup_url: https://github.com/flashrom/flashrom
-}