From 941dbe1dc4aee94ad18c39348431b1e43aad6e4b Mon Sep 17 00:00:00 2001 From: Karsten Merker Date: Tue, 9 Apr 2019 21:38:26 +0200 Subject: [PATCH] boot/opensbi: add hash file All downloads performed by buildroot should be integrity-checked if possible. Enable integrity-checking for the RISC-V OpenSBI sources by adding a corresponding hash file. Signed-off-by: Karsten Merker Reviewed-by: Alistair Francis Signed-off-by: Thomas Petazzoni --- boot/opensbi/opensbi.hash | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 boot/opensbi/opensbi.hash diff --git a/boot/opensbi/opensbi.hash b/boot/opensbi/opensbi.hash new file mode 100644 index 0000000000..822c2dc9ce --- /dev/null +++ b/boot/opensbi/opensbi.hash @@ -0,0 +1,2 @@ +# locally computed +sha256 07f18b73abf3b85aabe5bead19a923716c100d30eb58033459f39c3a224be300 opensbi-v0.3.tar.gz -- 2.30.2