coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <bootblock_common.h>
4 #include <soc/mmu.h>
5 #include <soc/clock.h>
6 
8 {
9  clock_init();
10 }
11 
13 {
15 }
void bootblock_soc_early_init(void)
Definition: bootblock.c:20
void bootblock_soc_init(void)
Definition: bootblock.c:27
void clock_init(void)
Definition: clock.c:539
void qcs405_mmu_init(void)
Definition: mmu.c:9