Re: [U-Boot] [PATCH v2 5/5] x86: acpi: Generate SPCR table

2018-11-20 Thread Andy Shevchenko
On Thu, Nov 15, 2018 at 09:19:38PM +0100, Alexander Graf wrote: > On 15.11.18 20:43, Andy Shevchenko wrote: > > On Thu, Nov 15, 2018 at 8:27 PM Alexander Graf wrote: > >> On 15.11.18 18:58, Andy Shevchenko wrote: > >>> Microsoft specifies a SPCR (Serial Port Console Redirection Table) [1]. > >>> L

Re: [U-Boot] [PATCH v2 5/5] x86: acpi: Generate SPCR table

2018-11-20 Thread Andy Shevchenko
On Sun, Nov 18, 2018 at 08:37:20PM +0800, Bin Meng wrote: > Hi Andy, > > On Fri, Nov 16, 2018 at 1:59 AM Andy Shevchenko > 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/libra

Re: [U-Boot] [PATCH v2 5/5] x86: acpi: Generate SPCR table

2018-11-18 Thread Bin Meng
Hi Andy, On Fri, Nov 16, 2018 at 1:59 AM Andy Shevchenko 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).aspx > This URL redirects to https://do

Re: [U-Boot] [PATCH v2 5/5] x86: acpi: Generate SPCR table

2018-11-15 Thread Alexander Graf
On 15.11.18 20:43, Andy Shevchenko wrote: > On Thu, Nov 15, 2018 at 8:27 PM Alexander Graf wrote: >> On 15.11.18 18:58, Andy Shevchenko wrote: >>> Microsoft specifies a SPCR (Serial Port Console Redirection Table) [1]. >>> Let's provide it in U-Boot. >>> >>> [1] >>> https://msdn.microsoft.com/e

Re: [U-Boot] [PATCH v2 5/5] x86: acpi: Generate SPCR table

2018-11-15 Thread Andy Shevchenko
On Thu, Nov 15, 2018 at 8:27 PM Alexander Graf wrote: > On 15.11.18 18:58, Andy Shevchenko 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)

Re: [U-Boot] [PATCH v2 5/5] x86: acpi: Generate SPCR table

2018-11-15 Thread Alexander Graf
On 15.11.18 18:58, Andy Shevchenko 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).aspx > > Signed-off-by: Andy Shevchenko > --- > arch/x86/inc

[U-Boot] [PATCH v2 5/5] x86: acpi: Generate SPCR table

2018-11-15 Thread Andy Shevchenko
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).aspx Signed-off-by: Andy Shevchenko --- arch/x86/include/asm/acpi_table.h | 2 + arch/x86/lib/acpi_table.c