Skip to content

Commit

Permalink
Adds explorer training response display functions
Browse files Browse the repository at this point in the history
Change-Id: I6a68cfaa50aaf922f07bc63b414ff5b0e555161a
Original-Change-Id: I2e5c8ef08cda7abf83a322d2a3b0e01de2aaee41
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71902
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
  • Loading branch information
sglancy6 authored and Raja Das committed Jul 26, 2019
1 parent eb69df4 commit 135ec66
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Expand Up @@ -118,6 +118,16 @@ enum ecid_consts
REG_BIT_OFFSET = 32,
};

///
/// @brief generic explorer constants
///
enum generic_consts
{
// Number of DRAM for x4 vs x8
EXP_NUM_DRAM_X4 = 20,
EXP_NUM_DRAM_X8 = 10,
};

namespace i2c
{

Expand Down
Expand Up @@ -543,6 +543,7 @@ enum class throttle_type
};



///
/// @brief Trait classes for mc_type
/// @tparam MC the mc_type
Expand Down

0 comments on commit 135ec66

Please sign in to comment.