coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void mainboard_program_early_gpios (void)
 
void mainboard_program_gpios (void)
 
void mainboard_program_emmc_gpios (void)
 

Function Documentation

◆ mainboard_program_early_gpios()

void mainboard_program_early_gpios ( void  )

Definition at line 32 of file early_gpio.c.

References ARRAY_SIZE, gpio_configure_pads(), and gpio_set_stage_reset.

Referenced by bootblock_mainboard_early_init().

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

◆ mainboard_program_emmc_gpios()

void mainboard_program_emmc_gpios ( void  )

Definition at line 24 of file emmc_gpio.c.

References ARRAY_SIZE, emmc_gpios, and gpio_configure_pads().

Referenced by mainboard_init().

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

◆ mainboard_program_gpios()

void mainboard_program_gpios ( void  )

Definition at line 24 of file gpio.c.

References ARRAY_SIZE, gpio_configure_pads(), and gpio_set_stage_ram.

Referenced by mainboard_init().

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