summaryrefslogtreecommitdiffstats
path: root/src/occ_405/cent
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2017-04-05 14:24:34 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-04-26 12:53:32 -0400
commit14e46463c4aa168343162b159ba0e9f05654fb27 (patch)
treee0b2e29dfac88ec0906a2402c5dcd6f26ff3164e /src/occ_405/cent
parent7da6a9afd506f8854972bbf4325b2e88abfcc2ce (diff)
downloadtalos-occ-14e46463c4aa168343162b159ba0e9f05654fb27.tar.gz
talos-occ-14e46463c4aa168343162b159ba0e9f05654fb27.zip
Enable Composite mode
Change-Id: I7235c414923079701fdf1392960b3fc48363bff0 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38896 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/cent')
-rwxr-xr-xsrc/occ_405/cent/centaur_data.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/occ_405/cent/centaur_data.c b/src/occ_405/cent/centaur_data.c
index 50d4e9b..fd52a23 100755
--- a/src/occ_405/cent/centaur_data.c
+++ b/src/occ_405/cent/centaur_data.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014,2016 */
+/* Contributors Listed Below - COPYRIGHT 2014,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -196,11 +196,10 @@ bool cent_chan_checkstop(const uint8_t i_cent)
uint64_t l_data;
int l_scom_rc = 0;
- // Determine scom address of MCIFIR register
- l_scom_addr = MCS0_MCIFIR_N(i_cent);
+ // TODO: RTC 163359 Centaur support
+ // We are unable to SCOM from the 405, so this scom was removed.
+ // Will need to determine how to get this information in the future.
- // Do a getscom on MCIFIR register for i_cent
- l_scom_rc = getscom_ffdc(l_scom_addr, &l_data, 0);
if(!l_scom_rc)
{
//check for channel checkstop (bit 31)
OpenPOWER on IntegriCloud