coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <option.h>
#include <stdint.h>
#include <string.h>
#include <assert.h>
#include <spd_bin.h>
#include <soc/romstage.h>
#include <fsp/soc_binding.h>
#include <pc80/mc146818rtc.h>
#include <variant.h>
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

void mainboard_memory_init_params (FSPM_UPD *mupd)
 

Variables

static const u16 rcomp_resistors [3] = { 121, 75, 100 }
 
static const u16 rcomp_targets [5] = { 50, 26, 20, 20, 26 }
 

Function Documentation

◆ mainboard_memory_init_params()

void mainboard_memory_init_params ( FSPM_UPD *  mupd)

Variable Documentation

◆ rcomp_resistors

const u16 rcomp_resistors[3] = { 121, 75, 100 }
static

Definition at line 14 of file romstage.c.

Referenced by mainboard_memory_init_params().

◆ rcomp_targets

const u16 rcomp_targets[5] = { 50, 26, 20, 20, 26 }
static

Definition at line 17 of file romstage.c.

Referenced by mainboard_memory_init_params().