blob: bfb911f15b25ebc60380258ff76a78cabeba5cb1 [file] [log] [blame]
Ricardo Martins892d8d22012-08-06 05:40:07 +01001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2012 Ricardo Martins <rasmartins@gmail.com>
5##
6## This program is free software; you can redistribute it and/or
7## modify it under the terms of the GNU General Public License as
8## published by the Free Software Foundation; version 2 of
9## the License.
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##
Ricardo Martins892d8d22012-08-06 05:40:07 +010016
17chip northbridge/amd/lx
Stefan Reinauer4aff4452013-02-12 14:17:15 -080018 device domain 0 on
Ricardo Martins892d8d22012-08-06 05:40:07 +010019 device pci 1.0 on end # Northbridge
20 device pci 1.1 on end # Video Adapter
21 device pci 1.2 on end # AES Security Block
22 chip southbridge/amd/cs5536
23 register "lpc_serirq_enable" = "0x000010da"
24 register "lpc_serirq_polarity" = "0x0000ef25"
25 register "lpc_serirq_mode" = "1"
26 register "enable_gpio_int_route" = "0x0d0c0700"
27 register "enable_ide_nand_flash" = "0"
28 register "enable_USBP4_device" = "0" # 0:host, 1:device
29 register "enable_USBP4_overcurrent" = "0"
30 register "com1_enable" = "0"
31 register "com2_enable" = "0"
32 register "unwanted_vpci[0]" = "0" # End of list has a zero
33 device pci 11.0 on end # IT8888
34 device pci e.0 on end # RTL8100C
35 device pci f.0 on # ISA Bridge
36 chip superio/smsc/smscsuperio # SMSC SCH3114
37 device pnp 2e.0 on # Floppy
38 io 0x60 = 0x3f0
39 irq 0x70 = 6
40 drq 0x74 = 2
41 end
42
43 device pnp 2e.3 on # Parallel port
44 io 0x60 = 0x378
45 irq 0x70 = 7
46 end
47
48 device pnp 2e.4 on # COM1
49 io 0x60 = 0x3f8
50 irq 0x70 = 4
51 end
52
53 device pnp 2e.5 on # COM2
54 io 0x60 = 0x2f8
55 irq 0x70 = 3
56 end
57
58 device pnp 2e.7 on # PS/2 keyboard/mouse
59 io 0x60 = 0x60
60 io 0x62 = 0x64
61 irq 0x70 = 1 # Keyboard
62 irq 0x72 = 12 # Mouse
63 end
64
65 device pnp 2e.a on # Runtime Register
66 io 0x60 = 0x400
67 end
68 end
69 end
70 device pci f.2 on end # IDE Controller
71 device pci f.3 on end # Audio
72 device pci f.4 on end # OHCI
73 device pci f.5 on end # EHCI
74 end
75 end
76 # APIC cluster is late CPU init.
Stefan Reinauer0aa37c42013-02-12 15:20:54 -080077 device cpu_cluster 0 on
Ricardo Martins892d8d22012-08-06 05:40:07 +010078 chip cpu/amd/geode_lx
79 device lapic 0 on end
80 end
81 end
82end