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>
5 #include <soc/gpio.h>
6 #include <variant/gpio.h>
7 
9 {
10  const struct pad_config *early_gpio_table;
11  size_t num_gpios = 0;
12 
15 }
16 
18 {
20 }
static const struct pad_config early_gpio_table[]
Definition: gpio_early.c:7
void wilco_ec_early_init(void)
wilco_ec_early_init
Definition: bootblock.c:36
__weak void bootblock_mainboard_init(void)
Definition: bootblock.c:19
__weak void bootblock_mainboard_early_init(void)
Definition: bootblock.c:16
const struct pad_config * variant_early_gpio_table(size_t *num)
Definition: gpio.c:204
void gpio_configure_pads(const struct soc_amd_gpio *gpio_list_ptr, size_t size)
program a particular set of GPIO
Definition: gpio.c:307