diff options
| author | Stephen M. Cprek <smcprek@us.ibm.com> | 2017-04-11 17:50:23 -0400 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-04-12 10:20:02 -0400 |
| commit | de498002f6503cccc046b1c4b4288316b48237e4 (patch) | |
| tree | da4c368331a29b6311905ec0d5e1fadaacf1c560 /src/usr/sbe | |
| parent | e9c91c9d51b90d2fbc94e64d8fe8a109fcb3cbbc (diff) | |
| download | blackbird-hostboot-de498002f6503cccc046b1c4b4288316b48237e4.tar.gz blackbird-hostboot-de498002f6503cccc046b1c4b4288316b48237e4.zip | |
Revert "Add header to and verify Hostboot Bootloader for sbe update"
This reverts commit a7bf050d4ddba121d7502939fc0c4ce517ef8e42.
Change-Id: I95ddfe544cc537fcc847990dc9f85eec8f2912a1
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39131
Tested-by: Jenkins Server <pfd-jenkins+hostboot@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/usr/sbe')
| -rw-r--r-- | src/usr/sbe/sbe_update.C | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/usr/sbe/sbe_update.C b/src/usr/sbe/sbe_update.C index 9a1a38ce3..3b333459e 100644 --- a/src/usr/sbe/sbe_update.C +++ b/src/usr/sbe/sbe_update.C @@ -1844,7 +1844,6 @@ namespace SBE } const void* hbblPnorPtr = reinterpret_cast<const void*>( pnorInfo.vaddr); - // Use max hbbl size and not the PNOR size. The PNOR size can grow // to add a secure header, but the code size limit is still 20K. TRACFCOMP( g_trac_sbe, "getSbeInfoState() - " @@ -3647,16 +3646,6 @@ namespace SBE break; } - // Load the Bootloader PNOR section into secure memory -#ifdef CONFIG_SECUREBOOT - err = loadSecureSection(PNOR::HB_BOOTLOADER); - if(err) - { - TRACFCOMP( g_trac_sbe, ERR_MRK,"createSbeImageVmmSpace() - Error from loadSecureSection(PNOR::HB_BOOTLOADER)"); - break; - } -#endif - }while(0); TRACDCOMP( g_trac_sbe, @@ -3743,16 +3732,6 @@ namespace SBE PNOR::flush( PNOR::SBE_IPL ); - // Unload the Bootloader PNOR section from secure memory -#ifdef CONFIG_SECUREBOOT - err = unloadSecureSection(PNOR::HB_BOOTLOADER); - if (err) - { - TRACFCOMP( g_trac_sbe, ERR_MRK,"cleanupSbeImageVmmSpace() - Error from unloadSecureSection(PNOR::HB_BOOTLOADER)"); - break; - } -#endif - }while(0); |

