Re: [Xen-devel] [PATCH v5] ns16550: Add ACPI support for ARM only

2020-02-24 Thread Wei Xu
Hi Julien, On 2020/2/24 18:09, Julien Grall wrote: > Hi Wei, > > On 24/02/2020 01:17, Wei Xu wrote: >> Parse the ACPI SPCR table and initialize the 16550 compatible serial port >> for ARM only. Currently we only support one UART on ARM. Some fields >> which we do not care yet on ARM are ignored.

Re: [Xen-devel] [PATCH v5] ns16550: Add ACPI support for ARM only

2020-02-24 Thread Julien Grall
Hi Wei, On 24/02/2020 01:17, Wei Xu wrote: Parse the ACPI SPCR table and initialize the 16550 compatible serial port for ARM only. Currently we only support one UART on ARM. Some fields which we do not care yet on ARM are ignored. Signed-off-by: Wei Xu Reviewed-by: Jan Beulich I don't think