coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _SOC_DENVERTON_NS_BOOTBLOCK_H_
4 #define _SOC_DENVERTON_NS_BOOTBLOCK_H_
5 
6 /* Bootblock pre console init programming */
7 //void bootblock_cpu_init(void);
8 //void bootblock_pch_early_init(void);
9 //void bootblock_systemagent_early_init(void);
10 void early_uart_init(void);
11 
12 #endif
void early_uart_init(void)
Definition: uart.c:161