[PATCH v2 0/2] hw/loongarch/booting: Booting protocol refactoring

Jiaxun Yang posted 2 patches 1 day ago
hw/loongarch/boot.c         | 323 ++++++++++++++++++++++++++++----------------
include/hw/loongarch/boot.h | 106 ++++++++++++---
2 files changed, 295 insertions(+), 134 deletions(-)
[PATCH v2 0/2] hw/loongarch/booting: Booting protocol refactoring
Posted by Jiaxun Yang 1 day ago
Hi all,

This series refactored booting protocol generation code
to better accommodate different host ABI / Alignment and
endianess.

It also enhanced LoongArch32 support.

Thanks

---
v2: Fix building on 32 bit host

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>

---
Jiaxun Yang (2):
      hw/loongarch/boot: Refactor EFI booting protocol generation
      hw/loongarch/boot: Rework boot code generation

 hw/loongarch/boot.c         | 323 ++++++++++++++++++++++++++++----------------
 include/hw/loongarch/boot.h | 106 ++++++++++++---
 2 files changed, 295 insertions(+), 134 deletions(-)
---
base-commit: 3e9793ab01904144c204589811e0e879109a9713
change-id: 20241219-la-booting-d6d8427a7790

Best regards,
-- 
Jiaxun Yang <jiaxun.yang@flygoat.com>