On Thu, Jun 23, 2022 at 1:51 PM Fabio Estevam <festevam@xxxxxxxxx> wrote: > > On Thu, Jun 23, 2022 at 3:58 PM Saravana Kannan <saravanak@xxxxxxxxxx> wrote: > > > Will do. I'm looking at the serial console code and I don't see a > > difference between earlycon= vs console= handling. And I know that > > earlycon= doesn't go through the driver core and isn't affected by any > > of this. If you have additional pointers on where console= is parsed, > > feel free to pass it on. I'll continue poking at this. > > It seems to be parsed at uart_parse_earlycon() inside > drivers/tty/serial/serial_core.c. Turns out it's kernel/printk/printk.c -Saravana