Re: [U-Boot] [PATCH 1/3] rockchip: rk3399-evb: add script for atf fit

2017-08-26 Thread Simon Glass
Hi, On 17 August 2017 at 23:07, Kever Yang 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 > --- > > board/rockchip/evb_rk3399/mk_fit_atf.sh | 110 >

Re: [U-Boot] [PATCH 1/3] rockchip: rk3399-evb: add script for atf fit

2017-08-19 Thread Mark Kettenis
> From: Kever Yang > Date: Fri, 18 Aug 2017 13:07:04 +0800 > > 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 This doesn't work if the ATF BL31_BASE is 0x1000 instead of 0x1

[U-Boot] [PATCH 1/3] rockchip: rk3399-evb: add script for atf fit

2017-08-17 Thread Kever Yang
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 --- board/rockchip/evb_rk3399/mk_fit_atf.sh | 110 1 file changed, 110 insertions(+) create mode 100755