coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
verstage.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
4 
5 #include "early_init.h"
6 
8 {
10 }
void mainboard_early_init(int s3resume)
Definition: romstage.c:27
void verstage_mainboard_init(void)
Definition: verstage.c:41