Skip to content

Commit

Permalink
Add ClockRate field to UNIVERSAL_PAYLOAD_SERIAL_PORT_INFO
Browse files Browse the repository at this point in the history
Update header version from 1 to 2.

Signed-off-by: Matt DeVillier <[email protected]>
  • Loading branch information
MrChromebox committed Sep 19, 2024
1 parent ff8a7d1 commit b9a5590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MdeModulePkg/Include/UniversalPayload/SerialPortInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ typedef struct {
UINT8 RegisterStride;
UINT32 BaudRate;
EFI_PHYSICAL_ADDRESS RegisterBase;
UINT32 ClockRate;
} UNIVERSAL_PAYLOAD_SERIAL_PORT_INFO;
#pragma pack()

#define UNIVERSAL_PAYLOAD_SERIAL_PORT_INFO_REVISION 1
#define UNIVERSAL_PAYLOAD_SERIAL_PORT_INFO_REVISION 2

extern GUID gUniversalPayloadSerialPortInfoGuid;

Expand Down

0 comments on commit b9a5590

Please sign in to comment.