[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 0/3] MIPS Bootloader helper
From: |
Jiaxun Yang |
Subject: |
Re: [PATCH v4 0/3] MIPS Bootloader helper |
Date: |
Thu, 27 Oct 2022 11:35:58 +0100 |
> 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