coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <arch/exception.h>
#include <arch/stages.h>
#include <cbmem.h>
#include <console/console.h>
#include <lib.h>
#include <program_loading.h>
#include <soc/addressmap.h>
#include <soc/ccplex.h>
#include <soc/clock.h>
#include <soc/sdram.h>
#include <soc/sdram_configs.h>
#include <soc/romstage.h>
#include <soc/nvidia/tegra/apbmisc.h>
#include <symbols.h>
#include <vendorcode/google/chromeos/chromeos.h>
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

void __weak romstage_mainboard_init (void)
 
void romstage (void)
 
void platform_prog_run (struct prog *prog)
 

Function Documentation

◆ platform_prog_run()

void platform_prog_run ( struct prog prog)

Definition at line 72 of file romstage.c.

References ccplex_cpu_start(), checkstack(), clock_halt_avp(), and prog_entry().

Here is the call graph for this function:

◆ romstage()

◆ romstage_mainboard_init()

void __weak romstage_mainboard_init ( void  )

Definition at line 19 of file romstage.c.