Home
last modified time | relevance | path

Searched hist:"50 b27a854cb20d1f25eec2f60acd2d29e162d201" (Results 1 – 3 of 3) sorted by relevance

/DragonStub/
H A DMake.rules50b27a854cb20d1f25eec2f60acd2d29e162d201 Thu Jun 15 11:56:12 UTC 2023 Callum Farmer <gmbr3@opensuse.org> ARM32: fix image

- Make it actually work
- Split text/data/reloc/rodata sections
- Move hash sections to past end of image
(un-needed in PE)
- Correct section & file alignment
- Correct image size
- rename .reloc to .areloc within ELF
as only on ARM32 does this name cause
it to be marked as REL and subsequently
mistakenly added to RELSZ

Builds correctly & tested working in QEMU

Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
/DragonStub/gnuefi/
H A Dcrt0-efi-arm.S50b27a854cb20d1f25eec2f60acd2d29e162d201 Thu Jun 15 11:56:12 UTC 2023 Callum Farmer <gmbr3@opensuse.org> ARM32: fix image

- Make it actually work
- Split text/data/reloc/rodata sections
- Move hash sections to past end of image
(un-needed in PE)
- Correct section & file alignment
- Correct image size
- rename .reloc to .areloc within ELF
as only on ARM32 does this name cause
it to be marked as REL and subsequently
mistakenly added to RELSZ

Builds correctly & tested working in QEMU

Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
H A Delf_arm_efi.lds50b27a854cb20d1f25eec2f60acd2d29e162d201 Thu Jun 15 11:56:12 UTC 2023 Callum Farmer <gmbr3@opensuse.org> ARM32: fix image

- Make it actually work
- Split text/data/reloc/rodata sections
- Move hash sections to past end of image
(un-needed in PE)
- Correct section & file alignment
- Correct image size
- rename .reloc to .areloc within ELF
as only on ARM32 does this name cause
it to be marked as REL and subsequently
mistakenly added to RELSZ

Builds correctly & tested working in QEMU

Signed-off-by: Callum Farmer <gmbr3@opensuse.org>