From 17113dc888a387a512f942d180a6afb8c6a6ecb7 Mon Sep 17 00:00:00 2001 From: Leonardo Bras Date: Fri, 3 Apr 2020 14:46:44 -0300 Subject: [PATCH] RTAS: Add NVDIMM Protection and Encryption State system parameters Issue: (05/16/2019 01:33:59 PM) Add NVDIMM Protection and Encryption State system parameters Signed-off-by: Leonardo Bras --- RTAS/ch_rtas_call_defn.xml | 42 +++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/RTAS/ch_rtas_call_defn.xml b/RTAS/ch_rtas_call_defn.xml index c77880a..6fde3e4 100644 --- a/RTAS/ch_rtas_call_defn.xml +++ b/RTAS/ch_rtas_call_defn.xml @@ -18897,7 +18897,47 @@ - >55 + 56 + + + NVDIMM Protection State + + + Controls whether or not the platform will copy the contents of a partition's + NVDIMMs to flash on EPOW loss-of-power and other normal power off events. + + + One byte decimal: + 0 = disabled/disarmed + 1 = enabled/armed + + + 2 + + + + + 57 + + + NVDIMM Encryption State + + + Controls whether or not the platform will encrypt the contents of + a partition's NVDIMMs. + + + One byte decimal: + 0 = disabled + 1 = enabled + + + 2 + + + + + >57 Reserved