summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib
diff options
context:
space:
mode:
authorBen Gass <bgass@us.ibm.com>2018-08-31 12:42:39 -0500
committerRAJA DAS <rajadas2@in.ibm.com>2019-07-25 03:45:49 -0500
commit0a616016602874248a8d174b75291a3f708bf91f (patch)
treef115ae6af5a539e6a717402e11eade950af2be82 /src/import/chips/ocmb/explorer/procedures/hwp/memory/lib
parent09a9a40daba90debbd3d33829eefb7b7716e5ae0 (diff)
downloadtalos-sbe-0a616016602874248a8d174b75291a3f708bf91f.tar.gz
talos-sbe-0a616016602874248a8d174b75291a3f708bf91f.zip
Adding p9a_get/put_mmio and explorer_inband
p9a_get/put_mmio implements getMMIO and putMMIO via the ADU. explorer_inband implements functions to access MSCC MMIO registers, MSCC RAM space for commands and responses, and IBM scom registers via inband/mmio to Explorer. Change-Id: I7b0213b1cb426b10f2902e06373295986e01cd9b Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65569 Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80967 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/hwp/memory/lib')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
index 803f7a45..ae5b947a 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
@@ -40,8 +40,6 @@ namespace mss
{
namespace exp
{
-namespace i2c
-{
///
/// @brief explorer ffdc codes
@@ -50,8 +48,12 @@ enum ffdc_codes
{
EXP_I2C_GET_FIELD = 0x0000,
EXP_I2C_SET_FIELD = 0x0001,
+ READ_HOST_FW_RESPONSE_STRUCT = 0x0003,
};
+namespace i2c
+{
+
/// @brief List of explorer I2C commands
///
enum cmd_id : uint8_t
@@ -119,7 +121,6 @@ enum boot_stages
FW_UPGRADE_MODE = 0x02,
RUNTIME_FW = 0x03,
};
-
}// i2c
}// exp
}// mss
OpenPOWER on IntegriCloud