diff options
| author | Rahul Batra <rbatra@us.ibm.com> | 2019-01-15 16:45:58 -0500 |
|---|---|---|
| committer | hostboot <hostboot@us.ibm.com> | 2019-06-25 10:47:16 -0500 |
| commit | 4d775c52daa42a8302b2489bd23078a2b844b7d1 (patch) | |
| tree | 961bb10e3fd34f2d8bf5ec1c8917e7921387e38c /import/chips/p9/common | |
| parent | 0bf8ba716cea6e64c6f0ae592497a603c87d3fa3 (diff) | |
| download | talos-hcode-4d775c52daa42a8302b2489bd23078a2b844b7d1.tar.gz talos-hcode-4d775c52daa42a8302b2489bd23078a2b844b7d1.zip | |
PM: WOV(OCS) PGPE Hcode Changes (2/2)
2nd commit in the series of 2 commits for
WOV(OverCurrent Sampling, OCS)
Commit 1: WOV(OCS) HW procedures updates
Commit 2: WOV(OCS) PGPE Hcode updates
Key_Cronus_Test=PM_REGRESS
HW-Image-Prereq: I6234f0f60b9ed57b8b144159f3fe9c0b756df1e3
Change-Id: I64d72c8c2c3163d000a640959e0b188ab63d3819
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70514
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com>
Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/common')
| -rw-r--r-- | import/chips/p9/common/pmlib/include/pstate_pgpe_occ_api.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/import/chips/p9/common/pmlib/include/pstate_pgpe_occ_api.h b/import/chips/p9/common/pmlib/include/pstate_pgpe_occ_api.h index cdaff84c..f7a2692f 100644 --- a/import/chips/p9/common/pmlib/include/pstate_pgpe_occ_api.h +++ b/import/chips/p9/common/pmlib/include/pstate_pgpe_occ_api.h @@ -41,7 +41,8 @@ extern "C" { #endif -#define HCODE_OCC_SHARED_MAGIC_NUMBER 0x4F505330 //OPS0 +#define HCODE_OCC_SHARED_MAGIC_NUMBER_OPS0 0x4F505330 //OPS0 +#define HCODE_OCC_SHARED_MAGIC_NUMBER_OPS1 0x4F505331 //OPS1 //--------------- // IPC from 405 |

