diff options
| author | Dean Sanner <dsanner@us.ibm.com> | 2017-01-05 11:51:20 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-01-12 11:38:23 -0500 |
| commit | 8f6e6c4e220d3128c0969b93a6f176b3820e3325 (patch) | |
| tree | df95fff36935b90f033f6f70522222e869ad78b9 /src/include | |
| parent | 8a969e59cfa5543ccb963287cd2efc551b534b28 (diff) | |
| download | talos-hostboot-8f6e6c4e220d3128c0969b93a6f176b3820e3325.tar.gz talos-hostboot-8f6e6c4e220d3128c0969b93a6f176b3820e3325.zip | |
Updates to always use HDAT for OPAL
Change-Id: Ie60155466afc0fdf8dc87eca36eae458339f64a1
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34433
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@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')
| -rw-r--r-- | src/include/usr/targeting/common/util.H | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/include/usr/targeting/common/util.H b/src/include/usr/targeting/common/util.H index 1ec88be61..9877a5803 100644 --- a/src/include/usr/targeting/common/util.H +++ b/src/include/usr/targeting/common/util.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2015 */ +/* Contributors Listed Below - COPYRIGHT 2012,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -122,6 +122,14 @@ void clear_hwas_changed_bit(Target * i_target, const HWAS_CHANGED_BIT i_bit); */ bool is_phyp_load( ATTR_PAYLOAD_KIND_type* o_type = NULL ); +/* + * brief Checks if we are loading no payload (PAYLOAD_KIND_NONE) + * @description Looks at both ATTR_PAYLOAD_KIND + * to determine if we are really have no payload + * @return True if No payload will be loaded or started + */ +bool is_no_load( void ); + /** * @brief Utility function to determine if Sapphire is the payload * |

