Re: [PATCH procd] inittab: detect active console from kernel if no console= specified

2021-03-07 Thread Daniel Golle
Hi Mathew, On Fri, Mar 05, 2021 at 12:54:15AM +, Mathew McBride wrote: > The default serial console can be set in the device tree > using the linux,stdout-path parameter (or equivalent from ACPI). > > This is important for universal booting (EFI/EBBR) on ARM platforms > where the default con

[PATCH procd] inittab: detect active console from kernel if no console= specified

2021-03-04 Thread Mathew McBride
The default serial console can be set in the device tree using the linux,stdout-path parameter (or equivalent from ACPI). This is important for universal booting (EFI/EBBR) on ARM platforms where the default console can be different (e.g ttyS0 vs ttyAMA0). Signed-off-by: Mathew McBride --- init