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 <fsp/soc_binding.h>
4 #include <variant.h>
5 
6 void variant_memory_init_params(FSPM_UPD *const mupd)
7 {
8 }
__weak void variant_memory_init_params(MEMORY_INIT_UPD *memory_params)
Definition: romstage.c:18