linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ARM: compressed: reorganize section layout and enable EFI debugging
@ 2018-11-05 19:43 Ard Biesheuvel
  2018-11-05 19:43 ` [PATCH v2 1/2] ARM: compressed: put zImage header and EFI header in dedicated section Ard Biesheuvel
  2018-11-05 19:43 ` [PATCH v2 2/2] ARM: efi: add PE/COFF debug table to EFI header Ard Biesheuvel
  0 siblings, 2 replies; 3+ messages in thread
From: Ard Biesheuvel @ 2018-11-05 19:43 UTC (permalink / raw)
  To: linux-arm-kernel

Tweak the output section layout of the decompressor so that the ELF and
PE/COFF .text sections start at the same offset in the image. This is
a prerequisite for enabling a EFI debug header that is highly useful
when debugging the interactions of the EFI stub code with the firmware.

v2:
- drop changes to the .start and .text sections: those changes were based
  on a misinterpretation on my part of the documented behavior of ld.bfd
  when it comes   to ordering input sections.

Ard Biesheuvel (2):
  ARM: compressed: put zImage header and EFI header in dedicated section
  ARM: efi: add PE/COFF debug table to EFI header

 arch/arm/boot/compressed/Makefile      |  4 ++
 arch/arm/boot/compressed/efi-header.S  | 47 ++++++++++++++++++++
 arch/arm/boot/compressed/head.S        |  4 +-
 arch/arm/boot/compressed/vmlinux.lds.S |  5 ++-
 4 files changed, 58 insertions(+), 2 deletions(-)

-- 
2.19.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-05 19:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-05 19:43 [PATCH v2 0/2] ARM: compressed: reorganize section layout and enable EFI debugging Ard Biesheuvel
2018-11-05 19:43 ` [PATCH v2 1/2] ARM: compressed: put zImage header and EFI header in dedicated section Ard Biesheuvel
2018-11-05 19:43 ` [PATCH v2 2/2] ARM: efi: add PE/COFF debug table to EFI header Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).