Re: [Linaro-acpi] [RFC 3/5] acpi/serial: add DBG2 earlycon support
From: Mark Salter <hidden>
Date: 2015-09-08 17:53:36
Also in:
linux-acpi, linux-arm-kernel, linux-serial, lkml
From: Mark Salter <hidden>
Date: 2015-09-08 17:53:36
Also in:
linux-acpi, linux-arm-kernel, linux-serial, lkml
On Tue, 2015-09-08 at 18:17 +0100, Leif Lindholm wrote:
quoted
quoted
*/ - if (!buf || !buf[0]) - if (IS_ENABLED(CONFIG_OF_FLATTREE)) + if (!buf || !buf[0]) { + if (!acpi_disabled)How do we know for sure that "acpi" has been parsed before "earlycon"?Because "arch" comes before "drivers" in kernel image link order. *twitch* Yes, not the best argument ever.
I don't think that matters. Things are parsed in order they are found on cmdline (except for early vs late distinction).