diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-08 03:47:10 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-08 03:47:10 +0000 |
commit | dcd8fb0c2b9414c52fa05bab9d385e4a913e476b (patch) | |
tree | 9bbcbc2fbb7519079d24e5230a8a1a6192489418 /IntelFrameworkPkg/Include/Framework | |
parent | 2cbfdae36e034e50fc4b5e9d9635e6ef1fe904f0 (diff) | |
download | edk2-platforms-dcd8fb0c2b9414c52fa05bab9d385e4a913e476b.tar.xz |
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/Framework')
-rw-r--r-- | IntelFrameworkPkg/Include/Framework/DataHubRecords.h | 4 |
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;
|