mbox series

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

Message ID 20250102-la-direct-kernel-boot-v3-0-40dbc45d633a@flygoat.com (mailing list archive)
Headers show
Series hw/loongarch/boot: Support Linux raw boot image | expand

Message

Jiaxun Yang Jan. 2, 2025, 10:47 p.m. UTC
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,

Comments

bibo mao Jan. 8, 2025, 2:08 a.m. UTC | #1
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