diff options
| author | Elizabeth Liner <eliner@us.ibm.com> | 2015-05-26 16:35:35 -0500 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2015-12-11 13:56:27 -0600 |
| commit | 12bdd1a279cf7913b5da2010c8cbbc7ccfacf0a6 (patch) | |
| tree | 376d9128fcb12ad04438794abbaf06d5005a7d99 /src/include/usr/hwas/hostbootIstep.H | |
| parent | c42a8d760ac7ea3b8529b6ff04d93dc9ac4e0add (diff) | |
| download | talos-hostboot-12bdd1a279cf7913b5da2010c8cbbc7ccfacf0a6.tar.gz talos-hostboot-12bdd1a279cf7913b5da2010c8cbbc7ccfacf0a6.zip | |
P9 - added new HWP's and removed old functions
Change-Id: Id64878834504858e7febf110bf50413ffaca0b73
RTC: 127334
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17966
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwas/hostbootIstep.H')
| -rw-r--r-- | src/include/usr/hwas/hostbootIstep.H | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/include/usr/hwas/hostbootIstep.H b/src/include/usr/hwas/hostbootIstep.H index eb7a775d0..4d1702d5c 100644 --- a/src/include/usr/hwas/hostbootIstep.H +++ b/src/include/usr/hwas/hostbootIstep.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -100,6 +102,16 @@ void* host_discover_targets( void *io_pArgs ); void* host_gard( void *io_pArgs ); /** + * @brief p9_revert_sbe_mcs_setup + * + * Clean up MCS Extent regs + * param[in,out] - pointer to any arguments, usually NULL + * + * return any error logs to istep + */ +void* call_p9_revert_sbe_mcs_setup(void *io_pArgs); + +/** * @brief host_cancontinue_clear Clear deconfigured status * * TBD |

