]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add comments for EFI_CACHE_SRAM_TYPE_DATA because of the inconsistency between CacheS...
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 15 Dec 2011 06:42:15 +0000 (06:42 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 15 Dec 2011 06:42:15 +0000 (06:42 +0000)
Signed-off-by: lzeng14
Reviewed-by: li-elvin
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12872 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Guid/DataHubRecords.h

index d898953ea444f7882df0cbdf4a69514ebf377d3a..05b393b5e8aa11a36e51d6382322356609e3dd5c 100644 (file)
@@ -859,6 +859,11 @@ typedef struct {
   UINT32                            NonBurst      :1;\r
   UINT32                            Burst         :1;\r
   UINT32                            PipelineBurst :1;\r
+  ///\r
+  /// Inconsistent between CacheSubclass 0.9 and SMBIOS specifications here:\r
+  /// In CacheSubclass specification 0.9, the sequence of Asynchronous and Synchronous fileds\r
+  /// are opposite to SMBIOS specification.\r
+  ///\r
   UINT32                            Asynchronous  :1;\r
   UINT32                            Synchronous   :1;\r
   UINT32                            Reserved      :25;\r