Re: [PATCH v4 2/3] hw/riscv: Add a new struct RISCVBootInfo

2024-12-02 Thread Alistair Francis
On Thu, Nov 21, 2024 at 12:41 AM Jim Shu wrote: > > Add a new struct RISCVBootInfo to sync boot information between multiple > boot functions. > > Signed-off-by: Jim Shu Reviewed-by: Alistair Francis Alistair > --- > hw/riscv/boot.c| 65 ++ > h

Re: [PATCH v4 2/3] hw/riscv: Add a new struct RISCVBootInfo

2024-11-28 Thread Daniel Henrique Barboza
On 11/20/24 12:39 PM, Jim Shu wrote: Add a new struct RISCVBootInfo to sync boot information between multiple boot functions. Signed-off-by: Jim Shu --- Reviewed-by: Daniel Henrique Barboza hw/riscv/boot.c| 65 ++ hw/riscv/microchip_pfs

[PATCH v4 2/3] hw/riscv: Add a new struct RISCVBootInfo

2024-11-20 Thread Jim Shu
Add a new struct RISCVBootInfo to sync boot information between multiple boot functions. Signed-off-by: Jim Shu --- hw/riscv/boot.c| 65 ++ hw/riscv/microchip_pfsoc.c | 11 --- hw/riscv/opentitan.c | 4 ++- hw/riscv/sifive_e.c|