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/hwp/fapiTestHwp.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/hwp/fapiTestHwp.C')
| -rw-r--r-- | src/usr/hwpf/hwp/fapiTestHwp.C | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/usr/hwpf/hwp/fapiTestHwp.C b/src/usr/hwpf/hwp/fapiTestHwp.C index bedec2702..cf3353187 100644 --- a/src/usr/hwpf/hwp/fapiTestHwp.C +++ b/src/usr/hwpf/hwp/fapiTestHwp.C @@ -38,6 +38,8 @@ * mjjones 09/01/2011 Call toString in InitialTest * mjjones 09/14/2011 Update to scom function name * camvanng 09/28/2011 Added test for initfile + * camvanng 11/16/2011 Change function name + * fapiHwpExecInitFile() * */ @@ -271,19 +273,19 @@ fapi::ReturnCode hwpInitialTest(const fapi::Target & i_chip) #endif // -------------------------------------------------------- - // 9. hwpExecInitFile test + // 9. fapiHwpExecInitFile test // -------------------------------------------------------- //Call Hwp to execute the sample initfile - FAPI_EXEC_HWP(l_rc, hwpExecInitFile, i_chip, "sample.if"); + FAPI_EXEC_HWP(l_rc, fapiHwpExecInitFile, i_chip, "sample.if"); if (l_rc != fapi::FAPI_RC_SUCCESS) { - FAPI_ERR("hwpInitialTest: Error from hwpExecInitFile"); + FAPI_ERR("hwpInitialTest: Error from fapiHwpExecInitFile"); break; } else { - FAPI_INF("hwpInitialTest: hwpExecInitFile passed"); + FAPI_INF("hwpInitialTest: fapiHwpExecInitFile passed"); } } while (0); |

