Skip to content

Commit

Permalink
MdeModulePkg/Include/UniversalPayload: Add ClockRate field to UNIVERS…
Browse files Browse the repository at this point in the history
…AL_PAYLOAD_SERIAL_PORT_INFO

Signed-off-by: Matt DeVillier <[email protected]>
Change-Id: I9bcaf03ab63f6a45d2cf25a580f7a2eba388cbbd
  • Loading branch information
MrChromebox authored and Sean-StarLabs committed Sep 12, 2024
1 parent 6498d6b commit f7e30d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MdeModulePkg/Include/UniversalPayload/SerialPortInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ typedef struct {
BOOLEAN UseMmio;
UINT8 RegisterStride;
UINT32 BaudRate;
UINT32 ClockRate;
EFI_PHYSICAL_ADDRESS RegisterBase;
} UNIVERSAL_PAYLOAD_SERIAL_PORT_INFO;
#pragma pack()
Expand Down

0 comments on commit f7e30d3

Please sign in to comment.