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_TIGERLAKE_BOOTBLOCK_H_
4 #define _SOC_TIGERLAKE_BOOTBLOCK_H_
5 
6 /* Bootblock pre console init programming */
7 void bootblock_pch_early_init(void);
8 
9 /* Bootblock post console init programming */
10 void bootblock_pch_init(void);
11 void pch_early_iorange_init(void);
12 void report_platform_info(void);
13 
14 #endif
void bootblock_pch_init(void)
Definition: pch.c:114
void bootblock_pch_early_init(void)
Definition: pch.c:59
void report_platform_info(void)
void pch_early_iorange_init(void)
Definition: pch.c:98