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 <amdblocks/lpc.h>
#include <superio/smsc/sio1036/sio1036.h>
#include "gpio.h"
Include dependency graph for bootblock.c:

Go to the source code of this file.

Macros

#define SERIAL_DEV   PNP_DEV(CONFIG_SUPERIO_ADDR_BASE, SIO1036_SP1)
 

Functions

void bootblock_mainboard_early_init (void)
 

Macro Definition Documentation

◆ SERIAL_DEV

#define SERIAL_DEV   PNP_DEV(CONFIG_SUPERIO_ADDR_BASE, SIO1036_SP1)

Definition at line 8 of file bootblock.c.

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )