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

Go to the source code of this file.

Functions

void bootblock_mainboard_early_init (void)
 
void bootblock_mainboard_init (void)
 

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

Definition at line 10 of file bootblock.c.

References program_early_gpio_pads().

Here is the call graph for this function:

◆ bootblock_mainboard_init()

void bootblock_mainboard_init ( void  )

Definition at line 18 of file bootblock.c.

References BIOS_INFO, gpio_get(), GPP_K12, GPP_K13, GPP_K14, GPP_K16, and printk.

Here is the call graph for this function: