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 __ARCH_BOOTBLOCK_H__
4 #define __ARCH_BOOTBLOCK_H__
5 
6 void bootblock_early_cpu_init(void);
9 
10 #endif
void bootblock_early_northbridge_init(void)
Definition: bootblock.c:16
void bootblock_early_southbridge_init(void)
Definition: bootblock.c:17
void bootblock_early_cpu_init(void)
Definition: bootblock.c:18