coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ramstage.c File Reference
#include <smbios.h>
#include <soc/ramstage.h>
#include <variant/gpio.h>
Include dependency graph for ramstage.c:

Go to the source code of this file.

Functions

void smbios_fill_dimm_locator (const struct dimm_info *dimm, struct smbios_type17 *t)
 
static void mainboard_init (void *chip_info)
 

Variables

struct chip_operations mainboard_ops
 

Function Documentation

◆ mainboard_init()

static void mainboard_init ( void chip_info)
static

Definition at line 24 of file ramstage.c.

References gpio_configure_pads(), gpio_table, and variant_gpio_table().

Here is the call graph for this function:

◆ smbios_fill_dimm_locator()

void smbios_fill_dimm_locator ( const struct dimm_info dimm,
struct smbios_type17 t 
)

Definition at line 8 of file ramstage.c.

References dimm_info::channel_num, smbios_type17::device_locator, smbios_type17::eos, and smbios_add_string().

Here is the call graph for this function:

Variable Documentation

◆ mainboard_ops

struct chip_operations mainboard_ops
Initial value:
= {
.init = mainboard_init,
}
static void mainboard_init(void *chip_info)
Definition: ramstage.c:24

Definition at line 24 of file ramstage.c.