Skip to content

Commit

Permalink
OCC Centaur enable deadman timer
Browse files Browse the repository at this point in the history
Change-Id: I3abbb39200670a7cba00f5d59d193aa8b0b485c0
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56898
Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
  • Loading branch information
dgilbert999 authored and marthabroyles committed Apr 10, 2018
1 parent da6e77f commit 437c820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/occ_405/cent/centaur_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ void centaur_init( void )

//set up the data bits
// TODO RTC 190643 disable until phyp has centaur support
l_mbscfg.fields.occ_deadman_timer_sel = 0; // CENT_DEADMAN_TIMER_2SEC;
l_mbscfg.fields.occ_deadman_timer_sel = CENT_DEADMAN_TIMER_2SEC;
L_scomList[0].data = l_mbscfg.value;

/// Set up Centaur Scom Registers - array of Scoms
Expand Down
2 changes: 1 addition & 1 deletion src/occ_405/occbuildname.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) =

#else

volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) = /*<BuildName>*/ "op_occ_180409a\0" /*</BuildName>*/ ;
volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) = /*<BuildName>*/ "op_occ_180410a\0" /*</BuildName>*/ ;

#endif

0 comments on commit 437c820

Please sign in to comment.