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_DENVERTON_NS_ROMSTAGE_H_
4 #define _SOC_DENVERTON_NS_ROMSTAGE_H_
5 
6 #include <fsp/api.h>
7 
8 /* These functions are weak and can be overridden by a mainboard functions. */
9 void mainboard_memory_init_params(FSPM_UPD *mupd);
10 void mainboard_config_gpios(void);
11 
12 #endif /* _SOC_DENVERTON_NS_ROMSTAGE_H_ */
void mainboard_memory_init_params(struct romstage_params *params, MEMORY_INIT_UPD *memory_params)
Definition: romstage.c:18
void mainboard_config_gpios(void)
Definition: romstage.c:70