1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef NORTHBRIDGE_INTEL_HASWELL_RAMINIT_H
4 #define NORTHBRIDGE_INTEL_HASWELL_RAMINIT_H
9 #define SPD_MEMORY_DOWN 0xff
13 unsigned int spd_index
;
16 /* Mainboard callback to fill in the SPD addresses */
17 void mb_get_spd_map(struct spd_info
*spdi
);
19 void get_spd_info(struct spd_info
*spdi
, const struct northbridge_intel_haswell_config
*cfg
);
20 void perform_raminit(const int s3resume
);
22 #endif /* NORTHBRIDGE_INTEL_HASWELL_RAMINIT_H */