mirror of https://github.com/acidanthera/audk.git
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 <joey.gouly@arm.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
parent
10bf6c40f6
commit
c8cf71ec9c
|
@ -293,6 +293,9 @@ typedef struct CmArmSerialPortInfo {
|
||||||
|
|
||||||
/// The Base address length
|
/// The Base address length
|
||||||
UINT64 BaseAddressLength;
|
UINT64 BaseAddressLength;
|
||||||
|
|
||||||
|
/// The access size
|
||||||
|
UINT8 AccessSize;
|
||||||
} CM_ARM_SERIAL_PORT_INFO;
|
} CM_ARM_SERIAL_PORT_INFO;
|
||||||
|
|
||||||
/** A structure that describes the
|
/** A structure that describes the
|
||||||
|
|
Loading…
Reference in New Issue