aboutsummaryrefslogtreecommitdiff
path: root/hw/occ.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-06occ: Add POWER10 supportVaidyanathan Srinivasan1-11/+161
2021-07-19powercap: occ: Set occ_set_powercap as const attributePratik R. Sampat1-1/+1
2020-06-03occ: Fix false negatives in wait_for_all_occ_init()Gautham R. Shenoy1-30/+147
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2019-12-16occ sensors: make endian-cleanNicholas Piggin1-23/+23
2019-12-16opal-msg: endian fixes for opal-msg.c and opal_queue_msg callersNicholas Piggin1-2/+4
2019-11-11Remove dead POWER7 codeNicholas Piggin1-6/+2
2019-08-02occ: Add pstate corresponding to base frequency to DTShilpasri G Bhat1-0/+2
2019-07-26SPDX-ify all skiboot codeStewart Smith1-13/+5
2019-06-24Move core/hostservices.c to platforms/ibm-fsp/Stewart Smith1-1/+0
2019-06-24Split FSP OCC code out into hw/fsp/Stewart Smith1-387/+1
2019-06-03opal-msg: Pass parameter size to _opal_queue_msg()Vasant Hegde1-7/+9
2019-06-03opal-msg: Pass return value to callback handlerVasant Hegde1-2/+2
2019-05-20occ-sensors: Check if OCC is reset while reading inband sensorsShilpasri G Bhat1-0/+5
2019-05-15xscom: move more register definitions into processor-specific includesNicholas Piggin1-0/+1
2019-03-15fast-reboot: occ: Remove 'freq-domain-mask' from fast-reboot pathShilpasri G Bhat1-43/+42
2019-02-25power-mgmt : occ : Add 'freq-domain-mask' DT propertyAbhishek Goel1-0/+24
2019-02-25powercap: occ: Fix the powercapping range allowed for userShilpasri G Bhat1-8/+22
2018-09-17occ: Wait if OCC GPU presence status not immediately availableAndrew Donnellan1-3/+13
2018-07-04occ: sensors: Fix the size of the phandle array 'sensors' in DTShilpasri G Bhat1-2/+2
2018-07-03occ: Update Dynamic Data comment block with new GPU presence fieldsAndrew Donnellan1-0/+5
2018-06-27occ: Add support for GPU presence detectionAndrew Donnellan1-3/+20
2018-06-27occ: Move occ declarations into occ.hAndrew Donnellan1-1/+1
2018-05-06occ: Use major version number while checking the pstate table formatShilpasri G Bhat1-24/+23
2018-04-11occ: sensors-groups: Add DT properties to mark HWMON sensor groupsShilpasri G Bhat1-3/+14
2018-03-27fast-reboot: occ: Only delete /ibm, opal/power-mgt nodes if they existCyril Bur1-5/+7
2018-03-27occ: Set up OCC messaging even if we fail to setup pstatesStewart Smith1-8/+21
2018-02-28fast-reboot: occ: Delete OCC child nodes in /ibm, opal/power-mgtShilpasri G Bhat1-1/+5
2018-02-21sensor-groups: occ: Add support to disable/enable sensor groupShilpasri G Bhat1-15/+122
2018-02-13hw/occ: Fix fast-reboot crash in P8 platforms.Pridhiviraj Paidipeddi1-0/+2
2018-02-08fast-boot: occ: Re-parse the pstate table during fast-bootShilpasri G Bhat1-2/+21
2017-12-14opal-prd: occ: Add support for runtime OCC load/start in ZZShilpasri G Bhat1-10/+52
2017-12-14opal-prd: Add support for runtime OCC reset in ZZShilpasri G Bhat1-1/+50
2017-12-01hw/occ: Log proper SCOM register namesPridhiviraj Paidipeddi1-3/+3
2017-11-30sensors: Fix dtc warning for new occ inband sensors.Pridhiviraj Paidipeddi1-0/+1
2017-11-30hw/occ: Fix psr cpu-to-gpu sensors node dtc warning.Pridhiviraj Paidipeddi1-0/+3
2017-11-20OCC: Increase max pstate check on P9 to 255Stewart Smith1-4/+6
2017-08-11sensor-groups : occ: Add 'ops' DT propertyShilpasri G Bhat1-0/+1
2017-07-28sensors: occ: Add support to clear sensor groupsShilpasri G Bhat1-0/+77
2017-07-28psr: occ: Add support to change power-shifting-ratioShilpasri G Bhat1-0/+95
2017-07-28powercap: occ: Add a generic powercap frameworkShilpasri G Bhat1-2/+117
2017-07-28occ: Add support for OPAL-OCC command/response interfaceShilpasri G Bhat1-4/+415
2017-07-04hw/occ: remove dead codeStewart Smith1-5/+2
2017-07-04hw/occ: explicitly document fallthroughStewart Smith1-0/+1
2017-06-15occ: Set return variable to correct valueCyril Bur1-0/+1
2017-06-08platform/zz: Acknowledge OCC_LOAD mbox message in ZZShilpasri G Bhat1-2/+15
2017-06-06p8-i2c: occ: Add support for OCC to use I2C enginesShilpasri G Bhat1-0/+4
2017-05-31occ: Skip setting cores to nominal frequency in P9Shilpasri G Bhat1-5/+8
2017-05-31occ: Fix Pstate ordering for P9Shilpasri G Bhat1-168/+504
2017-04-12occ/irq: Fix SCOM address and irq reasons for P9 OCCShilpasri G Bhat1-13/+72