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

Go to the source code of this file.

Functions

__weak void platform_romstage_main (void)
 
__weak void platform_romstage_postram (void)
 
void main (void)
 

Function Documentation

◆ main()

void main ( void  )

Definition at line 13 of file romstage.c.

References cbmem_initialize_empty(), console_init(), exception_init(), platform_romstage_main(), platform_romstage_postram(), run_ramstage(), timestamp_add_now(), and TS_ROMSTAGE_START.

Referenced by ramstage_entry(), and stage_entry().

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

◆ platform_romstage_main()

__weak void platform_romstage_main ( void  )

Definition at line 10 of file romstage.c.

Referenced by main().

Here is the caller graph for this function:

◆ platform_romstage_postram()

__weak void platform_romstage_postram ( void  )

Definition at line 11 of file romstage.c.

Referenced by main().

Here is the caller graph for this function: