summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Miles <milesg@ibm.com>2019-04-19 17:28:59 -0500
committerRAJA DAS <rajadas2@in.ibm.com>2019-07-25 04:11:19 -0500
commitd3157de4c0338bf293f452c0c4e4e6cb9495c8b2 (patch)
treef29653ab187535907368d880e8c40b887cd0637d /src
parent234734a31790273524af276bfd7c92d5a0c97329 (diff)
downloadtalos-sbe-d3157de4c0338bf293f452c0c4e4e6cb9495c8b2.tar.gz
talos-sbe-d3157de4c0338bf293f452c0c4e4e6cb9495c8b2.zip
Add procedures for updating explorer firmware image
Change-Id: I0f92be9711d8fcaf73ffb859ced17404007dd2f4 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76278 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: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81001 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Tested-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H8
1 files changed, 8 insertions, 0 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 aafa80f2..93dfdb09 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
@@ -246,6 +246,14 @@ enum cmd_and_response_id
};
///
+/// @brief Command flag definitions
+enum cmd_flags
+{
+ NO_FLAGS = 0,
+ ADDITIONAL_DATA = 1,
+};
+
+///
/// @brief Response argument parameters
///
enum response_arg
OpenPOWER on IntegriCloud