coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <cbmem.h>
#include <console/console.h>
#include <program_loading.h>
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

void main (void)
 

Function Documentation

◆ main()

void main ( void  )

Definition at line 7 of file romstage.c.

References cbmem_initialize_empty(), console_init(), and run_ramstage().

Here is the call graph for this function: