coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
early_init.c File Reference
#include <device/mmio.h>
#include <device/pci_ops.h>
#include <device/pci_def.h>
#include <soc/iomap.h>
#include <soc/pci_devs.h>
#include <soc/romstage.h>
#include <soc/systemagent.h>
Include dependency graph for early_init.c:

Go to the source code of this file.

Functions

static void broadwell_setup_bars (void)
 
void systemagent_early_init (void)
 

Function Documentation

◆ broadwell_setup_bars()

static void broadwell_setup_bars ( void  )
static

Definition at line 11 of file early_init.c.

References DMIBAR, EDRAM_BASE_ADDRESS, EDRAMBAR, EPBAR, GDXC_BASE_ADDRESS, GDXCBAR, HOST_BRIDGE, MCHBAR, mchbar_write32(), PAM0, PAM1, PAM2, PAM3, PAM4, PAM5, PAM6, pci_write_config32(), and pci_write_config8().

Referenced by systemagent_early_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ systemagent_early_init()