X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FGuid%2FDataHubRecords.h;fp=IntelFrameworkPkg%2FInclude%2FGuid%2FDataHubRecords.h;h=05b393b5e8aa11a36e51d6382322356609e3dd5c;hb=f7d5dbabe37eee45bae178b7d1222fc70d0583a2;hp=d898953ea444f7882df0cbdf4a69514ebf377d3a;hpb=53d90f046ec896040a25f2b3d9decd8b2be6da55;p=mirror_edk2.git diff --git a/IntelFrameworkPkg/Include/Guid/DataHubRecords.h b/IntelFrameworkPkg/Include/Guid/DataHubRecords.h index d898953ea4..05b393b5e8 100644 --- a/IntelFrameworkPkg/Include/Guid/DataHubRecords.h +++ b/IntelFrameworkPkg/Include/Guid/DataHubRecords.h @@ -859,6 +859,11 @@ typedef struct { UINT32 NonBurst :1; UINT32 Burst :1; UINT32 PipelineBurst :1; + /// + /// Inconsistent between CacheSubclass 0.9 and SMBIOS specifications here: + /// In CacheSubclass specification 0.9, the sequence of Asynchronous and Synchronous fileds + /// are opposite to SMBIOS specification. + /// UINT32 Asynchronous :1; UINT32 Synchronous :1; UINT32 Reserved :25;