Re: [PATCH v4 0/3] riscv_load_fdt() semantics change

2023-01-26 Thread Conor Dooley
On Thu, Jan 26, 2023 at 10:52:16AM -0300, Daniel Henrique Barboza wrote: > Hi, > > After discussions in the previous version, where we ended up discovering > the details of why the current riscv_load_fdt() works with the Microchip > Icicle Kit board almost by accident, I decided to change how > ri

[PATCH v4 0/3] riscv_load_fdt() semantics change

2023-01-26 Thread Daniel Henrique Barboza
Hi, After discussions in the previous version, where we ended up discovering the details of why the current riscv_load_fdt() works with the Microchip Icicle Kit board almost by accident, I decided to change how riscv_compute_fdt_addr() (the FDT address calculation from riscv_load_fdt()) operates.