diff options
| author | Brian Vanderpool <vanderp@us.ibm.com> | 2017-05-01 09:33:07 -0500 |
|---|---|---|
| committer | hostboot <hostboot@us.ibm.com> | 2018-08-22 17:54:45 -0500 |
| commit | 387d0dff24755d748f5d7be2956004ae764817d2 (patch) | |
| tree | 2a5ed8b7a7609664691a1b19fb6609d224e367dc | |
| parent | da5fbae2bce512099745a0b8232f29617d5d4aba (diff) | |
| download | talos-hcode-387d0dff24755d748f5d7be2956004ae764817d2.tar.gz talos-hcode-387d0dff24755d748f5d7be2956004ae764817d2.zip | |
STOP: Scom Restore version 2
Due to difficulty rebasing 31210, the changes were made on a fresh checkout
of head and put into this commit
Change-Id: I91e391054cdf4bbe32d1206fb5366c59e83d1c85
Original-Change-Id: Ia3590895691161880a348b4dd501fe644f00640e
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39878
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com>
Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
| -rw-r--r-- | import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop.h b/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop.h index f91aae26..7a13e774 100644 --- a/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop.h +++ b/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop.h @@ -303,13 +303,12 @@ typedef struct PkSemaphore sem[2]; } SgpeStopRecord; -/// Scom restore block typedef struct { - uint32_t pad; - uint32_t addr; - uint64_t data; -} SgpeScomRestore; + uint32_t scomEntryHeader; + uint32_t scomEntryAddress; + uint64_t scomEntryData; +} ScomEntry_t; #if HW386311_NDD1_PBIE_RW_PTR_STOP11_FIX // Types for PB EQ asynch work-around |

