summaryrefslogtreecommitdiffstats
path: root/src/sbefw/app/power/sbecmdgeneric.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/app/power/sbecmdgeneric.C')
-rw-r--r--src/sbefw/app/power/sbecmdgeneric.C5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sbefw/app/power/sbecmdgeneric.C b/src/sbefw/app/power/sbecmdgeneric.C
index 4064da29..0879ba29 100644
--- a/src/sbefw/app/power/sbecmdgeneric.C
+++ b/src/sbefw/app/power/sbecmdgeneric.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2018 */
+/* Contributors Listed Below - COPYRIGHT 2015,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -99,7 +99,8 @@ void updateFifoCapabilities(uint32_t * capability)
// Update Capability flags based on lastes spec.
capability[IPL_CAPABILITY_START_IDX] =
EXECUTE_ISTEP_SUPPPORTED |
- SUSPEND_IO_SUPPPORTED;
+ SUSPEND_IO_SUPPPORTED |
+ FLUSH_NVDIMM_SUPPPORTED;
capability[IPL_CAPABILITY_START_IDX+1] =
RESERVED_A1_CAPABILITIES;
OpenPOWER on IntegriCloud