Re: [PATCH v4 0/4] ACPI: parse the SPCR table

2016-03-11 Thread Aleksey Makarov
Hi Peter, You are right, SPCR console should support earlycon. I will send next version that will try to follow your recommendations in a week, after I return from vacations. As we discussed with Christopher, "serial: pl011: use SPCR to setup 32-bit access" will be dropped. Thank you Alekse

Re: [PATCH v4 0/4] ACPI: parse the SPCR table

2016-03-04 Thread Peter Hurley
On 03/04/2016 03:53 AM, Aleksey Makarov wrote: > > > On 03/03/2016 06:35 PM, Peter Hurley wrote: >> On 03/03/2016 03:59 AM, Aleksey Makarov wrote: >>> >>> >>> On 03/01/2016 06:31 PM, Peter Hurley wrote: On 02/29/2016 04:02 AM, Aleksey Makarov wrote: > 'ARM Server Base Boot Requirements'

Re: [PATCH v4 0/4] ACPI: parse the SPCR table

2016-03-04 Thread Aleksey Makarov
On 03/03/2016 06:35 PM, Peter Hurley wrote: > On 03/03/2016 03:59 AM, Aleksey Makarov wrote: >> >> >> On 03/01/2016 06:31 PM, Peter Hurley wrote: >>> On 02/29/2016 04:02 AM, Aleksey Makarov wrote: 'ARM Server Base Boot Requirements' [1] mentions SPCR (Serial Port Console Redirection Tab

Re: [PATCH v4 0/4] ACPI: parse the SPCR table

2016-03-03 Thread Peter Hurley
On 03/03/2016 03:59 AM, Aleksey Makarov wrote: > > > On 03/01/2016 06:31 PM, Peter Hurley wrote: >> On 02/29/2016 04:02 AM, Aleksey Makarov wrote: >>> 'ARM Server Base Boot Requirements' [1] mentions SPCR (Serial Port >>> Console Redirection Table) [2] as a mandatory ACPI table that >>> specifies

Re: [PATCH v4 0/4] ACPI: parse the SPCR table

2016-03-03 Thread Aleksey Makarov
On 03/01/2016 06:31 PM, Peter Hurley wrote: > On 02/29/2016 04:02 AM, Aleksey Makarov wrote: >> 'ARM Server Base Boot Requirements' [1] mentions SPCR (Serial Port >> Console Redirection Table) [2] as a mandatory ACPI table that >> specifies the configuration of serial console. >> >> Introduce a n

Re: [PATCH v4 0/4] ACPI: parse the SPCR table

2016-03-01 Thread Peter Hurley
On 02/29/2016 04:02 AM, Aleksey Makarov wrote: > 'ARM Server Base Boot Requirements' [1] mentions SPCR (Serial Port > Console Redirection Table) [2] as a mandatory ACPI table that > specifies the configuration of serial console. > > Introduce a new function acpi_console_check(). At the uart port

Re: [PATCH v4 0/4] ACPI: parse the SPCR table

2016-03-01 Thread Peter Hurley
It's customary to cc reviewers of your previous series. Please review my comments to v3. Regards, Peter Hurley On 02/29/2016 04:02 AM, Aleksey Makarov wrote: > 'ARM Server Base Boot Requirements' [1] mentions SPCR (Serial Port > Console Redirection Table) [2] as a mandatory ACPI table that > spec

[PATCH v4 0/4] ACPI: parse the SPCR table

2016-02-29 Thread Aleksey Makarov
'ARM Server Base Boot Requirements' [1] mentions SPCR (Serial Port Console Redirection Table) [2] as a mandatory ACPI table that specifies the configuration of serial console. Introduce a new function acpi_console_check(). At the uart port registration, this function checks if the ACPI SPCR table