coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
BiosCallOuts.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
5 #include <soc/southbridge.h>
6 
7 void platform_FchParams_env(FCH_DATA_BLOCK *FchParams_env)
8 {
9 
10 }
void platform_FchParams_env(FCH_DATA_BLOCK *FchParams_env)
Definition: BiosCallOuts.c:7