blob: 461a357a40af7b4a121a723c3f91a4a345789693 [file] [log] [blame]
Joseph Smithb94a79f2010-06-21 23:25:06 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2010 Joseph Smith <joe@settoplinux.org>
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; 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.
15##
Joseph Smithb94a79f2010-06-21 23:25:06 +000016
17chip northbridge/intel/i82810 # Northbridge
Stefan Reinauer0aa37c42013-02-12 15:20:54 -080018 device cpu_cluster 0 on # APIC cluster
Joseph Smithb94a79f2010-06-21 23:25:06 +000019 chip cpu/intel/socket_FC_PGA370 # CPU
20 device lapic 0 on end # APIC
21 end
22 end
Stefan Reinauer4aff4452013-02-12 14:17:15 -080023 device domain 0 on # PCI domain
Joseph Smithb94a79f2010-06-21 23:25:06 +000024 device pci 0.0 on end # Graphics Memory Controller Hub (GMCH)
25 device pci 1.0 on end # Chipset Graphics Controller (CGC)
26 chip southbridge/intel/i82801bx # Southbridge
27 register "pirqa_routing" = "0x05"
28 register "pirqb_routing" = "0x06"
29 register "pirqc_routing" = "0x07"
30 register "pirqd_routing" = "0x09"
31 register "pirqe_routing" = "0x0a"
32 register "pirqf_routing" = "0x80"
33 register "pirqg_routing" = "0x80"
34 register "pirqh_routing" = "0x0b"
35
36 register "ide0_enable" = "1"
37 register "ide1_enable" = "1"
38
39 device pci 1e.0 on end # PCI bridge
40 device pci 1f.0 on # ISA bridge
41 chip superio/smsc/smscsuperio # Super I/O (SMSC LPC47M102)
42 device pnp 4e.0 on # Floppy
43 io 0x60 = 0x3f0
44 irq 0x70 = 6
45 drq 0x74 = 2
46 end
47 device pnp 4e.3 on # Parallel port
48 io 0x60 = 0x378
49 irq 0x70 = 7
50 drq 0x74 = 4
51 end
52 device pnp 4e.4 on # COM1
53 io 0x60 = 0x3f8
54 irq 0x70 = 4
55 end
56 device pnp 4e.5 off end # COM2
57 device pnp 4e.7 on # PS/2 keyboard / mouse
58 io 0x60 = 0x60
59 io 0x62 = 0x64
60 irq 0x70 = 1 # PS/2 keyboard interrupt
61 irq 0x72 = 12 # PS/2 mouse interrupt
62 end
63 device pnp 4e.9 off end # Game port
64 device pnp 4e.a on # Runtime registers
65 io 0x60 = 0x800
66 end
67 device pnp 4e.b off end # MPU-401
68 end
69 end
70 device pci 1f.1 on end # IDE
71 device pci 1f.2 on end # USB
72 device pci 1f.3 on end # SMbus
73 device pci 1f.4 on end # USB
74 device pci 1f.5 on end # Audio controller
75 device pci 1f.6 off end # Modem controller
76 end
77 end
78end