coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <arch/romstage.h>
4 #include <cbmem.h>
5 
7 {
9 }
int cbmem_recovery(int s3resume)
Definition: imd_cbmem.c:125
void mainboard_romstage_entry(void)
Definition: romstage.c:6