diff options
| author | Sangeetha T S <sangeet2@in.ibm.com> | 2015-01-19 23:54:54 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-03-26 08:04:30 -0500 |
| commit | 95978cf38ded9201e9b86c3502647b8a90483845 (patch) | |
| tree | e35922ab32bb2b91d3a24fdb34d006f27fdaeadc /src/usr/hwpf/test | |
| parent | 0d7ec79752556d06069b37de26cd5aa8ea38e1de (diff) | |
| download | talos-hostboot-95978cf38ded9201e9b86c3502647b8a90483845.tar.gz talos-hostboot-95978cf38ded9201e9b86c3502647b8a90483845.zip | |
SW292120: FAPI Files required for RTC 117913
Change-Id: I383d24be201e3a42188278bb667dc074d71e7612
CQ:SW292120
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15232
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com>
Reviewed-by: Sangeetha T S <sangeet2@in.ibm.com>
Tested-by: Sangeetha T S <sangeet2@in.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15248
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/test')
| -rwxr-xr-x | src/usr/hwpf/test/fapiRcTest.C | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/hwpf/test/fapiRcTest.C b/src/usr/hwpf/test/fapiRcTest.C index d5c291400..f82de7c10 100755 --- a/src/usr/hwpf/test/fapiRcTest.C +++ b/src/usr/hwpf/test/fapiRcTest.C @@ -22,7 +22,7 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: fapiRcTest.C,v 1.15 2015-02-02 19:14:33 dcrowell Exp $ +// $Id: fapiRcTest.C,v 1.16 2015/03/18 19:41:51 pragupta Exp $ /** * @file fapiTargetTest.C * @@ -660,10 +660,12 @@ uint32_t rcTest12() l_entries[5].hw_callout.iv_hw = fapi::HwCallouts::MEM_REF_CLOCK; l_entries[5].hw_callout.iv_calloutPriority = fapi::CalloutPriorities::LOW; l_entries[5].hw_callout.iv_refObjIndex = 0xff; + l_entries[5].hw_callout.iv_objPosIndex = 0; l_entries[6].iv_type = fapi::ReturnCode::EI_TYPE_HW_CALLOUT; l_entries[6].hw_callout.iv_hw = fapi::HwCallouts::FLASH_CONTROLLER_PART; l_entries[6].hw_callout.iv_calloutPriority = fapi::CalloutPriorities::LOW; l_entries[6].hw_callout.iv_refObjIndex = 0xff; + l_entries[6].hw_callout.iv_objPosIndex = 0; l_rc.addErrorInfo(l_objects, l_entries, 7); |

