summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/t520/variants/t520/romstage.c
blob: cf5b18d4f22f9d0365f061c8e0a49202fe0e5262 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#include <northbridge/intel/sandybridge/raminit_native.h>

void mainboard_get_spd(spd_raw_data *spd, bool id_only)
{
	read_spd(&spd[0], 0x50, id_only);
	read_spd(&spd[2], 0x51, id_only);
}