coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ramstage.h File Reference
#include <fsp/util.h>
#include <stdint.h>
Include dependency graph for ramstage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void intel_silicon_init (void)
 
void soc_silicon_init_params (SILICON_INIT_UPD *params)
 
void mainboard_silicon_init_params (SILICON_INIT_UPD *params)
 
void soc_display_silicon_init_params (const SILICON_INIT_UPD *old, SILICON_INIT_UPD *new)
 
void load_vbt (SILICON_INIT_UPD *params)
 

Function Documentation

◆ intel_silicon_init()

void intel_silicon_init ( void  )

Definition at line 155 of file ramstage.c.

References fsp_get_fih(), fsp_load(), and fsp_run_silicon_init().

Referenced by soc_init_pre_device().

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

◆ load_vbt()

void load_vbt ( SILICON_INIT_UPD *  params)

Definition at line 12 of file vbt.c.

References acpi_is_wakeup_s3(), BIOS_DEBUG, CONFIG, display_init_required(), hexdump(), locate_vbt(), NULL, params, printk, and vbt_data.

Referenced by fsp_run_silicon_init().

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

◆ mainboard_silicon_init_params()

void mainboard_silicon_init_params ( SILICON_INIT_UPD *  params)

Definition at line 162 of file ramstage.c.

References BCRD2_PMIC_I2C_BUS, mainboard_configure_edp_bridge(), params, and SVID_PMIC_CONFIG.

Referenced by fsp_run_silicon_init().

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

◆ soc_display_silicon_init_params()

void soc_display_silicon_init_params ( const SILICON_INIT_UPD *  old,
SILICON_INIT_UPD *  new 
)

Definition at line 139 of file chip.c.

References BIOS_SPEW, fsp_display_upd_value(), and printk.

Referenced by fsp_run_silicon_init().

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

◆ soc_silicon_init_params()

void soc_silicon_init_params ( SILICON_INIT_UPD *  params)

Definition at line 47 of file chip.c.

References BIOS_DEBUG, BIOS_ERR, board_silicon_USB2_override(), config, config_of(), dev_path(), LPC_DEV, LPC_FUNC, params, pcidev_on_root(), and printk.

Referenced by fsp_run_silicon_init(), and platform_fsp_silicon_init_params_cb().

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