aboutsummaryrefslogtreecommitdiff
path: root/libc/test
diff options
context:
space:
mode:
authorPreeti U Murthy <preeti@linux.vnet.ibm.com>2014-09-25 09:15:04 +0530
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-10-01 14:22:37 +1000
commitc0716fe5caadde0742c821ce7e7b0d3002d71314 (patch)
tree13a3c4c0e2fa884849bef83b77eb594d89f7ec8f /libc/test
parentddbb18ac6d9c789092c52d8499266edb5df78f08 (diff)
downloadskiboot-c0716fe5caadde0742c821ce7e7b0d3002d71314.zip
skiboot-c0716fe5caadde0742c821ce7e7b0d3002d71314.tar.gz
skiboot-c0716fe5caadde0742c821ce7e7b0d3002d71314.tar.bz2
occ/slw: Fix OCC/SLW initialization for power management
When the fast/deep power management modes for the cpu idle states is initialized, bits which are not relevant in this context are also being set. Fix this. Besides this, the EX_PM_GP1 register will be read/written into by the OCC as well. We touch this register during initialization of fast/deep cpuidle modes and during initialization of pstate transitions. The register contents can thus get messed up due to potential race conditions between the OCC and sapphire settings. Hence make use of the AND and OR scoms to do the settings and hence let the hardware take care of the necessary synchronization. We can also get rid of the setting of deep mode during slw_reinit since we enable the required deep winkle mode during slw_init itself. This means effectively removing the slw_prepare_chip() and its children functions. They are no longer useful. Signed-off-by: Preeti U Murthy <preeti@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'libc/test')
0 files changed, 0 insertions, 0 deletions