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
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
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
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.
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
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
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);
+
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
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=>
9 matches
Mail list logo