blob: 6b51db13494a132566ea7df581ffd2bff88fa254 [file] [log] [blame]
Joseph Smith6a1dc862008-03-09 13:24:46 +00001/*
2 * This file is part of the coreboot project.
3 *
Joseph Smithfa742da2010-02-01 22:51:18 +00004 * Copyright (C) 2008-2010 Joseph Smith <joe@settoplinux.org>
Joseph Smith6a1dc862008-03-09 13:24:46 +00005 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
Joseph Smith6a1dc862008-03-09 13:24:46 +000015 */
16
17#ifndef NORTHBRIDGE_INTEL_I82830_RAMINIT_H
18#define NORTHBRIDGE_INTEL_I82830_RAMINIT_H
19
Joseph Smithfa742da2010-02-01 22:51:18 +000020/* 82830 Northbridge PCI device */
21#define NORTHBRIDGE PCI_DEV(0, 0, 0)
22
Joseph Smith6a1dc862008-03-09 13:24:46 +000023/* The 82830 supports max. 2 dual-sided SO-DIMMs. */
24#define DIMM_SOCKETS 2
25
Joseph Smith6a1dc862008-03-09 13:24:46 +000026#endif /* NORTHBRIDGE_INTEL_I82830_RAMINIT_H */