diff options
| author | Mike Baiocchi <baiocchi@us.ibm.com> | 2013-10-31 08:28:19 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-12-09 14:00:07 -0600 |
| commit | 3bfa2578d39f21a38a7d206d7b2c004a6e47b4c5 (patch) | |
| tree | a2819185b33f6823fd8fb57a960a3a1f8cb58da9 /src/usr/secureboot/base | |
| parent | 7d1bbf71c30e8357e338fc4dda6b1f2547598153 (diff) | |
| download | blackbird-hostboot-3bfa2578d39f21a38a7d206d7b2c004a6e47b4c5.tar.gz blackbird-hostboot-3bfa2578d39f21a38a7d206d7b2c004a6e47b4c5.zip | |
Restart IPL after SBE Update
Along with some SBE Update improvements, this commit adds
additional code to re-IPL the system after an SBE Update has
taken place. NOTE: Full SBE Update code path to be
enabled with RTC 89503.
Change-Id: I6beaee026d3fc6aaa76bfc7ca387d6765754f0c3
RTC: 47033
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6986
Tested-by: Jenkins Server
Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/secureboot/base')
| -rw-r--r-- | src/usr/secureboot/base/securerom.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/secureboot/base/securerom.H b/src/usr/secureboot/base/securerom.H index b42145b6d..dac2b6949 100644 --- a/src/usr/secureboot/base/securerom.H +++ b/src/usr/secureboot/base/securerom.H @@ -95,7 +95,6 @@ extern "C" // Interfaces for Assembly Functions to call into Secure ROM // - 1st parameter is address of function offset into Secure ROM, // followed by additional parameters as necssary -// MAB: void* call_rom_entry(void*, void*, void*, void*); ROM_response call_rom_verify(void*, ROM_container_raw*, ROM_hw_params*); void call_rom_SHA512(void*, const sha2_byte *, size_t, sha2_hash_t*); |

