Skip to content

Commit

Permalink
Fix PGPE beacon detection
Browse files Browse the repository at this point in the history
Change-Id: I91ef412c240f358c0043cf508a8f6db357330311
CQ: SW434707
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61068
Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
  • Loading branch information
cjcain committed Jun 21, 2018
1 parent 90208bb commit 6303307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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_180510a\0" /*</BuildName>*/ ;
volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) = /*<BuildName>*/ "op_occ_180621a\0" /*</BuildName>*/ ;

#endif
1 change: 1 addition & 0 deletions src/occ_405/timer/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ void check_pgpe_beacon(void)
// pgpe beacon changed over the last 4 ms
L_pgpe_beacon_unchanged_4ms = false;
L_unchanged_count = 0;
L_prev_pgpe_beacon = pgpe_beacon;
}
} while(0);

Expand Down

0 comments on commit 6303307

Please sign in to comment.