Re: [PATCH v7 3/5] ACPI: parse SPCR and enable matching console

2016-04-06 Thread Aleksey Makarov
Hi Rafael, May I ask for review/ACK for this new version please? Thank you Aleksey Makarov On 03/31/2016 04:40 PM, Aleksey Makarov wrote: > 'ARM Server Base Boot Requiremets' [1] mentions SPCR (Serial Port > Console Redirection Table) [2] as a mandatory ACPI table that > specifies the configurat

Re: [PATCH v7 3/5] ACPI: parse SPCR and enable matching console

2016-04-04 Thread Peter Hurley
On 03/31/2016 06:40 AM, Aleksey Makarov wrote: > 'ARM Server Base Boot Requiremets' [1] mentions SPCR (Serial Port > Console Redirection Table) [2] as a mandatory ACPI table that > specifies the configuration of serial console. > > Defer initialization of DT earlycon until ACPI/DT decision is made

[PATCH v7 3/5] ACPI: parse SPCR and enable matching console

2016-03-31 Thread Aleksey Makarov
'ARM Server Base Boot Requiremets' [1] mentions SPCR (Serial Port Console Redirection Table) [2] as a mandatory ACPI table that specifies the configuration of serial console. Defer initialization of DT earlycon until ACPI/DT decision is made. Parse the ACPI SPCR table, setup earlycon if required,