audk/DynamicTablesPkg/Library/Acpi/Arm/AcpiDbg2LibArm
Joey Gouly 8c75a07208 DynamicTablesPkg: Set the Access size for the DBG2 table
The DBG2 table generator set the access size for the UART to
DWORD (4 bytes) by default. However, according to Section B
Generic UART, Arm Base System Architecture 1.0, Platform
Design Document, a Generic UART can have BYTE, WORD or DWORD
access sizes. To address this an AccessSize field has been
introduced in CM_ARM_SERIAL_PORT_INFO object.

This patch updates the DBG2 generator to setup the AccessSize
field in the Generic Address Structure (GAS) for the UART in
the DBG2 table with information provided by the platform.

Signed-off-by: Joey Gouly <joey.gouly@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
2021-04-19 13:28:26 +00:00
..
AcpiDbg2LibArm.inf DynamicTablesPkg: Add SSDT Serial port for DBG2 2020-08-13 18:00:06 +00:00
Dbg2Generator.c DynamicTablesPkg: Set the Access size for the DBG2 table 2021-04-19 13:28:26 +00:00