From a6a2279a1d918e3cdf3173144894087d6dad7b6b Mon Sep 17 00:00:00 2001 From: Glenn Miles Date: Fri, 19 Apr 2019 17:28:59 -0500 Subject: 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 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Christian R. Geddes Reviewed-by: Daniel M. Crowell Reviewed-by: Jennifer A. Stofer --- .../ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H | 8 ++++++++ 1 file changed, 8 insertions(+) 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 @@ -289,6 +289,14 @@ enum cmd_and_response_id EXP_FW_ERROR_LOG_GET = 0x0A, }; +/// +/// @brief Command flag definitions +enum cmd_flags +{ + NO_FLAGS = 0, + ADDITIONAL_DATA = 1, +}; + /// /// @brief Response argument parameters /// -- cgit v1.2.1