Re: [U-Boot] [PATCH PATCH v3 01/12] spl: fit: Add support for applying DT overlay

2019-06-22 Thread Simon Glass
On Thu, 23 May 2019 at 11:39, 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 >

Re: [U-Boot] [PATCH PATCH v3 01/12] spl: fit: Add support for applying DT overlay

2019-05-24 Thread Michal Simek
On 23. 05. 19 12:39, 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

[U-Boot] [PATCH PATCH v3 01/12] spl: fit: Add support for applying DT overlay

2019-05-23 Thread Jean-Jacques Hiblot
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 {