summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2018-06-21 08:47:12 -0500
committerChristopher J. Cain <cjcain@us.ibm.com>2018-06-21 12:30:52 -0400
commit18583159ffc2ca1b75a5c1491485c7befad93b72 (patch)
tree18ecdf584cd1d44fb6388f97bad5611723e9d668 /src
parenta8a2c3a4f7e8f55d6055c52185cc5d5440bbdfe2 (diff)
downloadtalos-occ-18583159ffc2ca1b75a5c1491485c7befad93b72.tar.gz
talos-occ-18583159ffc2ca1b75a5c1491485c7befad93b72.zip
Fix PGPE beacon detection
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>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/occ_405/occbuildname.c2
-rwxr-xr-xsrc/occ_405/timer/timer.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/occ_405/occbuildname.c b/src/occ_405/occbuildname.c
index 52adf15..cffa109 100755
--- a/src/occ_405/occbuildname.c
+++ b/src/occ_405/occbuildname.c
@@ -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
diff --git a/src/occ_405/timer/timer.c b/src/occ_405/timer/timer.c
index 6716858..a9c892a 100755
--- a/src/occ_405/timer/timer.c
+++ b/src/occ_405/timer/timer.c
@@ -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);
OpenPOWER on IntegriCloud