coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio.h File Reference

Go to the source code of this file.

Functions

void variant_configure_early_gpios (void)
 
void variant_configure_gpios (void)
 

Function Documentation

◆ variant_configure_early_gpios()

void variant_configure_early_gpios ( void  )

Definition at line 14 of file gpio_early.c.

References ARRAY_SIZE, early_gpio_table, and gpio_configure_pads().

Here is the call graph for this function:

◆ variant_configure_gpios()

void variant_configure_gpios ( void  )

Definition at line 238 of file gpio.c.

References ARRAY_SIZE, gpio_configure_pads(), and gpio_table.

Referenced by init_mainboard(), mainboard_init(), and mainboard_memory_init_params().

Here is the call graph for this function:
Here is the caller graph for this function: