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

Go to the source code of this file.

Functions

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

Function Documentation

◆ stage_entry()

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