diff options
| author | Terry J. Opie <opiet@us.ibm.com> | 2012-06-21 10:33:59 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-06-26 13:52:35 -0500 |
| commit | 280e4323aaed2d4d58ea738f9bd004281b606067 (patch) | |
| tree | 912506397c932cfcfb8dcbe69e294e36fbdf068c /src/include | |
| parent | 6f7b9237e97caeed7796420294eb3fead65f2f98 (diff) | |
| download | blackbird-hostboot-280e4323aaed2d4d58ea738f9bd004281b606067.tar.gz blackbird-hostboot-280e4323aaed2d4d58ea738f9bd004281b606067.zip | |
Misc SPD changes
- Bug fix for TRC_MIN keyword
- Break out Byte 33 into separate keywords
- Bug fix for Module Specific Checking
Change-Id: I7c534827b0eb02855ef049d73c8d0521928671ef
RTC: 43202
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1229
Tested-by: Jenkins Server
Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/usr/spd/spdenums.H | 47 |
1 files changed, 25 insertions, 22 deletions
diff --git a/src/include/usr/spd/spdenums.H b/src/include/usr/spd/spdenums.H index b99738cc3..2c2d6582a 100644 --- a/src/include/usr/spd/spdenums.H +++ b/src/include/usr/spd/spdenums.H @@ -1,25 +1,26 @@ -// IBM_PROLOG_BEGIN_TAG -// This is an automatically generated prolog. -// -// $Source: src/include/usr/spd/spdenums.H $ -// -// IBM CONFIDENTIAL -// -// COPYRIGHT International Business Machines Corp. 2012 -// -// p1 -// -// Object Code Only (OCO) source materials -// Licensed Internal Code Source Materials -// IBM HostBoot Licensed Internal Code -// -// The source code for this program is not published or other- -// wise divested of its trade secrets, irrespective of what has -// been deposited with the U.S. Copyright Office. -// -// Origin: 30 -// -// IBM_PROLOG_END +/* IBM_PROLOG_BEGIN_TAG + * This is an automatically generated prolog. + * + * $Source: src/include/usr/spd/spdenums.H $ + * + * IBM CONFIDENTIAL + * + * COPYRIGHT International Business Machines Corp. 2012 + * + * p1 + * + * Object Code Only (OCO) source materials + * Licensed Internal Code Source Materials + * IBM HostBoot Licensed Internal Code + * + * The source code for this program is not published or other- + * wise divested of its trade secrets, irrespective of what has + * been deposited with the U.S. Copyright Office. + * + * Origin: 30 + * + * IBM_PROLOG_END_TAG + */ /** * @file spdenums.H * @@ -113,6 +114,8 @@ enum SDRAM_OPTIONAL_FEATURES = SPD_FIRST_NORM_KEYWORD | 0x3d, SDRAM_THERMAL_REFRESH_OPTIONS = SPD_FIRST_NORM_KEYWORD | 0x3e, DIMM_BAD_DQ_DATA = SPD_FIRST_NORM_KEYWORD | 0x3f, + SDRAM_DIE_COUNT = SPD_FIRST_NORM_KEYWORD | 0x40, + SDRAM_DEVICE_TYPE_SIGNAL_LOADING = SPD_FIRST_NORM_KEYWORD | 0x41, SPD_LAST_NORM_KEYWORD, // ============================================================== |

