mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 22:24:37 +02:00
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
|
||||
UINT64 BaseAddressLength;
|
||||
|
||||
/// The access size
|
||||
UINT8 AccessSize;
|
||||
} CM_ARM_SERIAL_PORT_INFO;
|
||||
|
||||
/** A structure that describes the
|
||||
|
Loading…
x
Reference in New Issue
Block a user