diff options
| author | Greg Still <stillgs@us.ibm.com> | 2018-03-01 11:30:05 -0600 |
|---|---|---|
| committer | hostboot <hostboot@us.ibm.com> | 2018-03-22 14:05:28 -0500 |
| commit | 5e27a412efdde9ec52aee3277e9c095c047176cf (patch) | |
| tree | 1f3710cf8854e17bb20b5c30724ec0fef1264b0a | |
| parent | 0e8a450329872fd94ebffc937fb6a4b5897be6d6 (diff) | |
| download | talos-hcode-5e27a412efdde9ec52aee3277e9c095c047176cf.tar.gz talos-hcode-5e27a412efdde9ec52aee3277e9c095c047176cf.zip | |
PM: clear CPMM Error register special wake-up protocol bits on hostboot core
Key_Cronus_Test=PM_REGRESS
Change-Id: Ie3f8c6d0cf4ee68e4d14924a607812076b79fc26
Original-Change-Id: Ic754b8584c3f9c3d5d331f370719932bf4783f39
CQ: SW419468
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54940
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com>
Reviewed-by: YUE DU <daviddu@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
| -rw-r--r-- | import/chips/p9/common/pmlib/include/registers/ppm_register_addresses.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/import/chips/p9/common/pmlib/include/registers/ppm_register_addresses.h b/import/chips/p9/common/pmlib/include/registers/ppm_register_addresses.h index d7207092..208e900e 100644 --- a/import/chips/p9/common/pmlib/include/registers/ppm_register_addresses.h +++ b/import/chips/p9/common/pmlib/include/registers/ppm_register_addresses.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HCODE Project */ /* */ -/* COPYRIGHT 2015,2017 */ +/* COPYRIGHT 2015,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -64,4 +64,7 @@ #define PPM_VDMCR_CLR 0x000f01b9 #define PPM_VDMCR_OR 0x000f01ba +// Hand added +#define PPM_ERROR 0x000f0121 + #endif // __PPM_REGISTER_ADDRESSES_H__ |

