Re: [PATCH v3 12/52] xen/mmu: extract early uart mapping from setup_fixmap

2023-07-06 Thread Penny Zheng
Hi Julien On 2023/7/5 18:35, Julien Grall wrote: Hi Penny, On 05/07/2023 10:03, Penny Zheng wrote: On 2023/7/5 06:25, Julien Grall wrote: Hi Penny, Title: You want to clarify that this change is arm64 only. So: xen/arm64: mmu: ... On 26/06/2023 04:34, Penny Zheng wrote: Original setup_fixm

Re: [PATCH v3 12/52] xen/mmu: extract early uart mapping from setup_fixmap

2023-07-05 Thread Julien Grall
Hi Penny, On 05/07/2023 10:03, Penny Zheng wrote: On 2023/7/5 06:25, Julien Grall wrote: Hi Penny, Title: You want to clarify that this change is arm64 only. So: xen/arm64: mmu: ... On 26/06/2023 04:34, Penny Zheng wrote: Original setup_fixmap is actually doing two seperate tasks, one is en

Re: [PATCH v3 12/52] xen/mmu: extract early uart mapping from setup_fixmap

2023-07-05 Thread Penny Zheng
Hi Julien On 2023/7/5 06:25, Julien Grall wrote: Hi Penny, Title: You want to clarify that this change is arm64 only. So: xen/arm64: mmu: ... On 26/06/2023 04:34, Penny Zheng wrote: Original setup_fixmap is actually doing two seperate tasks, one is enabling the early UART when earlyprintk o

Re: [PATCH v3 12/52] xen/mmu: extract early uart mapping from setup_fixmap

2023-07-04 Thread Julien Grall
Hi Penny, Title: You want to clarify that this change is arm64 only. So: xen/arm64: mmu: ... On 26/06/2023 04:34, Penny Zheng wrote: Original setup_fixmap is actually doing two seperate tasks, one is enabling the early UART when earlyprintk on, and the other is to set up the fixmap even when e

[PATCH v3 12/52] xen/mmu: extract early uart mapping from setup_fixmap

2023-06-25 Thread Penny Zheng
Original setup_fixmap is actually doing two seperate tasks, one is enabling the early UART when earlyprintk on, and the other is to set up the fixmap even when earlyprintk is not configured. To be more dedicated and precise, the old function shall be split into two functions, setup_early_uart and