coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.c File Reference
#include <bootblock_common.h>
#include <arch/io.h>
#include <device/pnp_ops.h>
#include <superio/smsc/lpc47n227/lpc47n227.h>
Include dependency graph for bootblock.c:

Go to the source code of this file.

Macros

#define SERIAL_DEV   PNP_DEV(0x2e, LPC47N227_SP1)
 

Functions

void bootblock_mainboard_early_init (void)
 

Macro Definition Documentation

◆ SERIAL_DEV

#define SERIAL_DEV   PNP_DEV(0x2e, LPC47N227_SP1)

Definition at line 8 of file bootblock.c.

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

Definition at line 10 of file bootblock.c.

References lpc47n227_enable_serial(), outb(), PNP_DEV, pnp_enter_conf_state(), pnp_exit_conf_state(), pnp_write_config(), and SERIAL_DEV.

Here is the call graph for this function: