Revision: 17067
          http://sourceforge.net/p/edk2/code/17067
Author:   vanjeff
Date:     2015-03-20 03:27:24 +0000 (Fri, 20 Mar 2015)
Log Message:
-----------
Updated Memory Error Record Per UEFI Specification  2.4a.

Support up to 64GiB DIMMS and support for DDR4 and Chip Identification.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Include/Guid/Cper.h

Modified: trunk/edk2/MdePkg/Include/Guid/Cper.h
===================================================================
--- trunk/edk2/MdePkg/Include/Guid/Cper.h       2015-03-19 02:09:49 UTC (rev 
17066)
+++ trunk/edk2/MdePkg/Include/Guid/Cper.h       2015-03-20 03:27:24 UTC (rev 
17067)
@@ -1,7 +1,7 @@
 /** @file
   GUIDs and definitions used for Common Platform Error Record.
 
-  Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>
+  Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
   This program and the accompanying materials
   are licensed and made available under the terms and conditions of the BSD 
License
   which accompanies this distribution.  The full text of the license may be 
found at
@@ -11,7 +11,7 @@
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 
   @par Revision Reference:
-  GUIDs introduced from UEFI 2.3.1 Specification.
+  GUIDs defined in UEFI 2.4 Specification.
 
 **/
 
@@ -765,6 +765,10 @@
 #define EFI_PLATFORM_MEMORY_ERROR_RANK_NUM_VALID               BIT15
 #define EFI_PLATFORM_MEMORY_ERROR_CARD_HANDLE_VALID            BIT16
 #define EFI_PLATFORM_MEMORY_ERROR_MODULE_HANDLE_VALID          BIT17
+#define EFI_PLATFORM_MEMORY_ERROR_EXTENDED_ROW_BIT_16_17_VALID BIT18
+#define EFI_PLATFORM_MEMORY_ERROR_BANK_GROUP_VALID             BIT19
+#define EFI_PLATFORM_MEMORY_ERROR_BANK_ADDRESS_VALID           BIT20
+#define EFI_PLATFORM_MEMORY_ERROR_CHIP_IDENTIFICATION_VALID    BIT21
 ///@}
 
 ///
@@ -809,7 +813,7 @@
   UINT64                   ResponderId;
   UINT64                   TargetId;
   UINT8                    ErrorType;
-  UINT8                    Resv1;
+  UINT8                    Extended;
   UINT16                   RankNum;
   UINT16                   CardHandle;
   UINT16                   ModuleHandle;


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to