summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xresources/scripts/helpers/download/coreboot5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot
index a502b88..c8b853d 100755
--- a/resources/scripts/helpers/download/coreboot
+++ b/resources/scripts/helpers/download/coreboot
@@ -137,6 +137,11 @@ git clone https://review.coreboot.org/coreboot
# there are modifications required
cd "coreboot/"
+# Reset to a common revision#
+# other revisions used will be on this one, or before it
+# This common revision is used for the crossgcc compilation
+git reset --hard 4351ace145c4069f9c93ca7541d6dfaf8300b53b
+
# Define a common version (based on the libreboot version)
# Most likely redundant, because the build system needs to update
# this every time when building a ROM image anyway