summaryrefslogtreecommitdiff
path: root/edk2/IntelFrameworkPkg
diff options
context:
space:
mode:
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>2011-12-15 06:42:15 +0000
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>2011-12-15 06:42:15 +0000
commit485c23668e1e2ed48de8d760dd991cbca5442f4a (patch)
tree4ef6cea17dacbc2ca5faf8bbd2cd8375f0a3691b /edk2/IntelFrameworkPkg
parent87a5c4be3762c0445483e2602291f101105fd20a (diff)
Add comments for EFI_CACHE_SRAM_TYPE_DATA because of the inconsistency between CacheSubclass 0.9 and SMBIOS specifications.
Signed-off-by: lzeng14 Reviewed-by: li-elvin git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk@12872 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'edk2/IntelFrameworkPkg')
-rw-r--r--edk2/IntelFrameworkPkg/Include/Guid/DataHubRecords.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/edk2/IntelFrameworkPkg/Include/Guid/DataHubRecords.h b/edk2/IntelFrameworkPkg/Include/Guid/DataHubRecords.h
index d898953ea..05b393b5e 100644
--- a/edk2/IntelFrameworkPkg/Include/Guid/DataHubRecords.h
+++ b/edk2/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;