coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
systemagent.c File Reference
#include <device/device.h>
#include <delay.h>
#include <device/pci.h>
#include <device/pci_ops.h>
#include <intelblocks/systemagent.h>
#include <intelblocks/power_limit.h>
#include <soc/iomap.h>
#include <soc/soc_chip.h>
#include <soc/systemagent.h>
Include dependency graph for systemagent.c:

Go to the source code of this file.

Functions

void soc_add_fixed_mmio_resources (struct device *dev, int *index)
 
void soc_systemagent_init (struct device *dev)
 

Function Documentation

◆ soc_add_fixed_mmio_resources()

◆ soc_systemagent_init()

void soc_systemagent_init ( struct device dev)

Definition at line 47 of file systemagent.c.

References config, config_of_soc, enable_bios_reset_cpl(), enable_power_aware_intr(), mdelay(), MOBILE_SKU_PL1_TIME_SEC, and set_power_limits().

Here is the call graph for this function: