diff options
| author | Stephen Glancy <sglancy@us.ibm.com> | 2019-02-14 11:33:59 -0500 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2019-04-22 11:23:33 -0500 |
| commit | 97517fa73c61b025b7a44367e10753fdeef12827 (patch) | |
| tree | 6c98e74498031615cf51b790b33da69caaf43e5f /src/import/chips/ocmb/explorer/common/include | |
| parent | ac6b97d1a4ffbd006f15e79e2b85d8089c05238b (diff) | |
| download | talos-hostboot-97517fa73c61b025b7a44367e10753fdeef12827.tar.gz talos-hostboot-97517fa73c61b025b7a44367e10753fdeef12827.zip | |
Adds explorer training response display functions
Change-Id: I2e5c8ef08cda7abf83a322d2a3b0e01de2aaee41
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71902
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76117
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/common/include')
| -rw-r--r-- | src/import/chips/ocmb/explorer/common/include/exp_data_structs.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/chips/ocmb/explorer/common/include/exp_data_structs.H b/src/import/chips/ocmb/explorer/common/include/exp_data_structs.H index df319eff1..56f641637 100644 --- a/src/import/chips/ocmb/explorer/common/include/exp_data_structs.H +++ b/src/import/chips/ocmb/explorer/common/include/exp_data_structs.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2018 */ +/* Contributors Listed Below - COPYRIGHT 2018,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -63,6 +63,7 @@ enum exp_struct_sizes TRAINING_RESPONSE_NUM_LANES = 80, TRAINING_RESPONSE_NUM_RC = 27, TRAINING_RESPONSE_MR6_SIZE = TRAINING_RESPONSE_NUM_RANKS * TRAINING_RESPONSE_NUM_DRAM, + RCW_8BIT_CUTOFF = 16, }; /// |

