coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <console/console.h>
#include <romstage_handoff.h>
#include <southbridge/intel/common/pmclib.h>
#include <arch/romstage.h>
#include "raminit.h"
#include "x4x.h"
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

__weak void mb_pre_raminit_setup (int s3_resume)
 
void mainboard_romstage_entry (void)
 

Function Documentation

◆ mainboard_romstage_entry()

◆ mb_pre_raminit_setup()

__weak void mb_pre_raminit_setup ( int  s3_resume)

Definition at line 17 of file romstage.c.