On 07/12/2010 08:47 AM, H. Peter Anvin wrote:On 07/12/2010 01:58 AM, Pekka Enberg wrote:Hi Yinghai,No, they're complementary. Your patch serial-port enables the RM
Yinghai Lu wrote:Analyze "console=uart8250,io,0x3f8,115200n8" inWhat's the purpose of this patch? Does it make my early boot I/O patch
i386_start_kernel/x86_64_start_kernel,
and call setup_early_serial8250_console() to init early serial console.
only can handle io port kind of 8250. because mmio need ioremap.
Signed-off-by: Yinghai Lu <yinghai@xxxxxxxxxx>
obsolete?
Pekka
kernel, whereas Yinghai pushes the initialization earlier in the PM kernel.
yes. cover more range.
Can you consider to ask Pekka to anaylze "console=uart8250,io, 0x3f8,115200n8" instead?
it looks like we can remove "earlyprintk=ttyS0,115200", or "earlyprintk=serial" etc.
earlycon=uart8250 or console=uart8250 should be better than earlyprintk.
because it is shared between different archs already.