Skip to content

Commit

Permalink
Disable generic and isntruction control on DD1
Browse files Browse the repository at this point in the history
Disabling generic and instruction control chip ops on DD1
to reclaim pibmem

Change-Id: Id5ee5c7669ffbba8ffca6e580c7516d2339ed74a
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51759
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
Shakeebbk authored and sgupta2m committed Jan 12, 2018
1 parent 633cc43 commit 7843b72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sbefw/app/power/chipop_table.C
Expand Up @@ -145,6 +145,7 @@ CMD_ARR(
}
)

#ifdef DD2
//////////////////////////////////////////////////////////////
// @brief g_sbeInstructionCntlCmdArray
//
Expand All @@ -156,6 +157,7 @@ CMD_ARR(
HARDWARE_FENCED_STATE,
}
)
#endif

//////////////////////////////////////////////////////////////
// @brief g_sbeRegAccessCmdArray
Expand Down Expand Up @@ -284,6 +286,7 @@ CMD_ARR(
}
)

#ifdef DD2
//////////////////////////////////////////////////////////////
// @brief g_sbePsuGenericCmdArray
//
Expand Down Expand Up @@ -315,6 +318,7 @@ CMD_ARR(
SBE_NO_FENCE,
}
)
#endif

// Mandatory macro inclusion
CMD_CLASS_DEFAULT_INTIALISATION

0 comments on commit 7843b72

Please sign in to comment.