Modules§
- sys 🔒
Structs§
- Information about a serial device (16550-style UART) created by
add_serial_devices()
.
Enums§
Constants§
- Address for Serial ports in x86
Functions§
- Adds serial devices to the provided bus based on the serial parameters given.
- Add serial options to the provided
cmdline
based onserial_parameters
.serial_io_type
should be “io” if the platform uses x86-style I/O ports for serial devices or “mmio” if the serial ports are memory mapped. - Add the default serial parameters for serial ports that have not already been specified.