coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ramstage.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _SOC_RAMSTAGE_H_
4 #define _SOC_RAMSTAGE_H_
5 
6 #include <fsp/api.h>
7 #include <fsp/util.h>
8 #include <soc/soc_chip.h>
9 
12 void soc_init_pre_device(void *chip_info);
13 
14 #endif
static struct sdram_info params
Definition: sdram_configs.c:83
void mainboard_silicon_init_params(SILICON_INIT_UPD *params)
Definition: ramstage.c:162
#define FSP_S_CONFIG
Definition: fsp_upd.h:9
enum board_config config
Definition: memory.c:448
void soc_init_pre_device(void *chip_info)
Definition: chip.c:137
void mainboard_update_soc_chip_config(struct soc_intel_alderlake_config *config)
Definition: mainboard.c:34