]> git.baikalelectronics.ru Git - uboot.git/commitdiff
riscv: binman: Add help message for missing blobs
authorRick Chen <rick@andestech.com>
Fri, 17 Feb 2023 08:57:01 +0000 (16:57 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Fri, 17 Feb 2023 11:07:48 +0000 (19:07 +0800)
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>
arch/riscv/dts/binman.dtsi
tools/binman/missing-blob-help

index b8fc8f7f35e655d977888760ae0f65328f848b5a..156cb00971ea6912f49111adc01de75bd8db3424 100644 (file)
@@ -45,6 +45,7 @@
 
                                        opensbi_blob: opensbi {
                                                filename = "fw_dynamic.bin";
+                                               missing-msg = "opensbi";
                                        };
                                };
 
index c61ca02a35ee0ce48a7a9b973fb9ca4e2d62fb4e..4448ac93112a6d430ac99f51c1810294e477283b 100644 (file)
@@ -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