Skip to content

Commit

Permalink
Fix PGPE beacon detection
Browse files Browse the repository at this point in the history
Change-Id: I01eac62933d1188a68621fcd767f53b7a9296de3
CQ: SW434707
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61061
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Andres A. Lugo-Reyes <aalugore@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 a8a2c3a commit 1858315
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_180612a\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 1858315

Please sign in to comment.