Re: [PATCH v1 2/4] hw/riscv: Return the end address of the loaded firmware

2020-10-09 Thread Alistair Francis
On Fri, Oct 9, 2020 at 3:14 AM Bin Meng wrote: > > On Fri, Oct 2, 2020 at 11:42 PM Alistair Francis > wrote: > > It merits some commit message to explain why the return value of > riscv_load_firmware() was changed from firmware entry address to > firmware end address. Done. Alistair > > > > >

Re: [PATCH v1 2/4] hw/riscv: Return the end address of the loaded firmware

2020-10-09 Thread Bin Meng
On Fri, Oct 2, 2020 at 11:42 PM Alistair Francis wrote: It merits some commit message to explain why the return value of riscv_load_firmware() was changed from firmware entry address to firmware end address. > > Signed-off-by: Alistair Francis > --- > include/hw/riscv/boot.h | 8 > h

[PATCH v1 2/4] hw/riscv: Return the end address of the loaded firmware

2020-10-02 Thread Alistair Francis
Signed-off-by: Alistair Francis --- include/hw/riscv/boot.h | 8 hw/riscv/boot.c | 28 +--- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/include/hw/riscv/boot.h b/include/hw/riscv/boot.h index 451338780a..0acbd8aa6e 100644 --- a/includ