Difference between revisions of "OCC"

From RCS Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
   |name=On-Chip Controller
 
   |name=On-Chip Controller
 
   |abbr=OCC
 
   |abbr=OCC
   |desc=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. TDP limits are implemented on the OCC. Supports programmable TDP limits.}}
+
   |desc=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.}}
  
The OCC firmware is loaded at boot as part of the boot process and is open source.
+
OCC firmware is loaded at boot as part of the boot process and is open source.
  
 
==References==
 
==References==
 
* [https://github.com/open-power/occ OCC firmware source code]
 
* [https://github.com/open-power/occ OCC firmware source code]

Revision as of 14:34, 19 December 2017

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.

References