49538d45de2b0b8c435f80d292bb4591c41c7ec5
[coreboot.git] / src / mainboard / msi / ms9185 / mptable.c
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2001 Eric W.Biederman<ebiderman@lnxi.com>
5  *
6  * Copyright (C) 2006 AMD
7  * Written by Yinghai Lu <yinghailu@gmail.com> for AMD.
8  *
9  * Copyright (C) 2006 MSI
10  * Written by bxshi <bingxunshi@gmail.com> for MSI.
11  *
12  * This program is free software; you can redistribute it and/or modify
13  * it under the terms of the GNU General Public License as published by
14  * the Free Software Foundation; either version 2 of the License, or
15  * (at your option) any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20  * GNU General Public License for more details.
21  *
22  * You should have received a copy of the GNU General Public License
23  * along with this program; if not, write to the Free Software
24  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
25  */
26
27 #include <console/console.h>
28 #include <arch/smp/mpspec.h>
29 #include <arch/io.h>
30 #include <device/pci.h>
31 #include <string.h>
32 #include <stdint.h>
33 #if CONFIG_LOGICAL_CPUS==1
34 #include <cpu/amd/multicore.h>
35 #endif
36
37 #include <cpu/amd/amdk8_sysconf.h>
38
39 #include "mb_sysconf.h"
40
41
42
43 static void *smp_write_config_table(void *v)
44 {
45         static const char sig[4] = "PCMP";
46         static const char oem[8] = "COREBOOT";
47         static const char productid[12] = "MS9185      ";
48         struct mp_config_table *mc;
49
50         unsigned char bus_num;
51        int i;
52        struct mb_sysconf_t *m;
53
54         mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
55         memset(mc, 0, sizeof(*mc));
56
57         memcpy(mc->mpc_signature, sig, sizeof(sig));
58         mc->mpc_length = sizeof(*mc); /* initially just the header */
59         mc->mpc_spec = 0x04;
60         mc->mpc_checksum = 0; /* not yet computed */
61         memcpy(mc->mpc_oem, oem, sizeof(oem));
62         memcpy(mc->mpc_productid, productid, sizeof(productid));
63         mc->mpc_oemptr = 0;
64         mc->mpc_oemsize = 0;
65         mc->mpc_entry_count = 0; /* No entries yet... */
66         mc->mpc_lapic = LAPIC_ADDR;
67         mc->mpe_length = 0;
68         mc->mpe_checksum = 0;
69         mc->reserved = 0;
70
71         smp_write_processors(mc);
72
73        get_bus_conf();
74        m = sysconf.mb;
75
76 /*Bus:         Bus ID  Type*/
77        /* define bus and isa numbers */
78         for(bus_num = 0; bus_num < m->bus_isa; bus_num++) {
79                 smp_write_bus(mc, bus_num, "PCI   ");
80         }
81         smp_write_bus(mc, m->bus_isa, "ISA   ");
82
83 /*I/O APICs:   APIC ID Version State           Address*/
84         {
85                 device_t dev = 0;
86                struct resource *res;
87                for(i=0; i<3; i++) {
88                        dev = dev_find_device(0x1166, 0x0235, dev);
89                        if (dev) {
90                                res = find_resource(dev, PCI_BASE_ADDRESS_0);
91                                if (res) {
92                                        smp_write_ioapic(mc, m->apicid_bcm5785[i], 0x11, res->base);
93                                }
94                        }
95                }
96
97        }
98
99         mptable_add_isa_interrupts(mc, m->bus_isa, m->apicid_bcm5785[0], 0);
100
101 //IDE
102        outb(0x02, 0xc00); outb(0x0e, 0xc01);
103
104        smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_EDGE|MP_IRQ_POLARITY_HIGH,  m->bus_bcm5785_0, ((1+sysconf.sbdn)<<2)|1, m->apicid_bcm5785[0], 0xe); // IDE
105
106 //SATA
107        outb(0x07, 0xc00); outb(0x0f, 0xc01);
108         smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_bcm5785_1, (0x0e<<2)|0, m->apicid_bcm5785[0], 0xf);
109
110 //USB
111        outb(0x01, 0xc00); outb(0x0a, 0xc01);
112         for(i=0;i<3;i++) {
113                 smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_bcm5785_0, ((2+sysconf.sbdn)<<2)|i, m->apicid_bcm5785[0], 0xa); //
114         }
115
116
117
118         /* enable int */
119         /* why here? must get the BAR and PCI command bit 1 set before enable it ....*/
120         {
121                 device_t dev;
122                 dev = dev_find_device(0x1166, 0x0205, 0);
123                 if(dev) {
124                         uint32_t dword;
125                         dword = pci_read_config32(dev, 0x6c);
126                         dword |= (1<<4); // enable interrupts
127                         pci_write_config32(dev, 0x6c, dword);
128                 }
129                 }
130
131 //First pci-x slot (on bcm5785) under bus_bcm5785_1:d.0
132        // AIC 8130 Galileo Technology...
133         for(i=0;i<4;i++) {
134                 smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_bcm5785_1_1, (6<<2)|i, m->apicid_bcm5785[1], 2 + (1+i)%4); //
135         }
136
137
138 //pci slot (on bcm5785)
139         for(i=0;i<4;i++) {
140                 smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_bcm5785_0, (5<<2)|i, m->apicid_bcm5785[1], 8+i%4); //
141         }
142
143
144 //onboard ati
145         smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_bcm5785_0, (4<<2)|0, m->apicid_bcm5785[1], 0x1);
146
147 //PCI-X on bcm5780
148         for(i=0;i<4;i++) {
149                 smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_bcm5780[1], (4<<2)|i, m->apicid_bcm5785[1], 2 + (0+i)%4); //
150         }
151
152 //onboard Broadcom
153         for(i=0;i<2;i++) {
154                 smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_bcm5780[2], (4<<2)|i, m->apicid_bcm5785[1], 0xa + (0+i)%4); //
155         }
156
157
158 // First PCI-E x8
159         for(i=0;i<4;i++) {
160                 smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_bcm5780[5], (0<<2)|i, m->apicid_bcm5785[1], 0xe); //
161         }
162
163
164 // Second PCI-E x8
165         for(i=0;i<4;i++) {
166                 smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_bcm5780[3], (0<<2)|i, m->apicid_bcm5785[1], 0xc); //
167         }
168
169 // Third PCI-E x1
170         for(i=0;i<4;i++) {
171                 smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_bcm5780[4], (0<<2)|i, m->apicid_bcm5785[1], 0xd); //
172         }
173
174 /*Local Ints:  Type    Polarity    Trigger     Bus ID   IRQ    APIC ID PIN#*/
175        smp_write_intsrc(mc, mp_ExtINT, MP_IRQ_TRIGGER_EDGE|MP_IRQ_POLARITY_HIGH, m->bus_isa, 0x0, MP_APIC_ALL, 0x0);
176        smp_write_intsrc(mc, mp_NMI, MP_IRQ_TRIGGER_EDGE|MP_IRQ_POLARITY_HIGH, m->bus_isa, 0x0, MP_APIC_ALL, 0x1);
177        /* There is no extension information... */
178
179        /* Compute the checksums */
180        mc->mpe_checksum = smp_compute_checksum(smp_next_mpc_entry(mc), mc->mpe_length);
181        mc->mpc_checksum = smp_compute_checksum(mc, mc->mpc_length);
182        printk(BIOS_DEBUG, "Wrote the mp table end at: %p - %p\n",
183                mc, smp_next_mpe_entry(mc));
184        return smp_next_mpe_entry(mc);
185 }
186
187 unsigned long write_smp_table(unsigned long addr)
188 {
189        void *v;
190        v = smp_write_floating_table(addr);
191        return (unsigned long)smp_write_config_table(v);
192 }