From: eric_tian Date: Wed, 8 Jul 2009 03:47:10 +0000 (+0000) Subject: add comments to note it's the spec typo issue for EFI_CACHE_CONFIGURATION_DATA filed... X-Git-Tag: edk2-stable201903~17507 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=dcd8fb0c2b9414c52fa05bab9d385e4a913e476b add comments to note it's the spec typo issue for EFI_CACHE_CONFIGURATION_DATA filed type. it should be UINT32 rather than UINT16 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8801 6f19259b-4bc3-4df7-8a09-765794883524 --- 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;