Files
ipxe/src/include
Michael Brown 6c8fb4b89d [uart] Allow for the existence of non-16550 UARTs
Remove the assumption that all platforms use a fixed number of 16550
UARTs identifiable by a simple numeric index.  Create an abstraction
allowing for dynamic instantiation and registration of any number of
arbitrary UART models.

The common case of the serial console on x86 uses a single fixed UART
specified at compile time.  Avoid unnecessarily dragging in the
dynamic instantiation code in this use case by allowing COMCONSOLE to
refer to a single static UART object representing the relevant port.

When selecting a UART by command-line argument (as used in the
"gdbstub serial <port>" command), allow the UART to be specified as
either a numeric index (to retain backwards compatiblity) or a
case-insensitive port name such as "COM2".

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2025-06-20 12:52:04 +01:00
..
2015-03-02 16:35:37 +00:00
2017-04-10 16:12:53 +01:00
2015-03-02 19:42:48 +00:00
2005-03-08 18:53:11 +00:00
2007-07-14 15:42:26 +01:00
2017-04-10 16:12:53 +01:00
2024-05-31 10:11:22 +01:00
2021-05-18 11:45:24 +01:00