coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef _SOC_APOLLOLAKE_ROMSTAGE_H_
4 #define _SOC_APOLLOLAKE_ROMSTAGE_H_
5 
6 #include <fsp/api.h>
7 
8 void set_max_freq(void);
9 void mainboard_memory_init_params(FSPM_UPD *mupd);
10 void mainboard_save_dimm_info(void);
11 void report_platform_info(void);
12 
13 #endif /* _SOC_APOLLOLAKE_ROMSTAGE_H_ */
void mainboard_save_dimm_info(struct romstage_params *params)
Definition: romstage.c:138
void mainboard_memory_init_params(struct romstage_params *params, MEMORY_INIT_UPD *memory_params)
Definition: romstage.c:18
void report_platform_info(void)
void set_max_freq(void)
Definition: romstage.c:7