On Wed, Oct 14, 2020 at 8:28 AM Alistair Francis <alistair.fran...@wdc.com> wrote: > > Instead of returning the unused entry address from riscv_load_firmware() > instead return the end address. Also return the end address from > riscv_find_and_load_firmware(). > > This tells the caller if a firmware was loaded and how big it is. This > can be used to determine the load address of the next image (usually the > kernel). > > Signed-off-by: Alistair Francis <alistair.fran...@wdc.com> > --- > include/hw/riscv/boot.h | 8 ++++---- > hw/riscv/boot.c | 28 +++++++++++++++++----------- > 2 files changed, 21 insertions(+), 15 deletions(-) >
Reviewed-by: Bin Meng <bin.m...@windriver.com> Tested-by: Bin Meng <bin.m...@windriver.com>