coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.c File Reference
#include <commonlib/helpers.h>
#include <soc/bootblock.h>
#include <soc/sysreg.h>
#include <soc/timer.h>
#include <libbdk-arch/bdk-asm.h>
Include dependency graph for bootblock.c:

Go to the source code of this file.

Functions

static void init_sysreg (void)
 
void bootblock_soc_early_init (void)
 
void bootblock_soc_init (void)
 

Function Documentation

◆ bootblock_soc_early_init()

void bootblock_soc_early_init ( void  )

Definition at line 23 of file bootblock.c.

◆ bootblock_soc_init()

void bootblock_soc_init ( void  )

Definition at line 27 of file bootblock.c.

References init_sysreg(), watchdog_poke(), and watchdog_set().

Here is the call graph for this function:

◆ init_sysreg()

static void init_sysreg ( void  )
static

Definition at line 13 of file bootblock.c.

References AP_CVMMEMCTL0_EL1_WBFTOMRGCLRENA, and AP_CVMMEMCTL0_EL1_WBFTONSHENA.

Referenced by bootblock_soc_init().

Here is the caller graph for this function: