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

Go to the source code of this file.

Macros

#define SERIAL_DEV   PNP_DEV(0x2e, IT8721F_SP1)
 

Functions

void bootblock_mainboard_early_init (void)
 
void get_mb_spd_addrmap (u8 *spd_addrmap)
 

Macro Definition Documentation

◆ SERIAL_DEV

#define SERIAL_DEV   PNP_DEV(0x2e, IT8721F_SP1)

Definition at line 9 of file early_init.c.

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

Definition at line 11 of file early_init.c.

References ite_enable_serial(), and SERIAL_DEV.

Here is the call graph for this function:

◆ get_mb_spd_addrmap()

void get_mb_spd_addrmap ( u8 spd_addrmap)

Definition at line 16 of file early_init.c.