mbox series

[0/2] xen/arm: head: early printk on 1:1 mapping

Message ID 20240115124859.89218-1-michal.orzel@amd.com (mailing list archive)
Headers show
Series xen/arm: head: early printk on 1:1 mapping | expand

Message

Michal Orzel Jan. 15, 2024, 12:48 p.m. UTC
This series is a follow up to 1ec3fe1f664f ("xen/arm32: head: Improve logging
in head.S").

Michal Orzel (2):
  xen/arm32: head: Move earlyprintk 'hex' to .rodata.idmap
  xen/arm64: head: Allow to use early printk while on 1:1 mapping

 xen/arch/arm/arm32/head.S               |  2 +-
 xen/arch/arm/arm64/head.S               | 13 ++-----------
 xen/arch/arm/arm64/mmu/head.S           |  8 ++++++++
 xen/arch/arm/include/asm/arm64/macros.h | 25 ++++++++++++++++++-------
 xen/arch/arm/include/asm/asm_defns.h    |  2 --
 5 files changed, 29 insertions(+), 21 deletions(-)

Comments

Julien Grall Jan. 15, 2024, 7:31 p.m. UTC | #1
Hi Michal,

On 15/01/2024 12:48, Michal Orzel wrote:
> This series is a follow up to 1ec3fe1f664f ("xen/arm32: head: Improve logging
> in head.S").
> 
> Michal Orzel (2):
>    xen/arm32: head: Move earlyprintk 'hex' to .rodata.idmap
>    xen/arm64: head: Allow to use early printk while on 1:1 mapping

This is now committed.

Cheers,

> 
>   xen/arch/arm/arm32/head.S               |  2 +-
>   xen/arch/arm/arm64/head.S               | 13 ++-----------
>   xen/arch/arm/arm64/mmu/head.S           |  8 ++++++++
>   xen/arch/arm/include/asm/arm64/macros.h | 25 ++++++++++++++++++-------
>   xen/arch/arm/include/asm/asm_defns.h    |  2 --
>   5 files changed, 29 insertions(+), 21 deletions(-)
>