All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leo Liang <ycliang@andestech.com>
To: Rick Chen <rick@andestech.com>
Cc: <sjg@chromium.org>, <peterlin@andestech.com>,
	<rickchen36@gmail.com>, <u-boot@lists.denx.de>
Subject: Re: [PATCH] riscv: binman: Add help message for missing blobs
Date: Thu, 16 Feb 2023 04:03:57 +0000	[thread overview]
Message-ID: <Y+2rLS61rsiv1dWP@ubuntu01> (raw)
In-Reply-To: <20230216011945.4833-1-rick@andestech.com>

Hi Rick,

On Thu, Feb 16, 2023 at 09:19:45AM +0800, Rick Chen wrote:
> Add the 'missing-msg' for more detailed output
> on missing system firmware.
> 
> Signed-off-by: Rick Chen <rick@andestech.com>
> ---
>  arch/riscv/dts/binman.dtsi     | 1 +
>  tools/binman/missing-blob-help | 4 ++++
>  2 files changed, 5 insertions(+)
> 
> diff --git a/arch/riscv/dts/binman.dtsi b/arch/riscv/dts/binman.dtsi
> index b8fc8f7f35..156cb00971 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 c61ca02a35..654ad642a3 100644
> --- a/tools/binman/missing-blob-help
> +++ b/tools/binman/missing-blob-help
> @@ -37,3 +37,7 @@ 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
Hi Rick,

Could we add something like
"build fw_dynamic.bin first and re-build u-boot with OPENSBI=/path/to/fw_dynamic.bin"

Other than that,
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>

> -- 
> 2.17.1
> 

  reply	other threads:[~2023-02-16  4:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-16  1:19 [PATCH] riscv: binman: Add help message for missing blobs Rick Chen
2023-02-16  4:03 ` Leo Liang [this message]
2023-02-17  7:58   ` Rick Chen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y+2rLS61rsiv1dWP@ubuntu01 \
    --to=ycliang@andestech.com \
    --cc=peterlin@andestech.com \
    --cc=rick@andestech.com \
    --cc=rickchen36@gmail.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.