diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2017-03-03 15:53:31 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-03-06 13:31:07 -0500 |
| commit | 27f58da788fbcb4d4130d8ddcb91cc7aa1608e84 (patch) | |
| tree | ac57e076870bcfe87abe7c8f20c2e8a701a7fb63 /src/usr/fapi2 | |
| parent | c710ea27fa82434eda5202ee93cfef40fe141fd1 (diff) | |
| download | blackbird-hostboot-27f58da788fbcb4d4130d8ddcb91cc7aa1608e84.tar.gz blackbird-hostboot-27f58da788fbcb4d4130d8ddcb91cc7aa1608e84.zip | |
Move bbuild up to b0302a_1710.910
Need to move forward to pick up some new hw image stuff
Had to disable the p9_platPutRingWRingID_pass test due to an
error.
Change-Id: Ia593d25dc903d4c46eabe4ffc7d4a48f868aa8d1
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37491
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com>
Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2')
| -rw-r--r-- | src/usr/fapi2/test/fapi2HwAccessTest.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/fapi2/test/fapi2HwAccessTest.H b/src/usr/fapi2/test/fapi2HwAccessTest.H index 867f5ac54..13ad13b04 100644 --- a/src/usr/fapi2/test/fapi2HwAccessTest.H +++ b/src/usr/fapi2/test/fapi2HwAccessTest.H @@ -171,6 +171,7 @@ void test_fapi2HwAccess() #ifndef __HOSTBOOT_RUNTIME +#if 0 //@fixme-RTC:170587 //this test should not be run at runtime numTests++; FAPI_INVOKE_HWP(l_errl, p9_platPutRingWRingID_pass); @@ -184,6 +185,8 @@ void test_fapi2HwAccess() } #endif +#endif + numTests++; FAPI_INVOKE_HWP(l_errl, p9_ringtest_getring_fail, fapi2_procTarget); if(l_errl != NULL) |

