|
iPXE
|
16550-compatible UART More...
Go to the source code of this file.
Macros | |
| #define | ISA_UART(NAME, BASE) |
| Define a fixed ISA UART. More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| ISA_UART (com1, COM1_BASE) | |
| ISA_UART (com2, COM2_BASE) | |
| ISA_UART (com3, COM3_BASE) | |
| ISA_UART (com4, COM4_BASE) | |
| int | uart_register_fixed (void) |
| Register fixed ISA UARTs. More... | |
16550-compatible UART
Definition in file x86_uart.c.
| #define ISA_UART | ( | NAME, | |
| BASE | |||
| ) |
Define a fixed ISA UART.
Definition at line 37 of file x86_uart.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| int uart_register_fixed | ( | void | ) |
Register fixed ISA UARTs.
Register fixed UARTs (when not provided by platform)
| rc | Return status code |
Definition at line 60 of file x86_uart.c.
References COM1, COM2, COM3, COM4, DBGC, name, rc, strerror(), and uart_register().
1.8.15