summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/exp_draminit_utils.C
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-03-29 10:33:02 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-04-08 09:17:43 -0500
commit08d472b97829e30de1cc5e1b997bcc6321df66ad (patch)
treea1d3f865ef209a0ec819b2dee76d802dcddb44ea /src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/exp_draminit_utils.C
parentcb5872dbdd7f6b52909930f821ff185f2c2ed6d6 (diff)
downloadtalos-hostboot-08d472b97829e30de1cc5e1b997bcc6321df66ad.tar.gz
talos-hostboot-08d472b97829e30de1cc5e1b997bcc6321df66ad.zip
Update Explorer FW Command IDs
Updating the code to be in sync the latest version of the Microsemi Firmware spec (March 2019). Change-Id: I9189be2abf2551f7e7d286eaf87f2c32558db333 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75231 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75356 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/exp_draminit_utils.C')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/exp_draminit_utils.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/exp_draminit_utils.C b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/exp_draminit_utils.C
index 94d67589d..30683e5bb 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/exp_draminit_utils.C
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/exp_draminit_utils.C
@@ -48,7 +48,7 @@ namespace exp
void setup_cmd_params(const uint32_t i_cmd_data_crc, host_fw_command_struct& o_cmd)
{
// Issue full boot mode cmd though EXP-FW REQ buffer
- o_cmd.cmd_id = mss::exp::omi::FW_SPD_DATA_SET;
+ o_cmd.cmd_id = mss::exp::omi::EXP_FW_DDR_PHY_INIT;
o_cmd.cmd_flags = 0;
// TK - Fabricated value need to figure out if we'll be creating req_id tables
OpenPOWER on IntegriCloud