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 GLOBAL_DEV   PNP_DEV(0x4e, 0)
 
#define SERIAL_DEV   PNP_DEV(0x4e, NCT6779D_SP1)
 
#define ACPI_DEV   PNP_DEV(0x4e, NCT6779D_ACPI)
 

Functions

void mainboard_config_superio (void)
 

Macro Definition Documentation

◆ ACPI_DEV

#define ACPI_DEV   PNP_DEV(0x4e, NCT6779D_ACPI)

Definition at line 10 of file bootblock.c.

◆ GLOBAL_DEV

#define GLOBAL_DEV   PNP_DEV(0x4e, 0)

Definition at line 8 of file bootblock.c.

◆ SERIAL_DEV

#define SERIAL_DEV   PNP_DEV(0x4e, NCT6779D_SP1)

Definition at line 9 of file bootblock.c.

Function Documentation

◆ mainboard_config_superio()

void mainboard_config_superio ( void  )