Re: [PATCH] xen/arm: Fix arm32 build failure when early printk is enabled

2024-02-29 Thread Stefano Stabellini
On Thu, 29 Feb 2024, Michal Orzel wrote: > On 29/02/2024 11:10, Julien Grall wrote: > > > > > > Hi, > > > > On 29/02/2024 10:07, Michal Orzel wrote: > >> > >> > >> On 28/02/2024 23:27, Stefano Stabellini wrote: > >>> > >>> > >>> On Wed, 28 Feb 2024, Michal Orzel wrote: > Hi Julien, > >

Re: [PATCH] xen/arm: Fix arm32 build failure when early printk is enabled

2024-02-29 Thread Michal Orzel
On 29/02/2024 11:10, Julien Grall wrote: > > > Hi, > > On 29/02/2024 10:07, Michal Orzel wrote: >> >> >> On 28/02/2024 23:27, Stefano Stabellini wrote: >>> >>> >>> On Wed, 28 Feb 2024, Michal Orzel wrote: Hi Julien, On 28/02/2024 12:42, Julien Grall wrote: > > > Hi

Re: [PATCH] xen/arm: Fix arm32 build failure when early printk is enabled

2024-02-29 Thread Julien Grall
Hi, On 29/02/2024 10:07, Michal Orzel wrote: On 28/02/2024 23:27, Stefano Stabellini wrote: On Wed, 28 Feb 2024, Michal Orzel wrote: Hi Julien, On 28/02/2024 12:42, Julien Grall wrote: Hi Michal, On 28/02/2024 10:35, Michal Orzel wrote: Commit 0441c3acc7e9 forgot to rename FIXMAP_CON

Re: [PATCH] xen/arm: Fix arm32 build failure when early printk is enabled

2024-02-29 Thread Michal Orzel
On 28/02/2024 23:27, Stefano Stabellini wrote: > > > On Wed, 28 Feb 2024, Michal Orzel wrote: >> Hi Julien, >> >> On 28/02/2024 12:42, Julien Grall wrote: >>> >>> >>> Hi Michal, >>> >>> On 28/02/2024 10:35, Michal Orzel wrote: Commit 0441c3acc7e9 forgot to rename FIXMAP_CONSOLE to FIX_CON

Re: [PATCH] xen/arm: Fix arm32 build failure when early printk is enabled

2024-02-28 Thread Stefano Stabellini
On Wed, 28 Feb 2024, Michal Orzel wrote: > Hi Julien, > > On 28/02/2024 12:42, Julien Grall wrote: > > > > > > Hi Michal, > > > > On 28/02/2024 10:35, Michal Orzel wrote: > >> Commit 0441c3acc7e9 forgot to rename FIXMAP_CONSOLE to FIX_CONSOLE in > >> TEMPORARY_EARLY_UART_VIRTUAL_ADDRESS macro.

Re: [PATCH] xen/arm: Fix arm32 build failure when early printk is enabled

2024-02-28 Thread Michal Orzel
Hi Julien, On 28/02/2024 12:42, Julien Grall wrote: > > > Hi Michal, > > On 28/02/2024 10:35, Michal Orzel wrote: >> Commit 0441c3acc7e9 forgot to rename FIXMAP_CONSOLE to FIX_CONSOLE in >> TEMPORARY_EARLY_UART_VIRTUAL_ADDRESS macro. This results in a build >> failure on arm32, when early print

Re: [PATCH] xen/arm: Fix arm32 build failure when early printk is enabled

2024-02-28 Thread Julien Grall
On 28/02/2024 11:42, Julien Grall wrote: Hi Michal, On 28/02/2024 10:35, Michal Orzel wrote: Commit 0441c3acc7e9 forgot to rename FIXMAP_CONSOLE to FIX_CONSOLE in TEMPORARY_EARLY_UART_VIRTUAL_ADDRESS macro. This results in a build failure on arm32, when early printk is enabled: arch/arm/arm3

Re: [PATCH] xen/arm: Fix arm32 build failure when early printk is enabled

2024-02-28 Thread Julien Grall
Hi Michal, On 28/02/2024 10:35, Michal Orzel wrote: Commit 0441c3acc7e9 forgot to rename FIXMAP_CONSOLE to FIX_CONSOLE in TEMPORARY_EARLY_UART_VIRTUAL_ADDRESS macro. This results in a build failure on arm32, when early printk is enabled: arch/arm/arm32/mmu/head.S:311: Error: invalid operands (*U

[PATCH] xen/arm: Fix arm32 build failure when early printk is enabled

2024-02-28 Thread Michal Orzel
Commit 0441c3acc7e9 forgot to rename FIXMAP_CONSOLE to FIX_CONSOLE in TEMPORARY_EARLY_UART_VIRTUAL_ADDRESS macro. This results in a build failure on arm32, when early printk is enabled: arch/arm/arm32/mmu/head.S:311: Error: invalid operands (*UND* and *ABS* sections) for `*' Fixes: 0441c3acc7e9 (