summaryrefslogtreecommitdiffstats
path: root/src/sbefw/app/common/sbecmdgeneric.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/app/common/sbecmdgeneric.C')
-rw-r--r--src/sbefw/app/common/sbecmdgeneric.C10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/sbefw/app/common/sbecmdgeneric.C b/src/sbefw/app/common/sbecmdgeneric.C
index 7c1eb467..3aae2a2e 100644
--- a/src/sbefw/app/common/sbecmdgeneric.C
+++ b/src/sbefw/app/common/sbecmdgeneric.C
@@ -71,6 +71,16 @@ sbeCapabilityRespMsg::sbeCapabilityRespMsg() : capability{}
{
buildTag[idx] = hdr->iv_buildTag[idx];
}
+
+ capability[GENERIC_CAPABILTITY_START_IDX] =
+ HWP_FFDC_COLLECTION_SUPPPORTED |
+ SBE_FFDC_COLLECTION_SUPPPORTED |
+ ADDRESS_BLACKLISTING_SUPPPORTED |
+ FIFO_RESET_SUPPPORTED |
+ HOST_CMD_INTERFACE_SUPPORTED |
+ SP_LESS_MPIPL_SUPPORTED;
+ capability[GENERIC_CAPABILTITY_START_IDX + 1] =
+ RESERVED_GENERIC_CAPABILITIES;
}
// Functions
//----------------------------------------------------------------------------
OpenPOWER on IntegriCloud