coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
early_thermal.c File Reference
#include <device/mmio.h>
#include <device/pci_ops.h>
#include "pch.h"
#include "cpu/intel/model_2065x/model_2065x.h"
#include <cpu/x86/msr.h>
Include dependency graph for early_thermal.c:

Go to the source code of this file.

Functions

void early_thermal_init (void)
 

Function Documentation

◆ early_thermal_init()

void early_thermal_init ( void  )

Definition at line 11 of file early_thermal.c.

References msr_struct::lo, MSR_TEMPERATURE_TARGET, PCI_DEV, pci_read_config32(), pci_write_config32(), rdmsr(), read16(), and write16().

Here is the call graph for this function: