blob: 1aafdf8659763597d334307ea9b1f3a813d0dcc5 [file] [log] [blame]
Angel Pons9fdd5572022-05-06 21:12:14 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3#include <console/console.h>
4#include <northbridge/intel/haswell/raminit.h>
5
6void perform_raminit(const int s3resume)
7{
8 /*
9 * See, this function's name is a lie. There are more things to
10 * do that memory initialisation, but they are relatively easy.
11 */
12
13 /** TODO: Implement the required magic **/
14 die("NATIVE RAMINIT: More Magic (tm) required.\n");
15}