summaryrefslogtreecommitdiffstats
path: root/src/include/usr/secureboot/containerheader.H
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-02-23 14:44:00 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-08 17:57:03 -0500
commit2e65c884bc76759a6010249036c57c02e1516a36 (patch)
treeab1a5a9f06444c27107513fc0a9cc32564c85f10 /src/include/usr/secureboot/containerheader.H
parente7b1c8518656917f5202f069165d21aafd7a88ad (diff)
downloadtalos-hostboot-2e65c884bc76759a6010249036c57c02e1516a36.tar.gz
talos-hostboot-2e65c884bc76759a6010249036c57c02e1516a36.zip
Rename SecureROM to SecureRomManager
Change-Id: I839daf3fc44e3459a9c6c147703fd671c5ec79a8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36971 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/secureboot/containerheader.H')
-rw-r--r--src/include/usr/secureboot/containerheader.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/usr/secureboot/containerheader.H b/src/include/usr/secureboot/containerheader.H
index cf97a08bd..528fef9d5 100644
--- a/src/include/usr/secureboot/containerheader.H
+++ b/src/include/usr/secureboot/containerheader.H
@@ -30,7 +30,7 @@
#include <securerom/ROM.H>
// Forward Declaration
-class SecureROMTest;
+class SecureRomManagerTest;
namespace SECUREBOOT
{
@@ -234,7 +234,7 @@ class ContainerHeader
void safeMemCpyAndInc(void* i_dest, const uint8_t* &io_hdr,
const size_t i_size);
- friend class ::SecureROMTest;
+ friend class ::SecureRomManagerTest;
};
}; //end of SECUREBOOT namespace
OpenPOWER on IntegriCloud