summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg/Include
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-08 03:47:10 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-08 03:47:10 +0000
commitdcd8fb0c2b9414c52fa05bab9d385e4a913e476b (patch)
tree9bbcbc2fbb7519079d24e5230a8a1a6192489418 /IntelFrameworkPkg/Include
parent2cbfdae36e034e50fc4b5e9d9635e6ef1fe904f0 (diff)
downloadedk2-dcd8fb0c2b9414c52fa05bab9d385e4a913e476b.tar.gz
edk2-dcd8fb0c2b9414c52fa05bab9d385e4a913e476b.tar.bz2
edk2-dcd8fb0c2b9414c52fa05bab9d385e4a913e476b.zip
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
Diffstat (limited to 'IntelFrameworkPkg/Include')
-rw-r--r--IntelFrameworkPkg/Include/Framework/DataHubRecords.h4
1 files changed, 4 insertions, 0 deletions
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;