coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

static void hybrid_graphics_init (sysinfo_t *sysinfo)
 
void get_mb_spd_addrmap (u8 spd_addrmap[4])
 
void mb_pre_raminit_setup (sysinfo_t *sysinfo)
 
void mb_post_raminit_setup (void)
 

Function Documentation

◆ get_mb_spd_addrmap()

void get_mb_spd_addrmap ( u8  spd_addrmap[4])

Definition at line 18 of file romstage.c.

Referenced by mainboard_romstage_entry().

Here is the caller graph for this function:

◆ hybrid_graphics_init()

static void hybrid_graphics_init ( sysinfo_t sysinfo)
static

Definition at line 8 of file romstage.c.

References early_hybrid_graphics(), sysinfo::enable_igd, and sysinfo::enable_peg.

Referenced by mb_pre_raminit_setup().

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

◆ mb_post_raminit_setup()

void mb_post_raminit_setup ( void  )

Definition at line 43 of file romstage.c.

References GPIO_LEVEL_LOW, and set_gpio().

Referenced by mainboard_romstage_entry().

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

◆ mb_pre_raminit_setup()

void mb_pre_raminit_setup ( sysinfo_t sysinfo)

Definition at line 24 of file romstage.c.

References BIOS_DEBUG, CONFIG, sysinfo::enable_igd, sysinfo::enable_peg, get_gpio(), hybrid_graphics_init(), and printk.

Referenced by mainboard_romstage_entry().

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