coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.c File Reference
Include dependency graph for bootblock.c:

Go to the source code of this file.

Macros

#define GPIO_DEV   PNP_DEV(0x2e, IT8772F_GPIO)
 
#define UART_DEV   PNP_DEV(0x2e, IT8772F_SP1)
 

Functions

void bootblock_mainboard_early_init (void)
 

Macro Definition Documentation

◆ GPIO_DEV

#define GPIO_DEV   PNP_DEV(0x2e, IT8772F_GPIO)

Definition at line 7 of file bootblock.c.

◆ UART_DEV

#define UART_DEV   PNP_DEV(0x2e, IT8772F_SP1)

Definition at line 8 of file bootblock.c.

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

Definition at line 10 of file bootblock.c.

References GPIO_DEV, ite_conf_clkin(), ite_enable_3vsbsw(), ite_enable_serial(), ite_kill_watchdog(), ITE_UART_CLK_PREDIVIDE_24, and UART_DEV.

Here is the call graph for this function: