Skip to content

Commit

Permalink
Rename SecureROM to SecureRomManager
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Cprek authored and dcrowell77 committed Mar 8, 2017
1 parent e7b1c85 commit 2e65c88
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 82 deletions.
4 changes: 2 additions & 2 deletions src/include/usr/secureboot/containerheader.H
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <securerom/ROM.H>

// Forward Declaration
class SecureROMTest;
class SecureRomManagerTest;

namespace SECUREBOOT
{
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/include/usr/secureboot/service.H
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ namespace SECUREBOOT
*
* @return errlHndl_t NULL on success
*/
errlHndl_t initializeSecureROM(void);
errlHndl_t initializeSecureRomManager(void);


/** @brief Determines if Secureboot is enabled.
Expand Down
2 changes: 1 addition & 1 deletion src/usr/secureboot/base/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SUBDIRS += test.d
OBJS += service.o
OBJS += settings.o
OBJS += header.o
OBJS += securerom.o
OBJS += securerommgr.o
OBJS += rom_entry.o
OBJS += trustedboot_base.o
OBJS += $(if $(CONFIG_TPMDD),trustedbootMsg.o,)
Expand Down

0 comments on commit 2e65c88

Please sign in to comment.