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 <cpu/power/spr.h>
Include dependency graph for stages.c:

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 18 of file stages.c.

References _cbmem_top_ptr, ENV_ROMSTAGE_OR_BEFORE, main(), read_spr(), SPR_HRMOR, and write_spr().

Here is the call graph for this function: