Message ID | 20221026191821.28167-1-philmd@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | MIPS Bootloader helper | expand |
> 2022年10月26日 20:18,Philippe Mathieu-Daudé <philmd@linaro.org> 写道: > > This is a respin of Jiaxun v3 [1] addressing the semihosting review > comment [2]. > > [1] https://lore.kernel.org/qemu-devel/20210127065424.114125-1-jiaxun.yang@flygoat.com/ > [2] https://lore.kernel.org/qemu-devel/5a22bbe1-5023-6fc3-a41b-8d72ec2bb4a1@flygoat.com/ For the series: Tested-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Reviewed-by: Jiaxun Yang <jiaxun,yang@flygoat.com> I thought this series was committed in whole.. Just forgot that there are still something remaining :-) Thanks - Jiaxun > > *** BLURB HERE *** > > Jiaxun Yang (2): > hw/mips: Use bl_gen_kernel_jump to generate bootloaders > hw/mips/malta: Use bootloader helper to set BAR registers > > Philippe Mathieu-Daudé (1): > hw/mips/bootloader: Allow bl_gen_jump_kernel to optionally set > register > > hw/mips/bootloader.c | 28 ++++++-- > hw/mips/boston.c | 5 +- > hw/mips/fuloong2e.c | 8 ++- > hw/mips/malta.c | 122 ++++++++++++++--------------------- > include/hw/mips/bootloader.h | 8 ++- > 5 files changed, 86 insertions(+), 85 deletions(-) > > -- > 2.37.3 > --- Jiaxun Yang