summaryrefslogtreecommitdiffstats
path: root/src/occ_405
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2019-02-19 11:54:51 -0600
committerChristopher J. Cain <cjcain@us.ibm.com>2019-03-01 07:38:00 -0600
commitb082b5771c9d8d17421807752ea537f8e9579296 (patch)
tree6618e709870a57627afc2e63707217bf27f2a150 /src/occ_405
parentf65ac6e260876471061373524ca33e79e0080825 (diff)
downloadtalos-occ-b082b5771c9d8d17421807752ea537f8e9579296.tar.gz
talos-occ-b082b5771c9d8d17421807752ea537f8e9579296.zip
NVDIMM procedure update
Only use procedure on ports 6 and 7 Add setting of MCFGP_VALID for MCS Move ddr_resetn into main loop on each port and remove delay Change-Id: I8f67584823df6dbe0d0bb6400a04cbd81868a1da CQ: SW458364 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72212 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
Diffstat (limited to 'src/occ_405')
-rwxr-xr-xsrc/occ_405/occbuildname.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/occ_405/occbuildname.c b/src/occ_405/occbuildname.c
index 53e0b88..08cc1a0 100755
--- a/src/occ_405/occbuildname.c
+++ b/src/occ_405/occbuildname.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014,2018 */
+/* Contributors Listed Below - COPYRIGHT 2014,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -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_181108a\0" /*</BuildName>*/ ;
+volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) = /*<BuildName>*/ "op_occ_190228a\0" /*</BuildName>*/ ;
#endif
OpenPOWER on IntegriCloud