From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukasz Majewski Date: Sat, 19 Jan 2019 00:53:56 +0100 Subject: [U-Boot] [RFC 09/17] arm: imx: Add FIT SPL its In-Reply-To: <1547647383-9439-10-git-send-email-abel.vesa@nxp.com> References: <1547647383-9439-1-git-send-email-abel.vesa@nxp.com> <1547647383-9439-10-git-send-email-abel.vesa@nxp.com> Message-ID: <20190119005356.5fca47b1@jawa> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Abel, > Add simple its in order to allow SPL to boot u-boot proper > via FIT table. > The mkimage has [-f fit-image.its|-f auto|-F] -F option so you don't need to specify *.its file > Signed-off-by: Abel Vesa > --- > arch/arm/mach-imx/mx6/fit_spl.its | 41 > +++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 > insertions(+) create mode 100644 arch/arm/mach-imx/mx6/fit_spl.its > > diff --git a/arch/arm/mach-imx/mx6/fit_spl.its > b/arch/arm/mach-imx/mx6/fit_spl.its new file mode 100644 > index 0000000..bd5ba09 > --- /dev/null > +++ b/arch/arm/mach-imx/mx6/fit_spl.its > @@ -0,0 +1,41 @@ > +/* > + * Copyright (C) 2018 NXP > + * > + * Simple U-boot fit source file containing U-Boot (with dtb > appended) > + */ > + > +/dts-v1/; > + > +/ { > + description = "Image for u-boot proper (with dtb appended)"; > + #address-cells = <1>; > + > + images { > + #address-cells = <1>; > + #size-cells = <0>; > + > + uboot at 1 { > + reg = <0>; > + description = "U-Boot"; > + data > = /incbin/("../../../../u-boot-dtb.bin"); > + type = "standalone"; > + os = "U-Boot"; > + compression = "none"; > + arch = "arm"; > + load = <0x17800000>; > + }; > + }; > + > + configurations { > + #address-cells = <1>; > + #size-cells = <0>; > + > + default = "conf at 1"; > + > + conf at 1 { > + reg = <0>; > + description = "i.MX armv7"; > + loadables = "uboot at 1"; > + }; > + }; > +}; Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: