From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Tue, 12 Sep 2017 21:55:20 +0200 Subject: [U-Boot] [U-Boot, v2, 1/3] rockchip: rk3399-evb: add script for atf fit In-Reply-To: <1503320418-8537-1-git-send-email-kever.yang@rock-chips.com> References: <1503320418-8537-1-git-send-email-kever.yang@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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 > Reviewed-by: Mark Kettenis > Tested-by: Mark Kettenis > --- > > Changes in v2: None > > 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 > Reviewed-by: Philipp Tomsich