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

Go to the source code of this file.

Functions

void maincpu_setup (void)
 

Variables

u32 maincpu_stack_pointer
 
u32 maincpu_entry_point
 

Function Documentation

◆ maincpu_setup()

void maincpu_setup ( void  )

Referenced by clock_cpu0_config().

Here is the caller graph for this function:

Variable Documentation

◆ maincpu_entry_point

u32 maincpu_entry_point
extern

Referenced by clock_cpu0_config().

◆ maincpu_stack_pointer

u32 maincpu_stack_pointer
extern

Referenced by clock_cpu0_config().