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

Go to the source code of this file.

Functions

void mainboard_program_gpios (void)
 

Variables

static const struct soc_amd_gpio gpio_set_stage_ram []
 

Function Documentation

◆ mainboard_program_gpios()

void mainboard_program_gpios ( void  )

Definition at line 154 of file gpio.c.

References ARRAY_SIZE, gpio_configure_pads(), and gpio_set_stage_ram.

Here is the call graph for this function:

Variable Documentation

◆ gpio_set_stage_ram

const struct soc_amd_gpio gpio_set_stage_ram[]
static

Definition at line 1 of file gpio.c.

Referenced by mainboard_program_gpios().