summaryrefslogtreecommitdiffstats
path: root/src/bootloader
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-11-29 15:44:23 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-12-12 17:06:11 -0500
commitd527220c6ffe651548c3e002e0d473492c37ad27 (patch)
tree92f14865096743a03edaf2bb8575256d824d4bab /src/bootloader
parentba9cad2c031bcf85fd34f8f3e8c477d38ed1db71 (diff)
downloadtalos-hostboot-d527220c6ffe651548c3e002e0d473492c37ad27.tar.gz
talos-hostboot-d527220c6ffe651548c3e002e0d473492c37ad27.zip
Add component ID check for Master Container Lid Processing
Change-Id: Ie6d99d6f67f09861f0d09c8432cf90abc27400b8 RTC: 181848 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50156 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/bootloader')
-rw-r--r--src/bootloader/bootloader.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bootloader/bootloader.C b/src/bootloader/bootloader.C
index 745e33c5d..7f29bed7d 100644
--- a/src/bootloader/bootloader.C
+++ b/src/bootloader/bootloader.C
@@ -188,7 +188,7 @@ namespace Bootloader{
* @param[in] i_pComponentId Reference component ID to compare to. Must
* not be nullptr or function will assert.
*/
- void verifyComponent(
+ void verifyComponentId(
const void* const i_pHeader,
const char* const i_pComponentId)
{
@@ -382,7 +382,7 @@ namespace Bootloader{
BOOTLOADER_TRACE(BTLDR_TRC_MAIN_VERIFY_SUCCESS);
- verifyComponent(i_pContainer,
+ verifyComponentId(i_pContainer,
PNOR::SectionIdToString(PNOR::HB_BASE_CODE));
}
#endif
OpenPOWER on IntegriCloud