coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
com_init.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <bootblock_common.h>
4 #include <device/pnp_ops.h>
5 
6 #define SERIAL_DEV PNP_DEV(0x6E, 1) /* ITE8528 UART1 */
7 
9 {
10  /* Enable the serial port inside the EC */
13 }
void bootblock_mainboard_early_init(void)
Definition: com_init.c:8
#define SERIAL_DEV
Definition: com_init.c:6
void pnp_set_logical_device(struct device *dev)
Definition: pnp_device.c:59
void pnp_set_enable(struct device *dev, int enable)
Definition: pnp_device.c:64