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...
 

Function Documentation

◆ stage_entry()

void stage_entry ( uintptr_t  stage_arg)

generic stage entry point.

override this if board specific code is needed.

Definition at line 20 of file stages.c.

References _cbmem_top_ptr, ENV_ROMSTAGE_OR_BEFORE, and main().

Here is the call graph for this function: