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_R2   PNP_DEV(0x2e, NCT6776_SP1)
 
#define SERIAL_DEV_R1   PNP_DEV(0x2e, W83627DHG_SP1)
 

Functions

void bootblock_mainboard_early_init (void)
 
void mb_get_spd_map (u8 spd_map[4])
 

Macro Definition Documentation

◆ SERIAL_DEV_R1

#define SERIAL_DEV_R1   PNP_DEV(0x2e, W83627DHG_SP1)

Definition at line 13 of file early_init.c.

◆ SERIAL_DEV_R2

#define SERIAL_DEV_R2   PNP_DEV(0x2e, NCT6776_SP1)

Definition at line 12 of file early_init.c.

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

◆ mb_get_spd_map()

void mb_get_spd_map ( u8  spd_map[4])

Definition at line 36 of file early_init.c.