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/espi.h>
5 #include "ec.h"
6 #include "gpio.h"
7 
9 {
11 
13 }
14 
16 {
18 }
void mainboard_program_early_gpios(void)
Definition: early_gpio.c:32
__weak void bootblock_mainboard_init(void)
Definition: bootblock.c:19
__weak void bootblock_mainboard_early_init(void)
Definition: bootblock.c:16
void chausie_ec_init(void)
Definition: ec.c:54
void espi_switch_to_spi1_pads(void)
Definition: espi_util.c:13