summaryrefslogtreecommitdiffstats
path: root/src/sbefw/app/power
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/app/power')
-rw-r--r--src/sbefw/app/power/chipop_table.C5
-rw-r--r--src/sbefw/app/power/sbecmdgeneric.C3
2 files changed, 7 insertions, 1 deletions
diff --git a/src/sbefw/app/power/chipop_table.C b/src/sbefw/app/power/chipop_table.C
index c0f28da5..3cba24e8 100644
--- a/src/sbefw/app/power/chipop_table.C
+++ b/src/sbefw/app/power/chipop_table.C
@@ -323,6 +323,11 @@ CMD_ARR(
{sbeStashKeyAddrPair,
SBE_PSU_GENERIC_MSG_STASH_MPIPL_CONFIG,
SBE_NO_FENCE,
+ },
+
+ {sbeSecurityListBinDump,
+ SBE_PSU_GENERIC_MSG_SECURITY_LIST_BIN_DUMP,
+ SBE_NO_FENCE,
}
)
diff --git a/src/sbefw/app/power/sbecmdgeneric.C b/src/sbefw/app/power/sbecmdgeneric.C
index 0879ba29..c91ceec4 100644
--- a/src/sbefw/app/power/sbecmdgeneric.C
+++ b/src/sbefw/app/power/sbecmdgeneric.C
@@ -88,7 +88,8 @@ void updatePsuCapabilities(uint32_t * capability)
PSU_SET_FFDC_ADDRESS_SUPPORTED |
PSU_QUISCE_SUPPORTED |
PSU_SET_SYSTEM_FABRIC_ID_MAP_SUPPORTED |
- PSU_STASH_MPIPL_CONFIG_SUPPORTED;
+ PSU_STASH_MPIPL_CONFIG_SUPPORTED |
+ PSU_SECURITY_LIST_BIN_DUMP_SUPPORTED;
capability[PSU_GENERIC_CHIPOP_CAPABILITY_START_IDX+1] =
PSU_RESERVED_7;
OpenPOWER on IntegriCloud