coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <arch/romstage.h>
#include <cbmem.h>
#include <console/console.h>
#include <fsp/util.h>
#include <intelblocks/cfg.h>
#include <intelblocks/cse.h>
#include <intelblocks/pmclib.h>
#include <intelblocks/smbus.h>
#include <intelblocks/thermal.h>
#include <intelbasecode/debug_feature.h>
#include <memory_info.h>
#include <soc/intel/common/smbios.h>
#include <soc/iomap.h>
#include <soc/pm.h>
#include <soc/romstage.h>
#include <soc/soc_chip.h>
#include <cpu/intel/cpu_ids.h>
#include <timestamp.h>
#include <string.h>
Include dependency graph for romstage.c:

Go to the source code of this file.

Macros

#define FSP_SMBIOS_MEMORY_INFO_GUID
 

Functions

bool skip_cse_sub_part_update (void)
 
static void save_dimm_info (void)
 
void mainboard_romstage_entry (void)
 

Macro Definition Documentation

◆ FSP_SMBIOS_MEMORY_INFO_GUID

#define FSP_SMBIOS_MEMORY_INFO_GUID
Value:
{ \
0xd4, 0x71, 0x20, 0x9b, 0x54, 0xb0, 0x0c, 0x4e, \
0x8d, 0x09, 0x11, 0xcf, 0x8b, 0x9f, 0x03, 0x23 \
}

Definition at line 23 of file romstage.c.

Function Documentation

◆ mainboard_romstage_entry()

◆ save_dimm_info()

static void save_dimm_info ( void  )
static

◆ skip_cse_sub_part_update()

bool skip_cse_sub_part_update ( void  )

Definition at line 29 of file romstage.c.

References cpu_get_cpuid(), and CPUID_ALDERLAKE_K0.

Referenced by cse_sub_part_fw_update().

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