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/mmu_operations.h>
#include <soc/mt6391.h>
#include <soc/pll.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 9 of file bootblock.c.

References mt6391_init(), mt_pll_init(), mt_pll_post_init(), mtk_mmu_init(), and mtk_wdt_init().

Here is the call graph for this function: