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,