Difference between revisions of "OCC"

From RCS Wiki
Jump to navigation Jump to search
m (Add RCS GIT link)
(+Presentation Slides link from OpenPOWER Development Congress San Francisco 2017)
Line 11: Line 11:
 
* [https://github.com/open-power/occ OCC firmware source code (upstream)]
 
* [https://github.com/open-power/occ OCC firmware source code (upstream)]
 
* [https://git.raptorcs.com/git/talos-occ/ OCC firmware source code (Talos II variant)]
 
* [https://git.raptorcs.com/git/talos-occ/ OCC firmware source code (Talos II variant)]
 
+
* [http://developercongress2017.openpowerfoundation.org/wp-content/uploads/2017/05/Part3-On-Chip-Controller-OCC-Tutorial-1.pdf OCC development tutorial presentation - OpenPOWER Development Congress 2017 San Francisco]
 
[[Category:Firmware]]
 
[[Category:Firmware]]

Revision as of 23:04, 18 February 2018

On-Chip Controller (OCC): Auxillary Power ISA microprocessor on OpenPOWER CPUs. Periodically monitors chip workload, power consumption and temperature readings. Transmits temperature readings to the BMC to allow it to set appropriate fan speeds. The OCC implements any applicable power caps and supports programmable TDP limits.

OCC firmware is loaded at boot as part of the boot process and is open source.

The CME, SGPE and PGPE auxillary microprocessors handle various power management responsibilities and are managed by the OCC.

References