Re: [U-Boot] [PATCH v2 4/5] x86: acpi: Add SPCR table description

2018-11-18 Thread Bin Meng
On Fri, Nov 16, 2018 at 1:59 AM Andy Shevchenko wrote: > > Add SPCR table description as it provided in Linux kernel. > > Port subtype for ACPI_DBG2_SERIAL_PORT is used as an interface type in SPCR. > Thus, provide a set of definitions to be utilized later. > > Signed-off-by: Andy Shevchenko > --

[U-Boot] [PATCH v2 4/5] x86: acpi: Add SPCR table description

2018-11-15 Thread Andy Shevchenko
Add SPCR table description as it provided in Linux kernel. Port subtype for ACPI_DBG2_SERIAL_PORT is used as an interface type in SPCR. Thus, provide a set of definitions to be utilized later. Signed-off-by: Andy Shevchenko --- arch/x86/include/asm/acpi_table.h | 49