From c8cf71ec9c2518a0e35983c03bb1f8e594593a49 Mon Sep 17 00:00:00 2001 From: Joey Gouly Date: Thu, 15 Apr 2021 13:17:18 +0100 Subject: DynamicTablesPkg: Add access size to CM_ARM_SERIAL_PORT_INFO 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 Reviewed-by: Sami Mujawar --- DynamicTablesPkg/Include/ArmNameSpaceObjects.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DynamicTablesPkg/Include/ArmNameSpaceObjects.h b/DynamicTablesPkg/Include/ArmNameSpaceObjects.h index afcfe3704c..19dcae13b2 100644 --- a/DynamicTablesPkg/Include/ArmNameSpaceObjects.h +++ b/DynamicTablesPkg/Include/ArmNameSpaceObjects.h @@ -293,6 +293,9 @@ typedef struct CmArmSerialPortInfo { /// The Base address length UINT64 BaseAddressLength; + + /// The access size + UINT8 AccessSize; } CM_ARM_SERIAL_PORT_INFO; /** A structure that describes the -- cgit v1.2.3