coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <arch/stages.h>
#include <soc/sdram.h>
#include <soc/timer.h>
#include <soc/mmu.h>
#include <libbdk-hal/bdk-config.h>
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

void platform_romstage_main (void)
 

Variables

const struct bdk_devicetree_key_value devtree []
 

Function Documentation

◆ platform_romstage_main()

void platform_romstage_main ( void  )

Definition at line 11 of file romstage.c.

References devtree, sdram_init(), soc_mmu_init(), and watchdog_poke().

Here is the call graph for this function:

Variable Documentation

◆ devtree

const struct bdk_devicetree_key_value devtree[]
extern

Definition at line 1 of file bdk_devicetree.c.

Referenced by platform_romstage_main().