summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/ironlake/raminit.h
blob: 44e2299d665f63372911e3dc477c16951d21888f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef RAMINIT_H
#define RAMINIT_H

#include "ironlake.h"

void chipset_init(const int s3resume);
/* spd_addrmap is array of 4 elements:
   Channel 0 Slot 0
   Channel 0 Slot 1
   Channel 1 Slot 0
   Channel 1 Slot 1
   0 means "not present"
*/
void raminit(const int s3resume, const u8 *spd_addrmap);

#endif				/* RAMINIT_H */