blob: b06cd683c6ab3670b10968e4aa275f4fe39136b2 [file] [log] [blame]
Ricardo Martins0ca02552012-07-04 03:09:49 +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 Martins0ca02552012-07-04 03:09:49 +010016
17chip northbridge/amd/lx
Stefan Reinauer4aff4452013-02-12 14:17:15 -080018 device domain 0 on
Ricardo Martins0ca02552012-07-04 03:09:49 +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" = "0x0000115a"
24 register "lpc_serirq_polarity" = "0x0000eea5"
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" = "1" # CN10 (RS422/486 COM3)
31 register "com1_address" = "0x3e8"
32 register "com1_irq" = "5"
33 register "com2_enable" = "0"
34 register "unwanted_vpci[0]" = "0" # End of list has a zero
35 device pci e.0 on end # RTL8100C
36 device pci f.0 on # ISA Bridge
37 chip superio/winbond/w83627ehg # Winbond W83627EHG
38 device pnp 2e.0 on # Floppy
39 io 0x60 = 0x3f0
40 irq 0x70 = 6
41 drq 0x74 = 2
42 end
43
44 device pnp 2e.1 on # Parallel port
45 io 0x60 = 0x378
46 irq 0x70 = 7
47 drq 0x74 = 3
48 end
49
50 device pnp 2e.2 on # COM1
51 io 0x60 = 0x3f8
52 irq 0x70 = 4
53 end
54
55 device pnp 2e.3 on # COM2
56 io 0x60 = 0x2f8
57 irq 0x70 = 3
58 end
59
60 device pnp 2e.5 on # PS/2 keyboard/mouse
61 io 0x60 = 0x60
62 io 0x62 = 0x64
63 irq 0x70 = 1 # Keyboard
64 irq 0x72 = 12 # Mouse
65 end
66
67 device pnp 2e.b on # HW Monitor
68 io 0x60 = 0x290
69 irq 0x70 = 0
70 end
71
72 device pnp 2e.6 off end # Serial Flash Interface
73 device pnp 2e.7 off end # GPIO1, GPIO6, Game Port & MIDI Port
74 device pnp 2e.8 off end # WDTO# & PLED
75 device pnp 2e.9 off end # GPIO2,GPIO3, GPIO4, GPIO5 & SUSLED
76 device pnp 2e.a off end # ACPI
77 device pnp 2e.106 off end #
78 device pnp 2e.107 off end #
79 device pnp 2e.207 off end #
80
81 end
82 end
83 device pci f.2 on end # IDE Controller
84 device pci f.3 off end # Audio (N/A)
85 device pci f.4 on end # OHCI
86 device pci f.5 on end # EHCI
87 end
88 end
89
90 # APIC cluster is late CPU init.
Stefan Reinauer0aa37c42013-02-12 15:20:54 -080091 device cpu_cluster 0 on
Ricardo Martins0ca02552012-07-04 03:09:49 +010092 chip cpu/amd/geode_lx
93 device lapic 0 on end
94 end
95 end
96end