[PATCH v4 0/3] MIPS Bootloader helper

Philippe Mathieu-Daudé posted 3 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221026191821.28167-1-philmd@linaro.org
Maintainers: "Philippe Mathieu-Daudé" <philmd@linaro.org>, Paul Burton <paulburton@kernel.org>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Huacai Chen <chenhuacai@kernel.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aurelien Jarno <aurelien@aurel32.net>
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(-)
[PATCH v4 0/3] MIPS Bootloader helper
Posted by Philippe Mathieu-Daudé 1 year, 6 months ago
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/

*** 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


Re: [PATCH v4 0/3] MIPS Bootloader helper
Posted by Jiaxun Yang 1 year, 6 months ago

> 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