From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Fri, 24 Aug 2018 20:29:38 +0530 Subject: [U-Boot] [PATCH 7/8] armv8: K3: am654: Introduce FIT generator script In-Reply-To: <20180824141117.GP26633@bill-the-cat> References: <20180821143055.29012-1-lokeshvutla@ti.com> <20180821143055.29012-8-lokeshvutla@ti.com> <20180824141117.GP26633@bill-the-cat> 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 Friday 24 August 2018 07:41 PM, Tom Rini wrote: > On Tue, Aug 21, 2018 at 08:00:54PM +0530, Lokesh Vutla wrote: > >> Add a script that is capable of generating a FIT image >> source file that combines ATF, SPL(64 bit) and DT. >> This combined image is used by R5 SPL and start ATF >> on ARMv8 core. >> >> Signed-off-by: Lokesh Vutla >> --- >> tools/k3/k3_fit_atf.sh | 98 ++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 98 insertions(+) >> create mode 100755 tools/k3/k3_fit_atf.sh >> >> diff --git a/tools/k3/k3_fit_atf.sh b/tools/k3/k3_fit_atf.sh >> new file mode 100755 >> index 0000000000..ef84e3d182 >> --- /dev/null >> +++ b/tools/k3/k3_fit_atf.sh > > I know we have one thing in tools/omap/ but I'd rather see this as just > tools/k3_fit_atf.sh will fix it in v2. > >> @@ -0,0 +1,98 @@ >> +#!/bin/sh >> +# > > Missing SPDX tag. > Oops. will add it. Thanks and regards, Lokesh