Skip to content

Commit

Permalink
Fix exp_draminit phy_params
Browse files Browse the repository at this point in the history
Change-Id: I624caa1310920daf172d6681e7c760442236070f
git-coreq:hostboot:I624caa1310920daf172d6681e7c760442236070f
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78469
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>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81017
Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
Tested-by: RAJA DAS <rajadas2@in.ibm.com>
  • Loading branch information
markypizz authored and RAJA DAS committed Jul 25, 2019
1 parent 98807cd commit 745d871
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Expand Up @@ -69,11 +69,11 @@ enum attr_eff_engine_fields
TSV_8H_SUPPORT = 6,
PSTATES = 7,
MRAM_SUPPORT = 8,
HEIGHT_3DS = 9,
SPD_CL_SUPPORTED = 10,
SPD_CL_SUPPORTED = 9,
ADDRESS_MIRROR = 10,

// Dispatcher set to last enum value
ATTR_EFF_DISPATCHER = SPD_CL_SUPPORTED,
ATTR_EFF_DISPATCHER = ADDRESS_MIRROR,
};

///
Expand Down Expand Up @@ -103,6 +103,7 @@ enum ffdc_codes
READ_CRCT_ENDIAN = 0x0005,
READ_TRAINING_RESPONSE_STRUCT = 0x0006,

SET_EXP_DRAM_ADDRESS_MIRRORING = 0x1040,
SET_BYTE_ENABLES = 0x1041,
SET_NIBBLE_ENABLES = 0x1042,
SET_TAA_MIN = 0x1043,
Expand All @@ -112,9 +113,8 @@ enum ffdc_codes
SET_VREF_DQ_TRAIN_RANGE = 0x1047,
SET_PSTATES = 0x1048,
SET_MRAM_SUPPORT = 0x1049,
SET_3DS_HEIGHT = 0x1050,
SET_SPD_CL_SUPPORTED = 0x1051,
SET_SERDES_FREQ = 0x1052,
SET_SPD_CL_SUPPORTED = 0x1050,
SET_SERDES_FREQ = 0x1051,
};

///
Expand Down
Expand Up @@ -222,6 +222,9 @@ enum generic_ffdc_codes
SET_CAC_DELAY_B = 0x1077,
EFD_CA_LATENCY_MODE = 0x1080,
EFD_CA_PL_MODE = 0x1081,
SET_COL_ADDR_BITS = 0x1082,
SET_ROW_ADDR_BITS = 0x1083,
SET_3DS_HEIGHT = 0x1084,


// Power thermal functions
Expand Down

0 comments on commit 745d871

Please sign in to comment.