Skip to content

Commit

Permalink
Adds EFD decode updates for 07MAY19 spec updates
Browse files Browse the repository at this point in the history
Change-Id: Ia1727ad2987b8e82c1a21fffe3fadcb24c48e457
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77813
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81013
Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
Tested-by: RAJA DAS <rajadas2@in.ibm.com>
  • Loading branch information
sglancy6 authored and RAJA DAS committed Jul 25, 2019
1 parent b06099d commit 0425da3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
Expand Up @@ -217,11 +217,17 @@ enum generic_ffdc_codes
SET_PRIM_BUS_WIDTH = 0x1069,
SET_PRIM_DIE_COUNT = 0x1070,
SET_DRAM_DENSITY = 0x1071,
SET_SI_RD_VREF_DQ = 0x1075,
SET_CAC_DELAY_A = 0x1076,
SET_CAC_DELAY_B = 0x1077,
EFD_CA_LATENCY_MODE = 0x1080,
EFD_CA_PL_MODE = 0x1081,


// Power thermal functions
POWER_LIMIT = 0x1072,
SLOPE = 1073,
INTERCEPT = 1074,
SLOPE = 0x1073,
INTERCEPT = 0x1074,
};

///
Expand Down

0 comments on commit 0425da3

Please sign in to comment.