]> 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:43:28 +0000 (06:43 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 15 Dec 2011 06:43:28 +0000 (06:43 +0000)
Signed-off-by: lzeng14
Reviewed-by: li-elvin
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12873 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/DataHubSubClassCache.h

index 87e5f0acdf489e718708cfbf1f22510650e6e5a0..0ae8ed993bcef988c57a47186ae1b9f008f5058b 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -43,6 +43,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