diff options
author | Greg Still <stillgs@us.ibm.com> | 2016-01-15 11:49:49 -0600 |
---|---|---|
committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2017-08-20 09:55:30 -0400 |
commit | dbd18ce098b79068017fec205005a75d0e8b57e0 (patch) | |
tree | 1f7b9f4a7c29233164818782c91c6a6b2432b76a /src/import | |
parent | 9ef0c731a9a14d96bd07d15234b7702d0ef696cb (diff) | |
download | talos-hostboot-dbd18ce098b79068017fec205005a75d0e8b57e0.tar.gz talos-hostboot-dbd18ce098b79068017fec205005a75d0e8b57e0.zip |
p9_block_wakeup_intr Level 2
- Fixed problems with Cronus to ungate testing
- Ran on Awan and SUET
- Wrapper has ability to just to -set and -clear but also
tests all supported options
- Added a "no special wakeup" option (parm) has there may
be use cases with it as P8 did NOT perform Special Wake-up
to set the bit while P9 Hcode is stating this requirement.
- Has a placeholder for special wakeup inclusion later.
- Address Gerrit comments (round 2)
- Rebased (4)
Change-Id: I13f798a98d134361f62f7186a40fcfe52c51d95a
Original-Change-Id: I0722065ce59a2c6ebfdc6c8cf77cb5746c3db7aa
RTC: 136783
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23347
Tested-by: Jenkins Server
Tested-by: Auto Mirror
Tested-by: Hostboot CI
Tested-by: PPE CI
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44845
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import')
-rw-r--r-- | src/import/chips/p9/procedures/xml/error_info/p9_block_wakeup_intr_errors.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_block_wakeup_intr_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_block_wakeup_intr_errors.xml index f0d43711d..c23e105d4 100644 --- a/src/import/chips/p9/procedures/xml/error_info/p9_block_wakeup_intr_errors.xml +++ b/src/import/chips/p9/procedures/xml/error_info/p9_block_wakeup_intr_errors.xml @@ -32,4 +32,11 @@ <ffdc>OPERATION</ffdc> </hwpError> <!-- ********************************************************************* --> + <hwpError> + <rc>RC_BLOCK_WAKEUP_INTR_CHECK_FAIL</rc> + <description>Test of p9_block_wakeup_intr failed. Note: this is NOT + a production error definition; used by test infrastructure. + </description> + </hwpError> + <!-- ********************************************************************* --> </hwpErrors> |