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(0x2e, 0)
 
#define SERIAL_DEV   PNP_DEV(0x2e, NCT6776_SP1)
 
#define ACPI_DEV   PNP_DEV(0x2e, NCT6776_ACPI)
 

Functions

void mainboard_config_superio (void)
 

Macro Definition Documentation

◆ ACPI_DEV

#define ACPI_DEV   PNP_DEV(0x2e, NCT6776_ACPI)

Definition at line 10 of file bootblock.c.

◆ GLOBAL_DEV

#define GLOBAL_DEV   PNP_DEV(0x2e, 0)

Definition at line 8 of file bootblock.c.

◆ SERIAL_DEV

#define SERIAL_DEV   PNP_DEV(0x2e, NCT6776_SP1)

Definition at line 9 of file bootblock.c.

Function Documentation

◆ mainboard_config_superio()

void mainboard_config_superio ( void  )

Definition at line 47 of file bootblock.c.

References ACPI_DEV, GLOBAL_DEV, nuvoton_enable_serial(), nuvoton_pnp_enter_conf_state(), nuvoton_pnp_exit_conf_state(), pnp_set_logical_device(), pnp_write_config(), and SERIAL_DEV.

Referenced by bootblock_early_southbridge_init().

Here is the call graph for this function:
Here is the caller graph for this function: