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 SIO_PORT   0x2e
 
#define SERIAL1_DEV   PNP_DEV(SIO_PORT, NCT5104D_SP1)
 
#define SERIAL2_DEV   PNP_DEV(SIO_PORT, NCT5104D_SP2)
 

Functions

void bootblock_mainboard_early_init (void)
 

Macro Definition Documentation

◆ SERIAL1_DEV

#define SERIAL1_DEV   PNP_DEV(SIO_PORT, NCT5104D_SP1)

Definition at line 9 of file bootblock.c.

◆ SERIAL2_DEV

#define SERIAL2_DEV   PNP_DEV(SIO_PORT, NCT5104D_SP2)

Definition at line 10 of file bootblock.c.

◆ SIO_PORT

#define SIO_PORT   0x2e

Definition at line 8 of file bootblock.c.

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

Definition at line 12 of file bootblock.c.

References nuvoton_enable_serial(), SERIAL1_DEV, and SERIAL2_DEV.

Here is the call graph for this function: