blob: dafbfae7f028a739233a888f9beb8fa708215247 [file] [log] [blame]
Martin Roth7fb692b2013-01-20 10:38:58 -07001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2013 Sage Electronic Engineering, LLC
5 *
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; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
Paul Menzela46a7122013-02-23 18:37:27 +010017 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Martin Roth7fb692b2013-01-20 10:38:58 -070018 */
19
Edward O'Callaghanae5fd342014-11-20 19:58:09 +110020#ifndef _NB_AGESA_CHIP_H_
21#define _NB_AGESA_CHIP_H_
Martin Roth7fb692b2013-01-20 10:38:58 -070022
23struct northbridge_amd_agesa_family15tn_config
24{
25 u8 spdAddrLookup[2][2][4];
26};
27
28#endif