mbox series

[0/3] xen/arm64: head: misc cleanup

Message ID 20231121094516.24714-1-michal.orzel@amd.com (mailing list archive)
Headers show
Series xen/arm64: head: misc cleanup | expand

Message

Orzel, Michal Nov. 21, 2023, 9:45 a.m. UTC
Some cleanup and improvements for the assembly boot code to make the behavior
more consistent between arm32 and arm64.

Michal Orzel (3):
  xen/arm64: head: Move earlyprintk 'hex' string to .rodata.str
  xen/arm64: Move print_reg macro to asm/arm64/macros.h
  xen/arm64/mmu: head: Replace load_paddr with adr_l where appropriate

 xen/arch/arm/arm64/head.S               | 37 ++++---------------------
 xen/arch/arm/arm64/mmu/head.S           |  8 +++---
 xen/arch/arm/include/asm/arm64/macros.h | 15 ++++++++++
 3 files changed, 25 insertions(+), 35 deletions(-)