Module arch::serial

source ·

Modules

Structs

  • Information about a serial device (16550-style UART) created by add_serial_devices().

Enums

Constants

Functions

  • Adds serial devices to the provided bus based on the serial parameters given.
  • Add serial options to the provided cmdline based on serial_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.

Type Definitions