coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <arch/cache.h>
#include <arch/exception.h>
#include <cbmem.h>
#include <console/console.h>
#include <reset.h>
#include <program_loading.h>
#include <soc/addressmap.h>
#include <soc/cache.h>
#include <soc/clk_rst.h>
#include <soc/clock.h>
#include <soc/display.h>
#include <soc/early_configs.h>
#include <soc/nvidia/tegra/i2c.h>
#include <soc/nvidia/tegra124/chip.h>
#include <soc/power.h>
#include <soc/sdram.h>
#include <symbols.h>
#include <timestamp.h>
#include "sdram_configs.h"
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

static void romstage (void)
 
void main (void)
 

Function Documentation

◆ main()

void main ( void  )

Definition at line 78 of file romstage.c.

References romstage().

Here is the call graph for this function:

◆ romstage()