Skip to content

Commit

Permalink
ManageabilityPkg: Add serial protocol in manageability help library
Browse files Browse the repository at this point in the history
This introduces ManageabilityTransportSerial in manageability help
library.

Signed-off-by: John Chung <[email protected]>
  • Loading branch information
gtossk2 authored and changab committed Dec 10, 2024
1 parent 07089e1 commit df420ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ MANAGEABILITY_SPECIFICATION_NAME ManageabilitySpecNameTable[] = {
{ &gManageabilityTransportKcsGuid, L"KCS" },
{ &gManageabilityTransportSmbusI2cGuid, L"SMBUS I2C"},
{ &gManageabilityTransportPciVdmGuid, L"PCI VDM" },
{ &gManageabilityTransportSerialGuid, L"SERIAL" },
{ &gManageabilityTransportMctpGuid, L"MCTP" },
{ &gManageabilityProtocolIpmiGuid, L"IPMI" },
{ &gManageabilityProtocolMctpGuid, L"MCTP" },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
gManageabilityTransportKcsGuid
gManageabilityTransportSmbusI2cGuid
gManageabilityTransportPciVdmGuid
gManageabilityTransportSerialGuid
gManageabilityTransportMctpGuid
gManageabilityProtocolIpmiGuid
gManageabilityProtocolMctpGuid
Expand Down
2 changes: 2 additions & 0 deletions Features/ManageabilityPkg/ManageabilityPkg.dec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
gManageabilityTransportPciVdmGuid = { 0x388021A7, 0xFB59, 0x4811, { 0x9D, 0xA7, 0xD5, 0x63, 0x7D, 0x04, 0xA7, 0x2F } }
# Manageability Transport MCTP
gManageabilityTransportMctpGuid = { 0x6798448D, 0x1200, 0x4577, { 0x82, 0x50, 0xA9, 0x83, 0xBA, 0x2B, 0x45, 0xD9 } }
# Manageability Transport SERIAL
gManageabilityTransportSerialGuid = { 0xEF437878, 0x34DD, 0x4879, { 0x8F, 0xD3, 0xB6, 0x0A, 0x40, 0x3C, 0xD0, 0x63 } }

# Manageability Protocol Specification
#
Expand Down

0 comments on commit df420ae

Please sign in to comment.