coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
OemCustomize.c File Reference
#include <AGESA.h>
#include <northbridge/amd/agesa/state_machine.h>
#include "gpio_ftns.h"
Include dependency graph for OemCustomize.c:

Go to the source code of this file.

Functions

void board_BeforeInitEarly (struct sysinfo *cb, AMD_EARLY_PARAMS *InitEarly)
 
void board_BeforeInitPost (struct sysinfo *cb, AMD_POST_PARAMS *Post)
 

Variables

static const PCIe_PORT_DESCRIPTOR PortList []
 
static const PCIe_COMPLEX_DESCRIPTOR PcieComplex
 

Function Documentation

◆ board_BeforeInitEarly()

void board_BeforeInitEarly ( struct sysinfo cb,
AMD_EARLY_PARAMS *  InitEarly 
)

Definition at line 77 of file OemCustomize.c.

References PcieComplex.

◆ board_BeforeInitPost()

void board_BeforeInitPost ( struct sysinfo cb,
AMD_POST_PARAMS *  Post 
)

Definition at line 84 of file OemCustomize.c.

References get_spd_offset().

Here is the call graph for this function:

Variable Documentation

◆ PcieComplex

const PCIe_COMPLEX_DESCRIPTOR PcieComplex
static
Initial value:
= {
.Flags = DESCRIPTOR_TERMINATE_LIST,
.SocketId = 0,
.PciePortList = PortList,
.DdiLinkList = NULL,
}
static const PCIe_PORT_DESCRIPTOR PortList[]
Definition: OemCustomize.c:8
#define NULL
Definition: stddef.h:19

Definition at line 70 of file OemCustomize.c.

Referenced by board_BeforeInitEarly().

◆ PortList

const PCIe_PORT_DESCRIPTOR PortList[]
static

Definition at line 8 of file OemCustomize.c.