coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.c File Reference
#include <arch/bootblock.h>
#include <assert.h>
#include <device/pci_ops.h>
#include <types.h>
#include "sandybridge.h"
Include dependency graph for bootblock.c:

Go to the source code of this file.

Functions

static uint32_t encode_pciexbar_length (void)
 
void bootblock_early_northbridge_init (void)
 

Function Documentation

◆ bootblock_early_northbridge_init()

void bootblock_early_northbridge_init ( void  )

Definition at line 20 of file bootblock.c.

References encode_pciexbar_length(), HOST_BRIDGE, pci_io_write_config32(), and PCIEXBAR.

Here is the call graph for this function:

◆ encode_pciexbar_length()

static uint32_t encode_pciexbar_length ( void  )
static

Definition at line 10 of file bootblock.c.

References dead_code_t.

Referenced by bootblock_early_northbridge_init().

Here is the caller graph for this function: