coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <cbmem.h>
#include <console/console.h>
#include <program_loading.h>
#include <soc/soc_services.h>
#include "mmu.h"
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

void main (void)
 

Function Documentation

◆ main()

void main ( void  )

Definition at line 9 of file romstage.c.

References cbmem_initialize_empty(), console_init(), DRAM_INITIALIZED, initialize_dram(), run_ramstage(), and setup_dram_mappings().

Here is the call graph for this function: