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 <device/pci.h>
#include <intelblocks/systemagent.h>
#include <soc/iomap.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)
 
uint32_t soc_systemagent_max_chan_capacity_mib (u8 capid0_a_ddrsz)
 

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 enable_bios_reset_cpl(), and enable_power_aware_intr().

Here is the call graph for this function:

◆ soc_systemagent_max_chan_capacity_mib()

uint32_t soc_systemagent_max_chan_capacity_mib ( u8  capid0_a_ddrsz)

Definition at line 56 of file systemagent.c.