Re: [PATCH v2] powerpc: Add support for early debugging via Serial 16550 console

2022-10-04 Thread Michael Ellerman
On Tue, 23 Aug 2022 01:15:01 +0200, Pali Rohár wrote: > Currently powerpc early debugging contains lot of platform specific > options, but does not support standard UART / serial 16550 console. > > Later legacy_serial.c code supports registering UART as early debug console > from device tree but i

Re: [PATCH v2] powerpc: Add support for early debugging via Serial 16550 console

2022-09-24 Thread Pali Rohár
Hello! Is something else needed for this v2 patch? On Tuesday 23 August 2022 01:15:01 Pali Rohár wrote: > Currently powerpc early debugging contains lot of platform specific > options, but does not support standard UART / serial 16550 console. > > Later legacy_serial.c code supports registering U