diff --git a/RTAS/ch_rtas_call_defn.xml b/RTAS/ch_rtas_call_defn.xml
index 6fde3e4..f34d14b 100644
--- a/RTAS/ch_rtas_call_defn.xml
+++ b/RTAS/ch_rtas_call_defn.xml
@@ -18937,7 +18937,27 @@
- >57
+ 58
+
+
+ NVDIMM Secure Erase Command
+
+
+ Sends specified commands to the platform to drive the secure
+ erase and verification of a partition's NVDIMMs.
+
+
+ One byte decimal:
+ 0 = start NVDIMM secure erase
+ 1 = check secure erase status
+
+
+ 2, 5
+
+
+
+
+ >58
Reserved
@@ -18985,6 +19005,17 @@
See .
Further parameters will be defined as required.
+
+
+ To drive an NVDIMM secure erase and verification procedure,
+ Software must 'start' the erase procedure and then continue with
+ repeated 'check' commands for up to a time period required by
+ the platform. The repeated 'check' commands signal the platform
+ to continually monitor the status of the ongoing erase operation
+ which must continue until either the partition receives an
+ 'NVDIMM status change' event notification via RTAS check-exception
+ or the time period is exhausted.
+