mirror of https://github.com/acidanthera/audk.git
DynamicTablesPkg/AcpiSpcrLibArm: Support 16550 UART.
Add support for 16550 UART to ACPI SPCR table as it is a supported UART type by HLOS. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ashish Singhal <ashishsingha@nvidia.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com> Reviewed-by: Alexei Fedorov <alexei.fedorov@arm.com>
This commit is contained in:
parent
85c1320e03
commit
0692ef8759
|
@ -189,6 +189,8 @@ BuildSpcrTable (
|
|||
(SerialPortInfo->PortSubtype !=
|
||||
EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_ARM_SBSA_GENERIC_UART) &&
|
||||
(SerialPortInfo->PortSubtype !=
|
||||
EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_FULL_16550) &&
|
||||
(SerialPortInfo->PortSubtype !=
|
||||
EFI_ACPI_DBG2_PORT_SUBTYPE_SERIAL_DCC)) {
|
||||
Status = EFI_INVALID_PARAMETER;
|
||||
DEBUG ((
|
||||
|
|
Loading…
Reference in New Issue