coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.h File Reference
#include <fsp/api.h>
Include dependency graph for romstage.h:

Go to the source code of this file.

Functions

void mainboard_memory_init_params (FSPM_UPD *mupd)
 
void mainboard_config_gpios (void)
 

Function Documentation

◆ mainboard_config_gpios()

void mainboard_config_gpios ( void  )

Definition at line 70 of file romstage.c.

References ARRAY_SIZE, BIOS_ERR, BIOS_INFO, BIOS_SPEW, bmcinfo_serial(), board_id(), BoardIdHarcuvar, gpio_configure_dnv_pads(), gpio_configure_pads(), harcuvar_gpio_table, NULL, printk, and tagada_gpio_config.

Referenced by mainboard_memory_init_params(), and mainboard_romstage_entry().

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

◆ mainboard_memory_init_params()

void mainboard_memory_init_params ( FSPM_UPD *  mupd)

Definition at line 22 of file romstage.c.