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/gpio.h>
5 
6 #include "brd_gpio_early.h"
7 
9 {
11 }
static const struct pad_config early_gpio_table[]
Definition: gpio_early.c:7
#define ARRAY_SIZE(a)
Definition: helpers.h:12
__weak void bootblock_mainboard_early_init(void)
Definition: bootblock.c:16
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