coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <acpi/acpi.h>
#include <arch/romstage.h>
#include <cf9_reset.h>
#include <console/console.h>
#include <cpu/intel/haswell/haswell.h>
#include <elog.h>
#include <romstage_handoff.h>
#include <soc/me.h>
#include <soc/pm.h>
#include <soc/romstage.h>
#include <southbridge/intel/lynxpoint/lp_gpio.h>
#include <stdint.h>
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

__weak void mainboard_post_raminit (const int s3resume)
 
void mainboard_romstage_entry (void)
 

Function Documentation

◆ mainboard_post_raminit()

__weak void mainboard_post_raminit ( const int  s3resume)

Definition at line 16 of file romstage.c.

Referenced by mainboard_romstage_entry().

Here is the caller graph for this function:

◆ mainboard_romstage_entry()