Skip to content

Commit

Permalink
STOP: Scom Restore version 2
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: AMIT KUMAR <[email protected]>
Reviewed-by: Michael S. Floyd <[email protected]>
Reviewed-by: Gregory S. Still <[email protected]>
  • Loading branch information
vanderp authored and op-jenkins committed Aug 22, 2018
1 parent da5fbae commit 387d0df
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 387d0df

Please sign in to comment.