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 "onboard.h"
5 
7  MEMORY_INIT_UPD *memory_params)
8 {
9  memory_params->PcdMemoryTypeEnable = MEM_LPDDR3;
10 }
static struct sdram_info params
Definition: sdram_configs.c:83
void mainboard_memory_init_params(FSPM_UPD *mupd)
Definition: romstage.c:22
#define MEM_LPDDR3
Definition: romstage.h:18