From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Wed, 8 Jan 2020 15:10:43 -0500 Subject: [U-Boot] [PATCH PATCH v6 02/13] spl: fit: Add support for applying DT overlay In-Reply-To: <20191022143922.10205-3-jjhiblot@ti.com> References: <20191022143922.10205-1-jjhiblot@ti.com> <20191022143922.10205-3-jjhiblot@ti.com> Message-ID: <20200108201043.GR31026@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Oct 22, 2019 at 04:39:11PM +0200, Jean-Jacques Hiblot wrote: > From: Michal Simek > > doc/uImage.FIT/overlay-fdt-boot.txt is describing how to create FIT > image with DT overlays in it. > Add support for this feature to SPL. > > Here is the ZynqMP fragment where dtb points to full DT and dtbo is > overlay which should be applied on the top of dtb. > config { > description = "ATF with full u-boot overlay"; > firmware = "atf"; > loadables = "uboot"; > fdt = "dtb", "dtbo"; > }; > > The whole feature depends on OF_LIBFDT_OVERLAY which is adding +4kB code > and 0 for platforms which are not enabling this feature. > > Signed-off-by: Michal Simek > Signed-off-by: Jean-Jacques Hiblot > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: