在2024年5月23日五月 下午5:26,Heinrich Schuchardt写道: >> diff --git a/arch/loongarch/lib/reloc_loongarch_efi.c >> b/arch/loongarch/lib/reloc_loongarch_efi.c >> new file mode 100644 >> index 000000000000..32a7d792103d >> --- /dev/null >> +++ b/arch/loongarch/lib/reloc_loongarch_efi.c > > The code seems to be very similar for all architectures. I wonder if one > implementation could cover them all. Not for MIPS due to differences on psABI dynamic relocations. We still need to handle differences between Rel and Rela and other tiny bits. I think most architectures have their relocation handling code rooted from gnu-efi. Thanks - Jiaxun > > Best regards > > Heinrich > -- - Jiaxun
- [PATCH 10/16] LoongArch: Boot Image bits Jiaxun Yang
- [PATCH 11/16] LoongArch: Generic CPU type Jiaxun Yang
- [PATCH 12/16] cpu: Add loongarch_cpu driver Jiaxun Yang
- [PATCH 13/16] timer: Add loongarch_timer driver Jiaxun Yang
- [PATCH 14/16] board: emulation: Add qemu-loongarch Jiaxun Yang
- [PATCH 15/16] efi: LoongArch: Define LoongArch bits ev... Jiaxun Yang
- Re: [PATCH 15/16] efi: LoongArch: Define LoongArc... Heinrich Schuchardt
- Re: [PATCH 15/16] efi: LoongArch: Define Loon... Jiaxun Yang
- [PATCH 16/16] efi: LoongArch: Implement everything Jiaxun Yang
- Re: [PATCH 16/16] efi: LoongArch: Implement every... Heinrich Schuchardt
- Re: [PATCH 16/16] efi: LoongArch: Implement e... Jiaxun Yang
- [PATCH 06/16] LoongArch: skeleton and headers Jiaxun Yang
- Re: [PATCH 06/16] LoongArch: skeleton and headers Heinrich Schuchardt
- Re: [PATCH 00/16] LoongArch initial support Tom Rini
- Re: [PATCH 00/16] LoongArch initial support Jiaxun Yang
- Re: [PATCH 00/16] LoongArch initial support Tom Rini
- Re: [PATCH 00/16] LoongArch initial suppo... Jiaxun Yang
- Re: [PATCH 00/16] LoongArch initial support Peter Robinson