Skip to content

Commit

Permalink
Increase pgpe clip timeout to 500us
Browse files Browse the repository at this point in the history
Change-Id: Ic5284cf38a53af92197f385b74041a8509db2111
CQ:SW427233
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58270
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
  • Loading branch information
aalugore authored and wilbryan committed May 3, 2018
1 parent ba4bad1 commit 8b4877d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/occ_405/occbuildname.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) =

#else

volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) = /*<BuildName>*/ "op_occ_180501a\0" /*</BuildName>*/ ;
volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) = /*<BuildName>*/ "op_occ_180503a\0" /*</BuildName>*/ ;

#endif
2 changes: 1 addition & 1 deletion src/occ_405/pgpe/pgpe_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include "common.h" // For ignore_pgpe_error()

// Maximum waiting time (usec) for clip update IPC task
#define CLIP_UPDATE_TIMEOUT 100 // maximum waiting time (usec) for clip update IPC task
#define CLIP_UPDATE_TIMEOUT 500 // maximum waiting time (usec) for clip update IPC task

extern volatile pstateStatus G_proc_pstate_status;
extern volatile PMCR_OWNER G_proc_pmcr_owner;
Expand Down

0 comments on commit 8b4877d

Please sign in to comment.