/* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ #include 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); }