]> git.proxmox.com Git - mirror_edk2.git/commit - DynamicTablesPkg/DynamicTables.dsc.inc
DynamicTablesPkg: SSDT Serial Port generator
authorPierre Gondois <pierre.gondois@arm.com>
Thu, 6 Aug 2020 08:20:18 +0000 (09:20 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 13 Aug 2020 18:00:06 +0000 (18:00 +0000)
commit5b035defa8b6a0acfa84fb20f34f6a941d5d91a0
tree9c2d7240871efef7a21bdb2e0ec389443af101a8
parentbade7f423b234fbe67af8a87e23cd2cacb93d6dc
DynamicTablesPkg: SSDT Serial Port generator

Most platforms have several serial ports. These serial ports
are described to an operating system using definition block
tables.

The SSDT Serial Port Table Generator uses the Configuration
Manager protocol to obtain information for the Serial Ports
on the platform. The serial ports are described using the
CM_ARM_SERIAL_PORT_INFO structure. The EArmObjSerialPortInfo
ID is used to represent a standard serial port.

The SSDT Serial port fixup library provides interfaces to
generate a SSDT Serial port table based on the serial port
information. The SSDT Serial Port Table Generator uses the
SSDT serial port fixup library to build serial port
definition blocks and installs the SSDT tables.

Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
DynamicTablesPkg/DynamicTables.dsc.inc
DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtSerialPortLibArm/SsdtSerialPortGenerator.c [new file with mode: 0644]
DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtSerialPortLibArm/SsdtSerialPortLibArm.inf [new file with mode: 0644]