[PATCH v3 0/2] hw/loongarch/boot: Support Linux raw boot image

Jiaxun Yang posted 2 patches 3 months ago
hw/arm/boot.c       |  2 +-
hw/core/loader.c    |  4 ++--
hw/loongarch/boot.c | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++
include/hw/loader.h |  2 +-
4 files changed, 73 insertions(+), 4 deletions(-)
[PATCH v3 0/2] hw/loongarch/boot: Support Linux raw boot image
Posted by Jiaxun Yang 3 months ago
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
---
Changes in v3:
- Added PATCH 1 (Richard)
- Link to v2: https://lore.kernel.org/r/20241224-la-direct-kernel-boot-v2-1-3e8336c54c60@flygoat.com

Changes in v2:
- Use extract API for getting bit fields (philmd)
- Mimic arm's load_aarch64_image to handle vmlinuz.efi
- Link to v1: https://lore.kernel.org/r/20241223-la-direct-kernel-boot-v1-1-a79995d8b15e@flygoat.com

---
Jiaxun Yang (2):
      hw/core/loader: Use ssize_t for efi zboot unpacker
      hw/loongarch/boot: Support Linux raw boot image

 hw/arm/boot.c       |  2 +-
 hw/core/loader.c    |  4 ++--
 hw/loongarch/boot.c | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/hw/loader.h |  2 +-
 4 files changed, 73 insertions(+), 4 deletions(-)
---
base-commit: c69612063e1844b76ac01e3a781b979548c3585c
change-id: 20241222-la-direct-kernel-boot-c598264710e7

Best regards,
-- 
Jiaxun Yang <jiaxun.yang@flygoat.com>
Re: [PATCH v3 0/2] hw/loongarch/boot: Support Linux raw boot image
Posted by bibo mao 2 months, 4 weeks ago

On 2025/1/3 上午6:47, Jiaxun Yang wrote:
> Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
> ---
> Changes in v3:
> - Added PATCH 1 (Richard)
> - Link to v2: https://lore.kernel.org/r/20241224-la-direct-kernel-boot-v2-1-3e8336c54c60@flygoat.com
> 
> Changes in v2:
> - Use extract API for getting bit fields (philmd)
> - Mimic arm's load_aarch64_image to handle vmlinuz.efi
> - Link to v1: https://lore.kernel.org/r/20241223-la-direct-kernel-boot-v1-1-a79995d8b15e@flygoat.com
> 
> ---
> Jiaxun Yang (2):
>        hw/core/loader: Use ssize_t for efi zboot unpacker
>        hw/loongarch/boot: Support Linux raw boot image
> 
>   hw/arm/boot.c       |  2 +-
>   hw/core/loader.c    |  4 ++--
>   hw/loongarch/boot.c | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++
>   include/hw/loader.h |  2 +-
>   4 files changed, 73 insertions(+), 4 deletions(-)
> ---
> base-commit: c69612063e1844b76ac01e3a781b979548c3585c
> change-id: 20241222-la-direct-kernel-boot-c598264710e7
> 
> Best regards,
> 
For this series, applied to loongarch-next

Regards
Bibo Mao