summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/secureboot/service.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/usr/secureboot/service.H b/src/include/usr/secureboot/service.H
index c8c094fdf..8826fe252 100644
--- a/src/include/usr/secureboot/service.H
+++ b/src/include/usr/secureboot/service.H
@@ -31,6 +31,7 @@
#include <utility>
#include <cstdint>
#include <securerom/sha512.H>
+#include <securerom/ROM.H>
typedef uint8_t SHA512_t[SHA512_DIGEST_LENGTH];
@@ -199,6 +200,12 @@ namespace SECUREBOOT
TARGETING::Target* i_pProc
= TARGETING::MASTER_PROCESSOR_CHIP_TARGET_SENTINEL);
+ /* Defition in securerommgr.H */
+ sbFuncVer_t getSecRomFuncVersion(const sbFuncType_t i_funcType);
+
+ /* Defition in securerommgr.H */
+ uint64_t getSecRomFuncOffset(const sbFuncType_t i_funcType);
+
/**
* @brief Verify Signed Container
*
OpenPOWER on IntegriCloud