coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio_early.c File Reference
#include <mainboard/gpio.h>
#include <soc/gpio.h>
Include dependency graph for gpio_early.c:

Go to the source code of this file.

Functions

void mainboard_configure_early_gpios (void)
 

Variables

static const struct pad_config early_gpio_table []
 

Function Documentation

◆ mainboard_configure_early_gpios()

void mainboard_configure_early_gpios ( void  )

Definition at line 19 of file gpio_early.c.

Variable Documentation

◆ early_gpio_table

const struct pad_config early_gpio_table[]
static
Initial value:
= {
PAD_CFG_NF(GPP_A1, NONE, DEEP, NF1),
PAD_CFG_NF(GPP_A2, NONE, DEEP, NF1),
PAD_CFG_NF(GPP_A3, NONE, DEEP, NF1),
PAD_CFG_NF(GPP_A4, NONE, DEEP, NF1),
PAD_CFG_NF(GPP_A5, NONE, DEEP, NF1),
PAD_CFG_NF(GPP_A6, NONE, DEEP, NF1),
PAD_CFG_NF(GPP_A8, NONE, DEEP, NF1),
PAD_CFG_NF(GPP_A9, NONE, DEEP, NF1),
PAD_CFG_NF(GPP_A10, NONE, DEEP, NF1),
}
#define GPP_A4
#define GPP_A5
#define GPP_A2
#define GPP_A6
#define GPP_A3
#define GPP_A10
#define GPP_A8
#define GPP_A1
#define GPP_A9
#define PAD_CFG_NF(pad, pull, rst, func)
Definition: gpio_defs.h:197

Definition at line 1 of file gpio_early.c.

Referenced by mainboard_configure_early_gpios().