All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [PATCH v5 12/13] riscv: ae350: Switch to use binman to generate u-boot.itb
Date: Mon, 10 May 2021 10:28:11 -0600	[thread overview]
Message-ID: <CAPnjgZ2742ZBM6Ztc_e7b1C495W8FKMpCF8D30fDy2+QOOp8QQ@mail.gmail.com> (raw)
In-Reply-To: <20210510122341.13798-13-bmeng.cn@gmail.com>

On Mon, 10 May 2021 at 06:24, Bin Meng <bmeng.cn@gmail.com> wrote:
>
> Use the new BINMAN_STANDALONE_FDT option for AE350 based SPL defconfigs,
> so that binman is now used to generate u-boot.itb.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>
> ---
>
> (no changes since v3)
>
> Changes in v3:
> - new patch: "riscv: ae350: Switch to use binman to generate u-boot.itb"
>
>  arch/riscv/dts/ae350_32.dts          | 2 ++
>  arch/riscv/dts/ae350_64.dts          | 2 ++
>  board/AndesTech/ax25-ae350/Kconfig   | 1 +
>  configs/ae350_rv32_spl_defconfig     | 2 ++
>  configs/ae350_rv32_spl_xip_defconfig | 2 ++
>  configs/ae350_rv64_spl_defconfig     | 2 ++
>  configs/ae350_rv64_spl_xip_defconfig | 2 ++
>  7 files changed, 13 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2021-05-10 16:28 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-10 12:23 [PATCH v5 00/13] riscv: Switch to use binman to generate u-boot.itb Bin Meng
2021-05-10 12:23 ` [PATCH v5 01/13] common: kconfig: Correct a typo in SPL_LOAD_FIT Bin Meng
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FE5EA1264@ATCPCS12.andestech.com>
2021-05-12  3:38     ` Rick Chen
2021-05-10 12:23 ` [PATCH v5 02/13] binman: Correct '-a' description in the doc Bin Meng
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FE5EA1271@ATCPCS12.andestech.com>
2021-05-12  3:39     ` Rick Chen
2021-05-10 12:23 ` [PATCH v5 03/13] binman: Correct the comment for ATF entry type Bin Meng
2021-05-10 12:23 ` [PATCH v5 04/13] binman: test: Rename 172_fit_fdt.dts to 170_fit_fdt.dts Bin Meng
2021-05-10 12:23 ` [PATCH v5 05/13] binman: Add support for RISC-V OpenSBI fw_dynamic blob Bin Meng
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FE5EA0B99@ATCPCS12.andestech.com>
2021-05-11  1:12     ` FW: " Rick Chen
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FE5EA12A3@ATCPCS12.andestech.com>
2021-05-12  3:44     ` Rick Chen
2021-05-10 12:23 ` [PATCH v5 06/13] makefile: Pass OpenSBI blob to binman make rules Bin Meng
2021-05-10 12:23 ` [PATCH v5 07/13] riscv: sifive: unleashed: Switch to use binman to generate u-boot.itb Bin Meng
2021-05-10 12:23 ` [PATCH v5 08/13] lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBED Bin Meng
2021-05-10 16:28   ` Simon Glass
2021-05-10 16:34     ` Bin Meng
2021-05-10 16:46       ` Simon Glass
2021-05-10 12:23 ` [PATCH v5 09/13] binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGE Bin Meng
2021-05-10 16:28   ` Simon Glass
2021-05-10 12:23 ` [PATCH v5 10/13] riscv: dts: Sort build targets in alphabetical order Bin Meng
2021-05-10 16:28   ` Simon Glass
2021-05-10 12:23 ` [PATCH v5 11/13] riscv: qemu: Switch to use binman to generate u-boot.itb Bin Meng
2021-05-10 12:23 ` [PATCH v5 12/13] riscv: ae350: " Bin Meng
2021-05-10 16:28   ` Simon Glass [this message]
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FE5EA1246@ATCPCS12.andestech.com>
2021-05-12  3:35     ` Rick Chen
2021-05-10 12:23 ` [PATCH v5 13/13] riscv: Drop USE_SPL_FIT_GENERATOR Bin Meng
2021-05-10 16:28   ` Simon Glass

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=CAPnjgZ2742ZBM6Ztc_e7b1C495W8FKMpCF8D30fDy2+QOOp8QQ@mail.gmail.com \
    --to=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.