blob: 8b0e580057746a8fa8afa76a9902abc8c404832c [file] [log] [blame]
Mondrian nuessle5b34bdd2009-04-22 20:34:05 +00001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2006 AMD
5 * Written by Yinghai Lu <yinghailu@gmail.com> for AMD.
6 *
7 * Copyright (C) 2007 University of Mannheim
8 * Written by Philipp Degler <pdegler@rumms.uni-mannheim.e> for Uni of Mannheim
9 *
10 * Copyright (C) 2009 University of Heidelberg
11 * Written by Mondrian Nuessle <nuessle@uni-hd.de> for Uni of Heidelberg
12 *
13 * This program is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU General Public License as published by
15 * the Free Software Foundation; either version 2 of the License, or
16 * (at your option) any later version.
17 *
18 * This program is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU General Public License for more details.
Mondrian nuessle5b34bdd2009-04-22 20:34:05 +000022 */
23
24#ifndef MB_SYSCONF_H
25#define MB_SYSCONF_H
26
27struct mb_sysconf_t {
Mondrian nuessle5b34bdd2009-04-22 20:34:05 +000028 unsigned char bus_bcm5780[7];
29 unsigned char bus_bcm5785_0;
30 unsigned char bus_bcm5785_1;
31 unsigned char bus_bcm5785_1_1;
32 unsigned apicid_bcm5785[3];
33
34 unsigned sbdn2;
35};
36
37#endif