coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <bootblock_common.h>
6 
7 #define SERIAL_DEV PNP_DEV(0x2e, NCT5572D_SP1)
8 
10 {
11  nuvoton_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
12 }
__weak void bootblock_mainboard_early_init(void)
Definition: bootblock.c:16
#define SERIAL_DEV
Definition: bootblock.c:7
void nuvoton_enable_serial(pnp_devfn_t dev, u16 iobase)
Definition: early_serial.c:48