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 <console/console.h>
5 
6 void board_BeforeAgesa(struct sysinfo *cb)
7 {
8  post_code(0x30);
9 }
void __weak board_BeforeAgesa(struct sysinfo *cb)
Definition: romstage.c:19
#define post_code(value)
Definition: post_code.h:12