summaryrefslogtreecommitdiffstats
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-26 00:56:04 -0500
commita6a2279a1d918e3cdf3173144894087d6dad7b6b (patch)
tree00f889468ffb96df0d95a674000c564572a6650a
parent253e6fcf516aadac1b59bd5eb79c8428d3ed7a3f (diff)
downloadtalos-sbe-a6a2279a1d918e3cdf3173144894087d6dad7b6b.tar.gz
talos-sbe-a6a2279a1d918e3cdf3173144894087d6dad7b6b.zip
Add procedures for updating explorer firmware image
Change-Id: I78e5a651f31f97b8df03a9e77d4d28355b96b277 Original-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>
-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 967461dd..cf68d36d 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
@@ -290,6 +290,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