mainboard: init m5a99x-evo from m5a88-v
[coreboot.git] / src / mainboard / asus / m5a99x-evo / mb_sysconf.h
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2011 Advanced Micro Devices, Inc.
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
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18  */
19
20 #ifndef MB_SYSCONF_H
21 #define MB_SYSCONF_H
22
23 struct mb_sysconf_t {
24         u8 bus_isa;
25         u8 bus_8132_0;
26         u8 bus_8132_1;
27         u8 bus_8132_2;
28         u8 bus_8111_0;
29         u8 bus_8111_1;
30         u8 bus_8132a[31][3];
31         u8 bus_8151[31][2];
32
33         u32 apicid_8111;
34         u32 apicid_8132_1;
35         u32 apicid_8132_2;
36         u32 apicid_8132a[31][2];
37         u32 sbdn3;
38         u32 sbdn3a[31];
39         u32 sbdn5[31];
40         u32 bus_type[256];
41 };
42
43 #endif