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 <soc/romstage.h>
4 #include <variant/romstage.h>
5 
6 void mainboard_memory_init_params(FSPM_UPD *memupd)
7 {
9 }
void mainboard_memory_init_params(FSPM_UPD *mupd)
Definition: romstage.c:22
void variant_configure_fspm(FSPM_UPD *memupd)
Definition: romstage.c:32