Re: [PATCH]serial: make early_uart to use early_prarm instead of console_initcall
- From: "Yinghai Lu" <yhlu.kernel@xxxxxxxxx>
- Date: Mon, 21 May 2007 09:39:49 -0700
On 5/21/07, Gerd Hoffmann <kraxel@xxxxxxxxxx> wrote:
What is the point in making that work on x86 additionally to serial
support in early_printk? It might make sense to split away the serial
bits from early_printk.c and move them out of arch/ into -- say --
drivers/serial/, so other architectures can use that too and we have
only one serial earlyprintk implementation in the kernel. Not sure it
is worth the effort given the code size.
yes, we can drop serial bits from early_printk.c, and use
drivers/serial/8250_early.c and
with "earlycon=uart,io,0x3f8,9600n8", "early=ueart,mmio,0xfe000000,9600n8"
and we can extend other non 8250 compatitable uart to some *_early.c
in the same dir.
So other platform and other uart could be happy to get early console.
YH
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH]serial: make early_uart to use early_prarm instead of console_initcall
- From: Yinghai Lu
- Re: [PATCH]serial: make early_uart to use early_prarm instead of console_initcall
- From: Andrew Morton
- Re: [PATCH]serial: make early_uart to use early_prarm instead of console_initcall
- From: Yinghai Lu
- Re: [PATCH]serial: make early_uart to use early_prarm instead of console_initcall
- From: Gerd Hoffmann
- [PATCH]serial: make early_uart to use early_prarm instead of console_initcall
- Prev by Date: Re: bug in 2.6.22-rc2: loop mount limited to one single iso image
- Next by Date: Re: [PATCH] shrink task_struct by 16 bytes
- Previous by thread: Re: [PATCH]serial: make early_uart to use early_prarm instead of console_initcall
- Next by thread: Re: [PATCH]serial: make early_uart to use early_prarm instead of console_initcall
- Index(es):
Relevant Pages
|