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-or-later */
2 
3 #include <baseboard/gpio.h>
4 #include <baseboard/variants.h>
5 #include <bootblock_common.h>
6 
8 {
10 }
void variant_configure_early_gpio_pads(void)
Definition: early_gpio.c:117
__weak void bootblock_mainboard_early_init(void)
Definition: bootblock.c:16