summaryrefslogtreecommitdiffstats
path: root/src/usr/scom/preopchecks.C
Commit message (Collapse)AuthorAgeFilesLines
* Fix indirect scoms at runtime under OpalDan Crowell2018-05-241-1/+13
| | | | | | | | | | | | | | | | | | | | | A recent change centralized some error checking code and in the process broke indirect scoms under Opal. There is a difference of behavior between Opal and Phyp for these kinds of addresses. In Phyp, HBRT does all of the translation into physical addresses. In Opal, we send the complete 64-bit address to Opal for them to handle it, therefore we need to allow it through our scom code. Resolves boston-openpower/#1293 Change-Id: I652106ed36dbfa3d2abcffd5fbf0d93f51bb631e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59156 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
* Add ibscom runtime supportCorey Swenson2018-04-021-0/+150
- Add ibscom runtime files - Make ibscom multicast workaround common - Call from ibscom rt_ibscom - Make scom sanity check common - Call from xscom rt_xscom ibscom rt_ibscom RTC:190144 Change-Id: Ia52feac596ff6b6c8fb9f0db4493f35e4ee837af Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56215 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
OpenPOWER on IntegriCloud