coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ramstage.c File Reference
#include <baseboard/variants.h>
#include <fw_config.h>
#include <soc/soc_chip.h>
Include dependency graph for ramstage.c:

Go to the source code of this file.

Functions

static void ext_vr_update (void)
 
void variant_devtree_update (void)
 

Function Documentation

◆ ext_vr_update()

static void ext_vr_update ( void  )
static

Definition at line 7 of file ramstage.c.

References config_of_soc, soc_intel_jasperlake_config::disable_external_bypass_vr, FW_CONFIG, and fw_config_probe().

Referenced by variant_devtree_update().

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

◆ variant_devtree_update()

void variant_devtree_update ( void  )

Definition at line 14 of file ramstage.c.

References ext_vr_update().

Here is the call graph for this function: