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, IT8786E_GPIO)
 
#define SERIAL1_DEV   PNP_DEV(0x2e, IT8786E_SP1)
 
#define SERIAL3_DEV   PNP_DEV(0x2e, IT8786E_SP3)
 
#define SERIAL4_DEV   PNP_DEV(0x2e, IT8786E_SP4)
 
#define SERIAL5_DEV   PNP_DEV(0x2e, IT8786E_SP5)
 
#define SERIAL6_DEV   PNP_DEV(0x2e, IT8786E_SP6)
 

Functions

void bootblock_mainboard_early_init (void)
 

Macro Definition Documentation

◆ GPIO_DEV

#define GPIO_DEV   PNP_DEV(0x2e, IT8786E_GPIO)

Definition at line 7 of file bootblock.c.

◆ SERIAL1_DEV

#define SERIAL1_DEV   PNP_DEV(0x2e, IT8786E_SP1)

Definition at line 8 of file bootblock.c.

◆ SERIAL3_DEV

#define SERIAL3_DEV   PNP_DEV(0x2e, IT8786E_SP3)

Definition at line 9 of file bootblock.c.

◆ SERIAL4_DEV

#define SERIAL4_DEV   PNP_DEV(0x2e, IT8786E_SP4)

Definition at line 10 of file bootblock.c.

◆ SERIAL5_DEV

#define SERIAL5_DEV   PNP_DEV(0x2e, IT8786E_SP5)

Definition at line 11 of file bootblock.c.

◆ SERIAL6_DEV

#define SERIAL6_DEV   PNP_DEV(0x2e, IT8786E_SP6)

Definition at line 12 of file bootblock.c.

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )