From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 8 Mar 2017 14:01:17 -0700 Subject: [U-Boot] [PATCH 13/17] sunxi: A64: Pine64: introduce FIT generator script In-Reply-To: <1488335129-12363-14-git-send-email-andre.przywara@arm.com> References: <1488335129-12363-1-git-send-email-andre.przywara@arm.com> <1488335129-12363-14-git-send-email-andre.przywara@arm.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 On 28 February 2017 at 19:25, Andre Przywara wrote: > Now that the Makefile can call a generator script to build a more > advanced FIT image, let's use this feature to address the needs of > Allwinner A64 boards. > The (DTB stripped) U-Boot binary and the ATF are static, but we allow > an arbitrary number of supported device trees to be passed. > The script enters both a DT entry in the /images node and the respective > subnode in /configurations to support all listed DTBs. > > This requires to copy the ARM Trusted Firmware build (bl31.bin) into > the U-Boot source directory (or to create a symlink to it). > > Signed-off-by: Andre Przywara > --- > board/sunxi/mksunxi_fit_atf.sh | 73 ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 73 insertions(+) > create mode 100755 board/sunxi/mksunxi_fit_atf.sh Reviewed-by: Simon Glass