mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
[serial] Use new UART abstraction in serial console driver
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -55,7 +55,7 @@ PROVIDE_REQUIRING_SYMBOL();
|
||||
REQUIRE_OBJECT ( bios_console );
|
||||
#endif
|
||||
#ifdef CONSOLE_SERIAL
|
||||
REQUIRE_OBJECT ( serial_console );
|
||||
REQUIRE_OBJECT ( serial );
|
||||
#endif
|
||||
#ifdef CONSOLE_DIRECT_VGA
|
||||
REQUIRE_OBJECT ( video_subr );
|
||||
|
||||
@@ -13,11 +13,6 @@
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#define COM1 0x3f8
|
||||
#define COM2 0x2f8
|
||||
#define COM3 0x3e8
|
||||
#define COM4 0x2e8
|
||||
|
||||
#define COMCONSOLE COM1 /* I/O port address */
|
||||
|
||||
/* Keep settings from a previous user of the serial port (e.g. lilo or
|
||||
|
||||
Reference in New Issue
Block a user