[edk2-devel] IpmiCommandLib's IpmiGetSystemUuid clarification

Aaron Pop aaronpop at linux.microsoft.com
Mon Jun 26 19:43:53 UTC 2023


I was hoping to get a clarification on the IpmiGetSystemUuid from 
MdeModulePkg...

IPMI specification's Get Device Guid Command says that data is returned 
in "least signification byte first" and "this is the reverse of 
convention described in RFC4122".


IpmiGetSystemUuid specifies that it is returning an EFI_GUID. Does this 
mean that the IpmigetSystemUuid is going to reverse the formatting and 
return an EFI_GUID as opposed to what is directly returned from the 
Management Device?

To help clarify:


typedef struct {
   UINT32    Data1;
   UINT16    Data2;
   UINT16    Data3;
   UINT8     Data4[8];
} EFI_GUID;

vs


typedef struct {
   UINT8     Data4[8];
   UINT16    Data3;
   UINT16    Data2;
   UINT32    Data1;
} IPMI_GUID;

Thank you,
Aaron


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#106377): https://edk2.groups.io/g/devel/message/106377
Mute This Topic: https://groups.io/mt/99796579/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list