blob: 21ba99b49dd4d0d0237740f8b66c6d6836b8b1ba [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef RAMINIT_NATIVE_H
#define RAMINIT_NATIVE_H
#include "sandybridge.h"
#include <device/dram/ddr3.h>
/* The order is: ch0dimmA, ch0dimmB, ch1dimmA, ch1dimmB */
void read_spd(spd_raw_data *spd, u8 addr, bool id_only);
void mainboard_get_spd(spd_raw_data *spd, bool id_only);
#endif /* RAMINIT_NATIVE_H */