Re: [PATCH] term/serial: Continue processing SPCR table even if revision is < 2

2023-08-13 Thread Benjamin Herrenschmidt
On Fri, 2023-08-11 at 17:53 +0200, Daniel Kiper wrote: > On Thu, Jul 27, 2023 at 11:55:30AM +1000, Benjamin Herrenschmidt wrote: > > On Wed, 2023-07-26 at 16:02 -0500, Glenn Washburn wrote: > > > According to commit 0231d00082 ("ACPI: SPCR: Make SPCR available to > > > x86") > > > to the Linux kern

Re: [PATCH] term/serial: Continue processing SPCR table even if revision is < 2

2023-08-11 Thread Daniel Kiper
On Thu, Jul 27, 2023 at 11:55:30AM +1000, Benjamin Herrenschmidt wrote: > On Wed, 2023-07-26 at 16:02 -0500, Glenn Washburn wrote: > > According to commit 0231d00082 ("ACPI: SPCR: Make SPCR available to > > x86") > > to the Linux kernel, "On x86, many systems have a valid SPCR table > > but the > >

Re: [PATCH] term/serial: Continue processing SPCR table even if revision is < 2

2023-07-26 Thread Benjamin Herrenschmidt
On Wed, 2023-07-26 at 16:02 -0500, Glenn Washburn wrote: > According to commit 0231d00082 ("ACPI: SPCR: Make SPCR available to > x86") > to the Linux kernel, "On x86, many systems have a valid SPCR table > but the > table version is not 2 so the table version check must be a warning." > > Signed-o

[PATCH] term/serial: Continue processing SPCR table even if revision is < 2

2023-07-26 Thread Glenn Washburn
According to commit 0231d00082 ("ACPI: SPCR: Make SPCR available to x86") to the Linux kernel, "On x86, many systems have a valid SPCR table but the table version is not 2 so the table version check must be a warning." Signed-off-by: Glenn Washburn --- grub-core/term/ns8250-spcr.c | 4 +++- 1 fi