[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] hw/loongarch/booting: Booting protocol refactoring
From: |
Jiaxun Yang |
Subject: |
[PATCH 0/2] hw/loongarch/booting: Booting protocol refactoring |
Date: |
Sat, 14 Sep 2024 13:10:01 +0100 |
Hi all,
This series refactored booting protocol generation code
to better accommodate different host ABI / Alignment and
endianess.
It also enhanced LoongArch32 support.
Thanks
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 | 321 ++++++++++++++++++++++++++++----------------
include/hw/loongarch/boot.h | 106 ++++++++++++---
2 files changed, 293 insertions(+), 134 deletions(-)
---
base-commit: 28ae3179fc52d2e4d870b635c4a412aab99759e7
change-id: 20240914-loongarch-booting-b5ae3f4976b7
Best regards,
--
Jiaxun Yang <jiaxun.yang@flygoat.com>
- [PATCH 0/2] hw/loongarch/booting: Booting protocol refactoring,
Jiaxun Yang <=
- [PATCH 1/2] hw/loongarch/boot: Refactor EFI booting protocol generation, Jiaxun Yang, 2024/09/14
- [PATCH 2/2] hw/loongarch/boot: Rework boot code generation, Jiaxun Yang, 2024/09/14
- Re: [PATCH 0/2] hw/loongarch/booting: Booting protocol refactoring, Jiaxun Yang, 2024/09/19
- Re: [PATCH 0/2] hw/loongarch/booting: Booting protocol refactoring, gaosong, 2024/09/23
- Re: [PATCH 0/2] hw/loongarch/booting: Booting protocol refactoring, gaosong, 2024/09/29