]> xenbits.xensource.com Git - people/aperard/ovmf.git/commitdiff
DynamicTablesPkg: Add access size to CM_ARM_SERIAL_PORT_INFO
authorJoey Gouly <joey.gouly@arm.com>
Thu, 15 Apr 2021 12:17:18 +0000 (13:17 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 19 Apr 2021 13:28:26 +0000 (13:28 +0000)
Add access size to CM_ARM_SERIAL_PORT_INFO so that this can be
passed down to the Generic Address Structure.

Signed-off-by: Joey Gouly <joey.gouly@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
DynamicTablesPkg/Include/ArmNameSpaceObjects.h

index afcfe3704cb908afb1e6b17e6771b2ebe3f67f76..19dcae13b2191e5f0b03ea85edec1191d2a406bf 100644 (file)
@@ -293,6 +293,9 @@ typedef struct CmArmSerialPortInfo {
 \r
   /// The Base address length\r
   UINT64  BaseAddressLength;\r
+\r
+  /// The access size\r
+  UINT8   AccessSize;\r
 } CM_ARM_SERIAL_PORT_INFO;\r
 \r
 /** A structure that describes the\r