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

Julien Grall posted 2 patches 6 months, 2 weeks ago
Only 1 patches received!
There is a newer version of this series
xen/arch/arm/arm32/head.S               | 106 +++++++++++++-----------
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/mm.c                       |   5 ++
xen/arch/arm/xen.lds.S                  |   1 +
6 files changed, 75 insertions(+), 50 deletions(-)
[PATCH 0/2] xen/arm32: Improve logging during early boot
Posted by Julien Grall 6 months, 2 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.

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               | 106 +++++++++++++-----------
 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/mm.c                       |   5 ++
 xen/arch/arm/xen.lds.S                  |   1 +
 6 files changed, 75 insertions(+), 50 deletions(-)

-- 
2.40.1