From 5b44cb159bbc2b46bcc9cd6b8612f7e05d4f3ae5 Mon Sep 17 00:00:00 2001
From: Francis Rowe
+ Note: you will also need to replace the sha512 sums in
+ resources/scripts/helpers/sha512sums/coreboot. Do this with
+ an unmodified version of coreboot, from the commit that you are using,
+ and make sure that the files/directories beginning with .git do not
+ appear in the list of sha512 checksums. You must also run the deblob
+ script to remove the blobs, before generating this list of sha512 sums.
+ You can generate the list like so:
+ $ rm -f ../resources/scripts/helpers/sha512sums/coreboot
+ $ for i in $(find -type f); do sha512sum "${i}" >> ../resources/scripts/helpers/sha512sums/coreboot; done
+
Download coreboot again, only this time, using the download
script. The download script also applies custom patches
@@ -442,6 +454,7 @@
an unmodified version of GRUB, from the commit that you are using,
and make sure that the files/directories beginning with .git do not
appear in the list of sha512 checksums. You can generate the list like so:
+ $ rm -f ../resources/scripts/helpers/sha512sums/grub
$ for i in $(find -type f); do sha512sum "${i}" >> ../resources/scripts/helpers/sha512sums/grub; done