diff options
| author | Jaymes Wilks <mjwilks@us.ibm.com> | 2017-05-24 10:44:49 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-05-31 16:08:46 -0400 |
| commit | e263958ff610eeee6500ef6c08c6ec07fd135afe (patch) | |
| tree | ebd177b22e96fc6eeaba44039687441d079e30f7 /src/usr/pnor/runtime | |
| parent | ddfce1bdb0777724f17eda1559db2a8270912eac (diff) | |
| download | talos-hostboot-e263958ff610eeee6500ef6c08c6ec07fd135afe.tar.gz talos-hostboot-e263958ff610eeee6500ef6c08c6ec07fd135afe.zip | |
Secure WOF data support in HB standalone
Adds secure signing of WOF data for HB standalone and ensures
the section is loaded when needed and available for reuse
more than once during the IPL.
Change-Id: Idd5f611030033ea165cde51ace987fa6847b78e7
RTC:170715
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41172
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@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/usr/pnor/runtime')
| -rw-r--r-- | src/usr/pnor/runtime/rt_pnor.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/pnor/runtime/rt_pnor.C b/src/usr/pnor/runtime/rt_pnor.C index 6a1541721..cde36a487 100644 --- a/src/usr/pnor/runtime/rt_pnor.C +++ b/src/usr/pnor/runtime/rt_pnor.C @@ -62,7 +62,7 @@ errlHndl_t PNOR::getSectionInfo( PNOR::SectionId i_section, } /** - * @brief Write the data for a given sectino into PNOR + * @brief Write the data for a given section into PNOR */ errlHndl_t PNOR::flush( PNOR::SectionId i_section) { |

