summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/base/securerommgr.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/secureboot/base/securerommgr.H')
-rw-r--r--src/usr/secureboot/base/securerommgr.H8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/secureboot/base/securerommgr.H b/src/usr/secureboot/base/securerommgr.H
index bf8812342..b221d2c10 100644
--- a/src/usr/secureboot/base/securerommgr.H
+++ b/src/usr/secureboot/base/securerommgr.H
@@ -97,11 +97,13 @@ class SecureRomManager
void hashConcatBlobs (const blobPair_t &i_blobs, SHA512_t o_buf) const;
/*
- * @brief Getter for private "is valid" variable
+ * @brief Determines if best effort policy is enabled and allowed when
+ * SecureROM is invalid.
+ * Asserts secure rom is valid if bestEffortPolicy is false
*
- * @return bool - True if valid, false otherwise
+ * @return bool - True if enabled, false otherwise
*/
- bool isValid();
+ bool secureRomValidPolicy() const;
/*
* @brief Get offset of function from the start of the SecureROM
OpenPOWER on IntegriCloud