Skip to content

Commit

Permalink
Add procedures for updating explorer firmware image
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
milesg-github authored and RAJA DAS committed Jul 25, 2019
1 parent 234734a commit d3157de
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -245,6 +245,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
///
Expand Down

0 comments on commit d3157de

Please sign in to comment.