coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
cpu_power_limits Struct Reference

#include <variants.h>

Collaboration diagram for cpu_power_limits:
Collaboration graph

Data Fields

uint16_t mchid
 
u8 cpu_tdp
 
unsigned int pl1_min_power
 
unsigned int pl1_max_power
 
unsigned int pl2_min_power
 
unsigned int pl2_max_power
 
unsigned int pl4_power
 

Detailed Description

Definition at line 39 of file variants.h.

Field Documentation

◆ cpu_tdp

u8 cpu_power_limits::cpu_tdp

Definition at line 41 of file variants.h.

◆ mchid

uint16_t cpu_power_limits::mchid

Definition at line 40 of file variants.h.

◆ pl1_max_power

unsigned int cpu_power_limits::pl1_max_power

Definition at line 43 of file variants.h.

Referenced by variant_update_power_limits().

◆ pl1_min_power

unsigned int cpu_power_limits::pl1_min_power

Definition at line 42 of file variants.h.

Referenced by variant_update_power_limits().

◆ pl2_max_power

unsigned int cpu_power_limits::pl2_max_power

Definition at line 45 of file variants.h.

Referenced by variant_update_power_limits().

◆ pl2_min_power

unsigned int cpu_power_limits::pl2_min_power

Definition at line 44 of file variants.h.

Referenced by variant_update_power_limits().

◆ pl4_power

unsigned int cpu_power_limits::pl4_power

Definition at line 46 of file variants.h.


The documentation for this struct was generated from the following file: