summaryrefslogtreecommitdiffstats
path: root/src/occ_405/cent
diff options
context:
space:
mode:
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