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

Michal Orzel posted 3 patches 5 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20231121094516.24714-1-michal.orzel@amd.com
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(-)
[PATCH 0/3] xen/arm64: head: misc cleanup
Posted by Michal Orzel 5 months, 1 week ago
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(-)

-- 
2.25.1