diff options
| author | Marty Gloff <mgloff@us.ibm.com> | 2016-11-08 14:29:38 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-01-04 21:15:44 -0500 |
| commit | 82af686f8456f594ae17409f1e1e70fc55485cd8 (patch) | |
| tree | dfb45ebed75b31efdc09f0e5d248d30c6d0a52a6 /src/include/usr | |
| parent | b2e82859d8551ef4ee4c6e270794b2fd2d5ad3a4 (diff) | |
| download | talos-hostboot-82af686f8456f594ae17409f1e1e70fc55485cd8.tar.gz talos-hostboot-82af686f8456f594ae17409f1e1e70fc55485cd8.zip | |
Bootloader - Error handling - Add terminate function
As a first step to providing Bootloader error handling add support
for a terminate function.
Change-Id: Id4f8f130376d1396cd4feb796d1a3a908558225b
RTC:135746
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32390
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/hbotcompid.H | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H index 278e0af05..7f1c0308e 100644 --- a/src/include/usr/hbotcompid.H +++ b/src/include/usr/hbotcompid.H @@ -405,6 +405,14 @@ const char SIO_COMP_NAME[] = "sio"; const compId_t FAPI2_COMP_ID = 0x3300; const char FAPI2_COMP_NAME[] = "fapi2"; +/** @name HBBL + * Hostboot Bootloader + */ +//@{ +const compId_t HBBL_COMP_ID = 0x3400; +const char HBBL_COMP_NAME[] = "hbbl"; +//@} + /** @name HDAT * HDAT component * @Note HDAT_COMP_ID=0x9000 matches with what @@ -415,7 +423,6 @@ const compId_t HDAT_COMP_ID = 0x9000; const char HDAT_COMP_NAME[] = "hdat"; - /** @name PRDF * PRDF component * @Note PRDF_COMP_ID=0xE500 matches with what |

