From f7d5dbabe37eee45bae178b7d1222fc70d0583a2 Mon Sep 17 00:00:00 2001 From: lzeng14 Date: Thu, 15 Dec 2011 06:42:15 +0000 Subject: 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/edk2@12872 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkPkg/Include/Guid/DataHubRecords.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'IntelFrameworkPkg') diff --git a/IntelFrameworkPkg/Include/Guid/DataHubRecords.h b/IntelFrameworkPkg/Include/Guid/DataHubRecords.h index d898953ea4..05b393b5e8 100644 --- a/IntelFrameworkPkg/Include/Guid/DataHubRecords.h +++ b/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; -- cgit v1.2.3