summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Collapse)AuthorAgeFilesLines
* Updates to wofparser toolChris Cain2018-11-162-4/+45
| | | | | | | | | | | Bug fixes and add option to account for unpacked structure on older drivers Change-Id: I0cdb5bdaae4bdc5a2fbeb9ff67f5569765a394f0 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68681 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
* Updates to occtoolp9Chris Cain2018-11-081-23/+100
| | | | | | | | | | | | Poll response: parse CLIP, fix ERRH parsing Parse OCC status for -I option Display all sensor details for -SL option Change-Id: Ie4dba7c46aaef3687c0280d46d2ca5f9794eca15 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68467 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
* Miscellaneous update to occtoolp9Chris Cain2018-08-141-95/+396
| | | | | | | | | Change-Id: I06f9815ae9e8c96d234db376543358739a51a1d3 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/64376 Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Tested-by: Christopher J. Cain <cjcain@us.ibm.com>
* Add WOF parameters to WOF error logsAndres Lugo-Reyes2018-07-231-1/+1
| | | | | | | | | | | Change-Id: I6a2a1b549beb6c6efc2a7435bbd18e704fe8336d RTC:192844 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/62812 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sheldon Bailey <baileysh@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com>
* Update occtoolp9 to handle parsing WOF Reset reason in opal-prdAndres Lugo-Reyes2018-07-131-1/+55
| | | | | | | | | Change-Id: I0eb77ae38408d767e13b21dd6b02c3047d818058 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61904 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com>
* Tool to parse raw WOF hex dataAndres Lugo-Reyes2018-05-314-138/+683
| | | | | | | | | Change-Id: I5ae1c1e20f124bf47226549338aca4a2691f411c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58728 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com>
* Handle redundant power supply policyChris Cain2017-12-011-15/+10
| | | | | | | | | | | | | | | | | | | | When redundant power supply policy is disabled: 1. Skip power capping algorithm when in oversubscription 2. No power brake support (don't set the GPIO to enable the automatic HW power braking) 3. Remove clipping to turbo when in oversubscription Initialize frequency votes to prevent throttling when booted in oversubscription. Allow truncated exception buffer data to be parsed. Change-Id: I4fef673feb0a3d0025e00d8fd219cf4cc24d8685 CQ: SW408974 CQ: SW409666 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50071 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
* Update OCC buildname 9/29Chris Cain2017-09-291-56/+400
| | | | | | | | | Update occtoolp9 Change-Id: I47be0d8ee420dc7c5e25dfa91be1fa7024d7d6d9 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46957 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
* Modify the occ list to accommodate the new BMC control listWael El-Essawy2017-09-071-0/+1
| | | | | | | | Change-Id: I2e16401e62c7cf656c597dfb13b6e9fe924386d6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45496 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
* update the path to the OCC controller objectsWael El-Essawy2017-07-181-1/+1
| | | | | | | | | | | | | This commit is made to match an OBMC code change, where the occ pass through objects were moved from /xyz/openbmc_project/occ/pass_through/occX to /org/open_power/control/occX Change-Id: Ied2bd5b089a73fc8a7f062eb9359c664cad4a7e6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43101 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
* RESTful API interface to the OCC pass through interface.Wael El-Essawy2017-06-301-0/+793
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | rest_api.py -h gives the following output: usage: rest_api.py [-h] [-H HOST_IP] [-i] [-d] [-c] {p,s,q} ... Amester Script utilizing OpenBMC OCC Pass Thru positional arguments: {p,s,q} p get parameter list from OCC s get sensor list from OCC q quit optional arguments: -h, --help show this help message and exit -H HOST_IP, --host_ip HOST_IP hostname or IP of BMC, default is w56 -i, --interactive Run Amester Script in interactive mode -d, --debug print debugging/trace information -c, --csv display sensor/parameter readings in compact csv format Change-Id: Ia203bd91e45f261209db5dc9599a427d193ef828 RTC: 172524 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42064 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Wael El-Essawy <welessa@us.ibm.com>
* Publish OCC tools to help with bringup and debugChris Cain2017-06-282-0/+1442
| | | | | | | | | Change-Id: I6350e87a05be2d6a088a9e0798a25dcead5634d4 RTC: 160567 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42526 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
* Changes For P9 EnablementWilliam Bryan2017-02-151-21/+24
| | | | | | | | | | | Change-Id: I37e8174bcc6e99f602a66cff077ef41ad889b19c RTC:165351 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34949 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
* FFDC parsing toolWilliam Bryan2016-12-152-0/+408
| | | | | | | | | Change-Id: Iada745ba30af2b4d6160770b2e2fc82c15b5d523 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33746 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
* Changes for GCC 4.9 and OPWilliam Bryan2016-10-246-9/+2007
| | | | | | | | Change-Id: I95ddff4b290fcf3eab617a674afc489698c78a1e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31563 Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
* Sensor List Checking & Make ImprovementsWilliam Bryan2016-10-141-0/+98
Change-Id: Id75021aeeb75c8d63b85e8a80bf09646b8bcf215 RTC:160341 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30752 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Wael El-Essawy <welessa@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
OpenPOWER on IntegriCloud