]> git.proxmox.com Git - mirror_edk2.git/commitdiff
add comments to note it's the spec typo issue for EFI_CACHE_CONFIGURATION_DATA filed...
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 8 Jul 2009 03:47:10 +0000 (03:47 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 8 Jul 2009 03:47:10 +0000 (03:47 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8801 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Framework/DataHubRecords.h

index 62f0b1a56f056a22fea29ee643d0573c38a4e9dc..98e9b135074baaedf93b67920c4902c81dbe7579 100644 (file)
@@ -779,6 +779,10 @@ typedef enum {
   EfiCacheAssociativity16Way        = 8\r
 } EFI_CACHE_ASSOCIATIVITY_DATA;\r
 \r
+///\r
+/// Inconsistent with specification here:  \r
+/// It's a typo of CacheSubclass 0.9 spec. It should be UINT32 type since it refers to a 32bit width data.\r
+///\r
 typedef struct {\r
   UINT32                            Level           :3;\r
   UINT32                            Socketed        :1;\r