coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
stages.h File Reference
#include <stdint.h>
#include <main_decl.h>
Include dependency graph for stages.h:

Go to the source code of this file.

Functions

void stage_entry (uintptr_t stage_arg)
 generic stage entry point. More...
 
void platform_romstage_main (void)
 
void platform_romstage_postram (void)
 

Function Documentation

◆ platform_romstage_main()

◆ platform_romstage_postram()

void platform_romstage_postram ( void  )

Definition at line 11 of file romstage.c.

Referenced by main().

Here is the caller graph for this function:

◆ stage_entry()

void stage_entry ( uintptr_t  unused)

generic stage entry point.

override this if board specific code is needed.

Definition at line 20 of file stages.c.