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 <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 <string.h>
Include dependency graph for romstage.c:

Go to the source code of this file.

Macros

#define FSP_SMBIOS_MEMORY_INFO_GUID
 

Functions

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 19 of file romstage.c.

Function Documentation

◆ mainboard_romstage_entry()

void mainboard_romstage_entry ( void  )

◆ save_dimm_info()

static void save_dimm_info ( void  )
static