coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
spd.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
4 #include <soc/pei_data.h>
5 #include <soc/pei_wrapper.h>
6 
7 /* Copy SPD data for on-board memory */
9 {
10  pei_data->spd_addresses[0] = 0xa0;
11  pei_data->spd_addresses[2] = 0xa4;
14  /* Enable 2x refresh mode */
17 }
void mainboard_fill_spd_data(struct pei_data *pei_data)
Definition: spd.c:102
int dimm_channel0_disabled
Definition: pei_data.h:68
uint8_t spd_addresses[4]
Definition: pei_data.h:60
int dq_pins_interleaved
Definition: pei_data.h:72
int dimm_channel1_disabled
Definition: pei_data.h:69
int ddr_refresh_2x
Definition: pei_data.h:71