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

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

-- 
2.25.1
Re: [PATCH 0/2] xen/arm: head: early printk on 1:1 mapping
Posted by Julien Grall 3 months, 1 week ago
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(-)
> 

-- 
Julien Grall