By default, the Intel 3100 LPC interface enables only I/O range 0x3f8 for both serial ports, making it challenging to use COM2 for the early console.
This patch enables the traditional I/O ranges 0x3f8 for COM1 and 0x2f8 for COM2.
Signed-off-by: Ed Swierk eswierk@arastra.com
--Ed
On Wed, 30 Apr 2008 08:55:24 -0700, "Ed Swierk" eswierk@arastra.com wrote:
By default, the Intel 3100 LPC interface enables only I/O range 0x3f8 for both serial ports, making it challenging to use COM2 for the early console.
This patch enables the traditional I/O ranges 0x3f8 for COM1 and 0x2f8
for
COM2.
Signed-off-by: Ed Swierk eswierk@arastra.com
Why do you need COM2 for console output? Otherwise
Acked-by: Joseph Smith joe@settoplinux.org
On Wed, Apr 30, 2008 at 10:07 AM, Joe joe@settoplinux.org wrote:
Why do you need COM2 for console output?
Some boards connect one UART to an external serial port and the other to a header or to nothing at all. Or, COM1 might be used for some application while COM2 is just for debugging. Or, 2 is just someone's lucky number :-)
Otherwise
Acked-by: Joseph Smith joe@settoplinux.org
Thanks, r3276.
--Ed