summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2017-02-14 14:26:53 -0600
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-02-23 18:04:29 -0500
commit6d97914db8dd962af2ee80577e6e94f42bb9378b (patch)
tree49cd8614db7d09bfbbb9aab7d0249e67672684c7 /src/common
parentddf83aa37a58c3609a12d9f5e8f113a5b51b07d1 (diff)
downloadtalos-occ-6d97914db8dd962af2ee80577e6e94f42bb9378b.tar.gz
talos-occ-6d97914db8dd962af2ee80577e6e94f42bb9378b.zip
APSS P8/P9 Spec Compatibility
Change-Id: Ib6cc0f872c22131b4268b3016d264460b7ef9098 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36450 Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/common')
-rwxr-xr-xsrc/common/gpe_export.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/gpe_export.h b/src/common/gpe_export.h
index e411abf..0cfe5be 100755
--- a/src/common/gpe_export.h
+++ b/src/common/gpe_export.h
@@ -58,8 +58,9 @@ typedef struct nop
typedef struct gpe_shared_data
{
- uint32_t nest_freq_div; // Nest freq / 4
- uint32_t reserved[63];
+ uint32_t nest_freq_div; // Nest freq / 4
+ uint32_t spipss_spec_p9; // Which APSS spec to use
+ uint32_t reserved[62];
} gpe_shared_data_t;
#endif //_GPE_EXPORT_H
OpenPOWER on IntegriCloud