aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Chen <rick@andestech.com>2023-02-17 16:57:01 +0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2023-02-17 19:07:48 +0800
commit7574b6476afc1fd76816be6567458f6ca4f44234 (patch)
tree11c69dcbeb37cf5f268169d6beac1b685f98b28c
parent68bda014812562de1d8ce0485ffe9fdea62fe9dd (diff)
downloadu-boot-7574b6476afc1fd76816be6567458f6ca4f44234.zip
u-boot-7574b6476afc1fd76816be6567458f6ca4f44234.tar.gz
u-boot-7574b6476afc1fd76816be6567458f6ca4f44234.tar.bz2
riscv: binman: Add help message for missing blobs
Add the 'missing-msg' for more detailed output on missing system firmware. Signed-off-by: Rick Chen <rick@andestech.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com> Reviewed-by: Yu Chien Peter Lin <peterlin@andestech.com>
-rw-r--r--arch/riscv/dts/binman.dtsi1
-rw-r--r--tools/binman/missing-blob-help6
2 files changed, 7 insertions, 0 deletions
diff --git a/arch/riscv/dts/binman.dtsi b/arch/riscv/dts/binman.dtsi
index b8fc8f7..156cb00 100644
--- a/arch/riscv/dts/binman.dtsi
+++ b/arch/riscv/dts/binman.dtsi
@@ -45,6 +45,7 @@
opensbi_blob: opensbi {
filename = "fw_dynamic.bin";
+ missing-msg = "opensbi";
};
};
diff --git a/tools/binman/missing-blob-help b/tools/binman/missing-blob-help
index c61ca02..4448ac9 100644
--- a/tools/binman/missing-blob-help
+++ b/tools/binman/missing-blob-help
@@ -37,3 +37,9 @@ https://github.com/siemens/k3-rti-wdt.
tee-os:
See the documentation for your board. You may need to build Open Portable
Trusted Execution Environment (OP-TEE) with TEE=/path/to/tee.bin
+
+opensbi:
+See the documentation for your board. The OpenSBI git repo is at
+https://github.com/riscv/opensbi.git
+You may need to build fw_dynamic.bin first and re-build u-boot with
+OPENSBI=/path/to/fw_dynamic.bin