summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/sandybridge/raminit_native.h
blob: 21ba99b49dd4d0d0237740f8b66c6d6836b8b1ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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 */