From 6fb9ffefdd9cc64c08cf7627efd8a87a894b0419 Mon Sep 17 00:00:00 2001
From: Francis Rowe
Date: Sun, 12 Jul 2015 16:02:39 +0100
Subject: download/grub: verify checksums of downloaded files
---
docs/maintain/index.html | 8 ++++++++
docs/tasks.html | 3 ++-
2 files changed, 10 insertions(+), 1 deletion(-)
(limited to 'docs')
diff --git a/docs/maintain/index.html b/docs/maintain/index.html
index feff7b3f..add2ee9a 100644
--- a/docs/maintain/index.html
+++ b/docs/maintain/index.html
@@ -436,6 +436,14 @@
build the ROM images and test them, with this different
GRUB version that you have prepared.
+
+ Note: you will also need to replace the sha512 sums in
+ resources/scripts/helpers/sha512sums/grub. Do this with
+ 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:
+ $ for i in $(find -type f); do sha512sum "${i}" >> ../resources/scripts/helpers/sha512sums/grub; done
+
Back to top of page.
diff --git a/docs/tasks.html b/docs/tasks.html
index fab0a279..9124257b 100644
--- a/docs/tasks.html
+++ b/docs/tasks.html
@@ -105,7 +105,8 @@
- Look into the rockchip (rk3288. note: mali gpu. one or two blobs might need replacing.
see this page
- for example) and IBM 'POWER8' platforms
+ for example) and IBM 'POWER8' platforms - NOTE: ARM systems use the depthcharge payload
+ which afaik is free-sw. For GRUB, see https://wiki.linaro.org/LEG/Engineering/Grub2
--
cgit v1.2.3-70-g09d2