diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2016-08-25 08:18:13 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-08-30 22:28:24 -0400 |
| commit | 17ff75043aff25a34d6deaa959fac9975199b9ed (patch) | |
| tree | 83b83fa3cba8e581e8560497a6a0858348a239db /src/include/usr | |
| parent | 3aff96c3a891fb7bbb7c0cdd74160e358f5681ed (diff) | |
| download | talos-hostboot-17ff75043aff25a34d6deaa959fac9975199b9ed.tar.gz talos-hostboot-17ff75043aff25a34d6deaa959fac9975199b9ed.zip | |
Support for GPU callout procedure
Added EPUB_PRC_GPU_ISOLATION_PROCEDURE = FSPSP94
This procedure should be used to refer customers to the
isolation procedure to identify NVLINK/GPU faults.
Change-Id: I32d6ea318d2699e9f309cc9a048cb4ea805457e8
ForwardPort: yes
CMVC-Prereq: 1002330
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28781
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: Sampa Misra <sampmisr@in.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28910
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/hwas/common/hwasCallout.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/hwas/common/hwasCallout.H b/src/include/usr/hwas/common/hwasCallout.H index 30c83084b..7f73ff371 100644 --- a/src/include/usr/hwas/common/hwasCallout.H +++ b/src/include/usr/hwas/common/hwasCallout.H @@ -92,6 +92,7 @@ enum epubProcedureID EPUB_PRC_TOD_CLOCK_ERR = 0x56, EPUB_PRC_COOLING_SYSTEM_ERR = 0x5C, EPUB_PRC_FW_VERIFICATION_ERR = 0x5D, + EPUB_PRC_GPU_ISOLATION_PROCEDURE= 0x5E, }; // from srci/fsp/srci.H |

