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 <variant/gpio.h>
5 
7 
9 {
11 }
__weak void bootblock_mainboard_early_init(void)
Definition: bootblock.c:16
__weak void variant_configure_early_gpios(void)
Definition: bootblock.c:6
const struct smm_save_state_ops *legacy_ops __weak
Definition: save_state.c:8