coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.c File Reference
#include <bootblock_common.h>
#include <soc/eint_event.h>
#include <soc/mmu_operations.h>
#include <soc/pll.h>
#include <soc/tracker_common.h>
#include <soc/wdt.h>
Include dependency graph for bootblock.c:

Go to the source code of this file.

Functions

void bootblock_soc_init (void)
 

Function Documentation

◆ bootblock_soc_init()

void bootblock_soc_init ( void  )

Definition at line 10 of file bootblock.c.

References bustracker_init(), mt_pll_init(), mtk_mmu_init(), mtk_wdt_init(), and unmask_eint_event_mask().

Here is the call graph for this function: