[PATCH 0/3] Early printk code cleanup

Michal Orzel posted 3 patches 1 year, 5 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20221118114618.20754-1-michal.orzel@amd.com
xen/arch/arm/arm32/debug-pl011.inc    |  2 +-
xen/arch/arm/arm64/debug-meson.inc    |  7 ++++---
xen/arch/arm/arm64/debug-pl011.inc    | 22 ++++++++++++----------
xen/arch/arm/include/asm/pl011-uart.h |  1 +
4 files changed, 18 insertions(+), 14 deletions(-)
[PATCH 0/3] Early printk code cleanup
Posted by Michal Orzel 1 year, 5 months ago
This patch series performs simple early printk code cleanup around PL011.
No functional changes has been made.

Michal Orzel (3):
  xen/arm: Drop early_uart_init macro from debug-meson.inc
  xen/arm: debug-pl011.inc: Use macros instead of hardcoded values
  xen/arm: Define WLEN_8 macro and use it in debug-pl011

 xen/arch/arm/arm32/debug-pl011.inc    |  2 +-
 xen/arch/arm/arm64/debug-meson.inc    |  7 ++++---
 xen/arch/arm/arm64/debug-pl011.inc    | 22 ++++++++++++----------
 xen/arch/arm/include/asm/pl011-uart.h |  1 +
 4 files changed, 18 insertions(+), 14 deletions(-)

-- 
2.25.1
Re: [PATCH 0/3] Early printk code cleanup
Posted by Julien Grall 1 year, 5 months ago
Hi,

On 18/11/2022 12:46, Michal Orzel wrote:
> This patch series performs simple early printk code cleanup around PL011.
> No functional changes has been made.
> 
> Michal Orzel (3):
>    xen/arm: Drop early_uart_init macro from debug-meson.inc
>    xen/arm: debug-pl011.inc: Use macros instead of hardcoded values
>    xen/arm: Define WLEN_8 macro and use it in debug-pl011

I have committed everything in a branch for-next/4.18 which will be 
merged once the tree re-open.

Cheers,

-- 
Julien Grall