Re: [PATCH v2] spl: fit: List DTOs applied by SPL in U-Boot control DT

2024-07-01 Thread Simon Glass
Hi Marek, On Sun, 30 Jun 2024 at 06:24, Marek Vasut wrote: > > On 6/28/24 9:32 AM, Simon Glass wrote: > > Hi Marek, > > Hi, > > >> --- > >> common/spl/spl_fit.c| 29 +++-- > >> doc/device-tree-bindings/config.txt | 11 +++ > >> 2 files changed,

Re: [PATCH v2] spl: fit: List DTOs applied by SPL in U-Boot control DT

2024-06-29 Thread Marek Vasut
On 6/28/24 9:32 AM, Simon Glass wrote: Hi Marek, Hi, --- common/spl/spl_fit.c| 29 +++-- doc/device-tree-bindings/config.txt | 11 +++ 2 files changed, 38 insertions(+), 2 deletions(-) Once this is figured out, can you extend test/image/sp

Re: [PATCH v2] spl: fit: List DTOs applied by SPL in U-Boot control DT

2024-06-28 Thread Simon Glass
Hi Marek, On Fri, 28 Jun 2024 at 03:48, Marek Vasut wrote: > > Insert /u-boot,spl-applied-dto- = property into the > U-Boot control DT during SPL DTO application process. This can be used > by user to inspect which DTOs got applied by the SPL and in which order > from running U-Boot. > > Example

[PATCH v2] spl: fit: List DTOs applied by SPL in U-Boot control DT

2024-06-27 Thread Marek Vasut
Insert /u-boot,spl-applied-dto- = property into the U-Boot control DT during SPL DTO application process. This can be used by user to inspect which DTOs got applied by the SPL and in which order from running U-Boot. Example: ``` u-boot=> fdt addr $fdtcontroladdr && fdt list / Working FDT set to a