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

Go to the source code of this file.

Macros

#define SERIAL_DEV   PNP_DEV(0x6E, 1) /* ITE8528 UART1 */
 

Functions

void bootblock_mainboard_early_init (void)
 

Macro Definition Documentation

◆ SERIAL_DEV

#define SERIAL_DEV   PNP_DEV(0x6E, 1) /* ITE8528 UART1 */

Definition at line 6 of file com_init.c.

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

Definition at line 8 of file com_init.c.

References pnp_set_enable(), pnp_set_logical_device(), and SERIAL_DEV.

Here is the call graph for this function: