coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
systemagent.c File Reference
#include <console/console.h>
#include <device/device.h>
#include <delay.h>
#include <device/pci.h>
#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include <intelblocks/power_limit.h>
#include <intelblocks/systemagent.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)
 
uint32_t soc_systemagent_max_chan_capacity_mib (u8 capid0_a_ddrsz)
 

Function Documentation

◆ soc_add_fixed_mmio_resources()

◆ soc_systemagent_init()

◆ soc_systemagent_max_chan_capacity_mib()

uint32_t soc_systemagent_max_chan_capacity_mib ( u8  capid0_a_ddrsz)

Definition at line 108 of file systemagent.c.