
18 Nov
2018
18 Nov
'18
1:37 p.m.
Hi Andy,
On Fri, Nov 16, 2018 at 1:59 AM Andy Shevchenko andriy.shevchenko@linux.intel.com wrote:
Microsoft specifies a SPCR (Serial Port Console Redirection Table) [1]. Let's provide it in U-Boot.
[1] https://msdn.microsoft.com/en-us/library/windows/hardware/dn639132(v=vs.85)....
This URL redirects to https://docs.microsoft.com/en-us/windows-hardware/drivers/serports/serial-po.... It looks that the redirected one has a better name that deserves to be mentioned in the commit message :)
Signed-off-by: Andy Shevchenko andriy.shevchenko@linux.intel.com
arch/x86/include/asm/acpi_table.h | 2 + arch/x86/lib/acpi_table.c | 85 +++++++++++++++++++++++++++++++ 2 files changed, 87 insertions(+)
[snip]
Regards, Bin