[U-Boot] [PATCH 1/3] rockchip: rk3399-evb: add script for atf fit
Simon Glass
sjg at chromium.org
Sat Aug 26 23:13:07 UTC 2017
Hi,
On 17 August 2017 at 23:07, Kever Yang <kever.yang at rock-chips.com> wrote:
> Add a script to generate binaries from bl31.elf, and generate
> u-boot.its file for FIT image including u-boot, dtb and atf binaries.
>
> Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
> ---
>
> board/rockchip/evb_rk3399/mk_fit_atf.sh | 110 ++++++++++++++++++++++++++++++++
> 1 file changed, 110 insertions(+)
> create mode 100755 board/rockchip/evb_rk3399/mk_fit_atf.sh
Can you instead write this in python and put it in binman?
That is the tool which should be used to generate more complex firmware images.
More information about the U-Boot
mailing list