[PATCH v2 0/2] xen/arm32: Improve logging during early boot

Julien Grall posted 2 patches 3 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240111183410.45566-1-julien@xen.org
xen/arch/arm/arm32/head.S               |   9 ---
xen/arch/arm/arm32/mmu/head.S           | 100 +++++++++++++-----------
xen/arch/arm/include/asm/arm32/macros.h |  33 +++++---
xen/arch/arm/include/asm/asm_defns.h    |   6 +-
xen/arch/arm/include/asm/early_printk.h |   3 +
xen/arch/arm/include/asm/mmu/layout.h   |   4 +
xen/arch/arm/mmu/setup.c                |   3 +
xen/arch/arm/xen.lds.S                  |   1 +
8 files changed, 92 insertions(+), 67 deletions(-)
[PATCH v2 0/2] xen/arm32: Improve logging during early boot
Posted by Julien Grall 3 months, 3 weeks ago
From: Julien Grall <jgrall@amazon.com>

Hi all,

This small series is based on some debugging I added while investigating
f5a49eb7f8b3 ("xen/arm32: head: Add mising isb in
switch_to_runtime_mapping()").

This will make easier to narrow down where the CPU is stuck while
enabling the MMU.

Cheers,

Julien Grall (2):
  xen/arm32: head: Rework how the fixmap and early UART mapping are
    prepared
  xen/arm32: head: Improve logging in head.S

 xen/arch/arm/arm32/head.S               |   9 ---
 xen/arch/arm/arm32/mmu/head.S           | 100 +++++++++++++-----------
 xen/arch/arm/include/asm/arm32/macros.h |  33 +++++---
 xen/arch/arm/include/asm/asm_defns.h    |   6 +-
 xen/arch/arm/include/asm/early_printk.h |   3 +
 xen/arch/arm/include/asm/mmu/layout.h   |   4 +
 xen/arch/arm/mmu/setup.c                |   3 +
 xen/arch/arm/xen.lds.S                  |   1 +
 8 files changed, 92 insertions(+), 67 deletions(-)

-- 
2.40.1