diff options
| author | CamVan Nguyen <ctnguyen@us.ibm.com> | 2011-11-21 14:34:09 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-11-29 14:26:26 -0600 |
| commit | bbf8689af866146b80dcc932c72e1fd021056dcf (patch) | |
| tree | abebeafa8d74e9931c9154f6c26a05f53ac9de6e /src/usr/hwpf/plat/fapiPlatUtil.C | |
| parent | cb7b72b8c3ac212bbafe93fed0bd5c0e7f1e3571 (diff) | |
| download | blackbird-hostboot-bbf8689af866146b80dcc932c72e1fd021056dcf.tar.gz blackbird-hostboot-bbf8689af866146b80dcc932c72e1fd021056dcf.zip | |
Support for system and target attributes.
Support for endianness and 32bit platforms.
Miscellaneous changes requested by cronus.
Change-Id: I696ea556a9f35ec88defff217ece0a6c4e6802f3
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/511
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/plat/fapiPlatUtil.C')
| -rw-r--r-- | src/usr/hwpf/plat/fapiPlatUtil.C | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatUtil.C b/src/usr/hwpf/plat/fapiPlatUtil.C index 6abbc1c57..9094a94f6 100644 --- a/src/usr/hwpf/plat/fapiPlatUtil.C +++ b/src/usr/hwpf/plat/fapiPlatUtil.C @@ -21,7 +21,7 @@ // // IBM_PROLOG_END /** - * @file platUtil.C + * @file fapiPlatUtil.C * * @brief Implements the fapiUtil.H utility functions. * @@ -132,8 +132,8 @@ void platSetScanTrace(bool i_enable) //****************************************************************************** // fapiLoadInitFile //****************************************************************************** -fapi::ReturnCode fapiLoadInitFile(const char * i_file, const char *& o_addr, - size_t & o_size) +fapi::ReturnCode fapiLoadInitFile(const fapi::Target & i_Target, + const char * i_file, const char *& o_addr, size_t & o_size) { fapi::ReturnCode l_rc = fapi::FAPI_RC_SUCCESS; errlHndl_t l_pError = NULL; |

