diff --git a/IntelFrameworkPkg/Include/Framework/DataHubRecords.h b/IntelFrameworkPkg/Include/Framework/DataHubRecords.h index 62f0b1a56f..98e9b13507 100644 --- a/IntelFrameworkPkg/Include/Framework/DataHubRecords.h +++ b/IntelFrameworkPkg/Include/Framework/DataHubRecords.h @@ -779,6 +779,10 @@ typedef enum { EfiCacheAssociativity16Way = 8 } EFI_CACHE_ASSOCIATIVITY_DATA; +/// +/// Inconsistent with specification here: +/// It's a typo of CacheSubclass 0.9 spec. It should be UINT32 type since it refers to a 32bit width data. +/// typedef struct { UINT32 Level :3; UINT32 Socketed :1;