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

Go to the source code of this file.

Macros

#define SERIAL1_DEV   PNP_DEV(0x2e, IT8613E_SP1)
 
#define GPIO_DEV   PNP_DEV(0x2e, IT8613E_GPIO)
 

Functions

void bootblock_mainboard_early_init (void)
 

Macro Definition Documentation

◆ GPIO_DEV

#define GPIO_DEV   PNP_DEV(0x2e, IT8613E_GPIO)

Definition at line 8 of file com_init.c.

◆ SERIAL1_DEV

#define SERIAL1_DEV   PNP_DEV(0x2e, IT8613E_SP1)

Definition at line 7 of file com_init.c.

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

Definition at line 10 of file com_init.c.

References GPIO_DEV, ite_enable_serial(), ite_reg_write(), and SERIAL1_DEV.

Here is the call graph for this function: