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

2024-07-08 Thread Quentin Schulz
Hi Marek, On 7/7/24 2:29 AM, Marek Vasut wrote: On 7/1/24 10:42 AM, Quentin Schulz wrote: Hi Marek, Hi, Shouldn't this rather be in /config node? This is what I had there originally, but then I realized that some DTs might not have the /config node in them (or am I mistaken?), so I move

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

2024-07-06 Thread Marek Vasut
On 7/1/24 10:42 AM, Quentin Schulz wrote: Hi Marek, Hi, Shouldn't this rather be in /config node? This is what I had there originally, but then I realized that some DTs might not have the /config node in them (or am I mistaken?), so I moved the new properties into the root node, which sur

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

2024-07-01 Thread Quentin Schulz
Hi Marek, On 6/30/24 4:33 AM, Marek Vasut wrote: On 6/28/24 10:27 AM, Quentin Schulz wrote: Hi, Shouldn't this rather be in /config node? This is what I had there originally, but then I realized that some DTs might not have the /config node in them (or am I mistaken?), so I moved the new

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

2024-06-29 Thread Marek Vasut
On 6/28/24 10:27 AM, Quentin Schulz wrote: Hi, Shouldn't this rather be in /config node? This is what I had there originally, but then I realized that some DTs might not have the /config node in them (or am I mistaken?), so I moved the new properties into the root node, which surely exists.

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

2024-06-28 Thread Quentin Schulz
Hi Marek, On 6/28/24 4:42 AM, Marek Vasut wrote: On 6/27/24 2:42 PM, Quentin Schulz wrote: Hi Marek, Hi, On 6/27/24 1:58 AM, Marek Vasut wrote: Insert /u-boot, = property into the U-Boot control DT during SPL DTO application process. This can be used by user to inspect which DTOs got appl

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

2024-06-27 Thread Marek Vasut
On 6/27/24 2:42 PM, Quentin Schulz wrote: Hi Marek, Hi, On 6/27/24 1:58 AM, Marek Vasut wrote: Insert /u-boot, = 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-Bo

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

2024-06-27 Thread Marek Vasut
On 6/27/24 10:37 AM, Simon Glass wrote: Hi, /* Make room in FDT for changes from the overlay */ ret = fdt_increase_size(spl_image->fdt_addr, - image_info.size); +

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

2024-06-27 Thread Quentin Schulz
Hi Marek, On 6/27/24 1:58 AM, Marek Vasut wrote: Insert /u-boot, = 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 $fdtcontroladd

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

2024-06-27 Thread Simon Glass
Hi Marek, On Thu, 27 Jun 2024 at 00:59, Marek Vasut wrote: > > Insert /u-boot, = 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=>

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

2024-06-26 Thread Marek Vasut
Insert /u-boot, = 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 aee9aeb0 / {