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

Go to the source code of this file.

Functions

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

Function Documentation

◆ mainboard_config_gpios()

void mainboard_config_gpios ( void  )

Definition at line 15 of file romstage.c.

References ARRAY_SIZE, BIOS_ERR, BIOS_INFO, BIOS_SPEW, bmcinfo_serial(), gpio_configure_pads(), printk, and tagada_gpio_config.

Here is the call graph for this function:

◆ mainboard_memory_init_params()

void mainboard_memory_init_params ( FSPM_UPD *  mupd)

Definition at line 37 of file romstage.c.

References bmcinfo_fsp_verbosity_level().

Here is the call graph for this function: