blob: 6b9dbd9126102dca599d790cf0d3175245c1f7a2 [file] [log] [blame]
Patrick Georgic49d7a32020-05-08 22:50:46 +02001## SPDX-License-Identifier: GPL-2.0-only
Stefan Reinauer838c5a52010-01-17 14:08:17 +00002
3chip northbridge/intel/i945
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +01004 # IGD Displays
Nico Huberb0b25c82020-03-21 20:35:12 +01005 register "gfx" = "GMA_STATIC_DISPLAYS(0)"
Stefan Reinauer838c5a52010-01-17 14:08:17 +00006
Elyes HAOUASb0f19882018-06-09 11:59:00 +02007 device cpu_cluster 0 on
Nico Huber4829af12019-02-27 14:23:18 +01008 chip cpu/intel/socket_m
Elyes HAOUASb0f19882018-06-09 11:59:00 +02009 device lapic 0 on end
10 end
11 end
Stefan Reinauer838c5a52010-01-17 14:08:17 +000012
Arthur Heymans885c2892016-10-03 17:16:48 +020013 register "pci_mmio_size" = "768"
14
Elyes HAOUASb0f19882018-06-09 11:59:00 +020015 device domain 0 on
16 subsystemid 0x4352 0x6886 inherit
Angel Ponsf1f0a0f2020-01-01 19:38:22 +010017 device pci 00.0 on end # host bridge
Stefan Reinauer838c5a52010-01-17 14:08:17 +000018 # auto detection:
19 #device pci 01.0 off end # i945 PCIe root port
Angel Ponsf1f0a0f2020-01-01 19:38:22 +010020 device pci 02.0 on end # vga controller
21 device pci 02.1 on end # display controller
Stefan Reinauer838c5a52010-01-17 14:08:17 +000022
Elyes HAOUASb0f19882018-06-09 11:59:00 +020023 chip southbridge/intel/i82801gx
Stefan Reinauer838c5a52010-01-17 14:08:17 +000024 register "pirqa_routing" = "0x0b"
25 register "pirqb_routing" = "0x0b"
26 register "pirqc_routing" = "0x0b"
27 register "pirqd_routing" = "0x0b"
28 register "pirqe_routing" = "0x80"
29 register "pirqf_routing" = "0x80"
30 register "pirqg_routing" = "0x0b"
31 register "pirqh_routing" = "0x0b"
32
33 # GPI routing
34 # 0 No effect (default)
35 # 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
36 # 2 SCI (if corresponding GPIO_EN bit is also set)
37 register "gpi13_routing" = "2"
38 register "gpi8_routing" = "1"
39 register "gpi7_routing" = "2"
40 register "gpe0_en" = "0x20800007"
41
Vladimir Serbinenkoab83ef02014-10-25 15:18:25 +020042 register "c3_latency" = "0x23"
43 register "docking_supported" = "1"
44 register "p_cnt_throttling_supported" = "1"
45
Nico Huberae317692019-07-20 17:03:56 +020046 register "sata_mode" = "SATA_MODE_IDE_LEGACY_COMBINED"
Elyes HAOUASb0f19882018-06-09 11:59:00 +020047 register "ide_enable_primary" = "0x1"
48 register "ide_enable_secondary" = "0x0"
Stefan Reinauer838c5a52010-01-17 14:08:17 +000049
Arthur Heymansfecf7772019-11-09 14:19:04 +010050 register "gen1_dec" = "0x001c02e1" # COM3, COM4
51 register "gen2_dec" = "0x00fc0601" # ??
52 register "gen3_dec" = "0x00040069" # EC decode ??
53
Angel Ponsf1f0a0f2020-01-01 19:38:22 +010054 device pci 1b.0 off end # High Definition Audio
55 device pci 1c.0 on end # PCIe port 1
56 device pci 1c.1 off end # PCIe port 2
57 device pci 1c.2 off end # PCIe port 3
58 device pci 1c.3 on end # PCIe port 4
59 device pci 1c.4 off end # PCIe port 5
60 device pci 1c.5 off end # PCIe port 6
61 device pci 1d.0 on end # USB UHCI
62 device pci 1d.1 on end # USB UHCI
63 device pci 1d.2 on end # USB UHCI
64 device pci 1d.3 on end # USB UHCI
65 device pci 1d.7 on end # USB2 EHCI
66 device pci 1e.0 on # PCI bridge
Stefan Reinauer838c5a52010-01-17 14:08:17 +000067 chip southbridge/ti/pci7420
Elyes HAOUASb0f19882018-06-09 11:59:00 +020068 register "smartcard_enabled" = "0x0"
Stefan Reinauer838c5a52010-01-17 14:08:17 +000069 device pci 3.0 on end
70 device pci 3.1 on end
71 device pci 3.2 on end
72 device pci 3.3 off end # smartcard
73 end
Angel Ponsf1f0a0f2020-01-01 19:38:22 +010074 end
75 device pci 1e.2 on end # AC'97 Audio
76 device pci 1e.3 off end # AC'97 Modem
77 device pci 1f.0 on # LPC bridge
Elyes HAOUASb0f19882018-06-09 11:59:00 +020078 chip superio/smsc/lpc47n227
Angel Ponsf1f0a0f2020-01-01 19:38:22 +010079 device pnp 2e.1 on # Parallel port
Patrick Georgia4700192011-01-27 07:39:38 +000080 io 0x60 = 0x378
81 irq 0x70 = 5
Stefan Reinauer838c5a52010-01-17 14:08:17 +000082 end
Angel Ponsf1f0a0f2020-01-01 19:38:22 +010083 device pnp 2e.2 on # COM1
Elyes HAOUASb0f19882018-06-09 11:59:00 +020084 io 0x60 = 0x3f8
85 irq 0x70 = 4
Stefan Reinauer838c5a52010-01-17 14:08:17 +000086 end
Angel Ponsf1f0a0f2020-01-01 19:38:22 +010087 device pnp 2e.3 on # COM2
Elyes HAOUASb0f19882018-06-09 11:59:00 +020088 io 0x60 = 0x2f8
89 irq 0x70 = 3
Stefan Reinauer838c5a52010-01-17 14:08:17 +000090 end
Angel Ponsf1f0a0f2020-01-01 19:38:22 +010091 device pnp 2e.5 off # Keyboard+Mouse
Stefan Reinauer838c5a52010-01-17 14:08:17 +000092 # io 0x60 = 0x60
93 # io 0x62 = 0x64
94 # irq 0x70 = 1
95 # irq 0x72 = 12
96 end
Elyes HAOUASb0f19882018-06-09 11:59:00 +020097 end
Stefan Reinauer838c5a52010-01-17 14:08:17 +000098 chip superio/renesas/m3885x
99 device pnp ff.1 on # dummy address
100 end
101 end
Elyes HAOUASb0f19882018-06-09 11:59:00 +0200102 end
Arthur Heymansb9d25892018-06-15 22:02:28 +0200103 device pci 1f.1 off end # IDE
Angel Ponsf1f0a0f2020-01-01 19:38:22 +0100104 device pci 1f.2 on end # SATA
105 device pci 1f.3 on end # SMBus
Elyes HAOUASb0f19882018-06-09 11:59:00 +0200106 end
107 end
Stefan Reinauer838c5a52010-01-17 14:08:17 +0000108end