mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git] / src / northbridge / intel / gm45 / acpi / hostbridge.asl
blob0047e19b2ae1aa39aa343ab679112d86bb0119db
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <arch/ioapic.h>
5 Name(_HID,EISAID("PNP0A08"))    // PCIe
6 Name(_CID,EISAID("PNP0A03"))    // PCI
8 Name(_BBN, 0)
10 Device (MCHC)
12         Name(_ADR, 0x00000000)  /* 0:0.0 */
14         OperationRegion(MCHP, PCI_Config, 0x00, 0x100)
15         Field (MCHP, DWordAcc, NoLock, Preserve)
16         {
17                 Offset (0x40),  /* EPBAR */
18                 EPEN,    1,     /* Enable */
19                 ,       11,
20                 EPBR,   24,     /* EPBAR */
22                 Offset (0x48),  /* MCHBAR */
23                 MHEN,    1,     /* Enable */
24                 ,       13,
25                 MHBR,   22,     /* MCHBAR */
27                 Offset (0x60),  /* PCIec BAR */
28                 PXEN,    1,     /* Enable */
29                 PXSZ,    2,     /* BAR size */
30                 ,       23,
31                 PXBR,   10,     /* PCIe BAR */
33                 Offset (0x68),  /* DMIBAR */
34                 DMEN,    1,     /* Enable */
35                 ,       11,
36                 DMBR,   24,     /* DMIBAR */
38                 /* ... */
40                 Offset (0x90),  /* PAM0 */
41                 ,        4,
42                 PM0H,    2,
43                 ,        2,
44                 Offset (0x91),  /* PAM1 */
45                 PM1L,    2,
46                 ,        2,
47                 PM1H,    2,
48                 ,        2,
49                 Offset (0x92),  /* PAM2 */
50                 PM2L,    2,
51                 ,        2,
52                 PM2H,    2,
53                 ,        2,
54                 Offset (0x93),  /* PAM3 */
55                 PM3L,    2,
56                 ,        2,
57                 PM3H,    2,
58                 ,        2,
59                 Offset (0x94),  /* PAM4 */
60                 PM4L,    2,
61                 ,        2,
62                 PM4H,    2,
63                 ,        2,
64                 Offset (0x95),  /* PAM5 */
65                 PM5L,    2,
66                 ,        2,
67                 PM5H,    2,
68                 ,        2,
69                 Offset (0x96),  /* PAM6 */
70                 PM6L,    2,
71                 ,        2,
72                 PM6H,    2,
73                 ,        2,
75                 Offset (0xa0),  /* Top of Memory */
76                 TOM,     8,
78                 Offset (0xb0),  /* Top of Low Used Memory */
79                 ,        4,
80                 TLUD,   12,
81         }
84 Name (MCRS, ResourceTemplate()
86         /* Bus Numbers. Highest bus and length get updated later */
87         WordBusNumber (ResourceProducer, MinFixed, MaxFixed, PosDecode,
88                         0, 0, 255, 0, 256,,, PB00)
90         /* IO Region 0 */
91         DWordIO (ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange,
92                         0x0000, 0x0000, 0x0cf7, 0x0000, 0x0cf8,,, PI00)
94         /* PCI Config Space */
95         Io (Decode16, 0x0cf8, 0x0cf8, 0x0001, 0x0008)
97         /* IO Region 1 */
98         DWordIO (ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange,
99                         0x0000, 0x0d00, 0xffff, 0x0000, 0xf300,,, PI01)
101         /* VGA memory (0xa0000-0xbffff) */
102         DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
103                         Cacheable, ReadWrite,
104                         0x00000000, 0x000a0000, 0x000bffff, 0x00000000,
105                         0x00020000,,, ASEG)
107         /* OPROM reserved (0xc0000-0xc3fff) */
108         DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
109                         Cacheable, ReadWrite,
110                         0x00000000, 0x000c0000, 0x000c3fff, 0x00000000,
111                         0x00004000,,, OPR0)
113         /* OPROM reserved (0xc4000-0xc7fff) */
114         DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
115                         Cacheable, ReadWrite,
116                         0x00000000, 0x000c4000, 0x000c7fff, 0x00000000,
117                         0x00004000,,, OPR1)
119         /* OPROM reserved (0xc8000-0xcbfff) */
120         DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
121                         Cacheable, ReadWrite,
122                         0x00000000, 0x000c8000, 0x000cbfff, 0x00000000,
123                         0x00004000,,, OPR2)
125         /* OPROM reserved (0xcc000-0xcffff) */
126         DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
127                         Cacheable, ReadWrite,
128                         0x00000000, 0x000cc000, 0x000cffff, 0x00000000,
129                         0x00004000,,, OPR3)
131         /* OPROM reserved (0xd0000-0xd3fff) */
132         DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
133                         Cacheable, ReadWrite,
134                         0x00000000, 0x000d0000, 0x000d3fff, 0x00000000,
135                         0x00004000,,, OPR4)
137         /* OPROM reserved (0xd4000-0xd7fff) */
138         DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
139                         Cacheable, ReadWrite,
140                         0x00000000, 0x000d4000, 0x000d7fff, 0x00000000,
141                         0x00004000,,, OPR5)
143         /* OPROM reserved (0xd8000-0xdbfff) */
144         DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
145                         Cacheable, ReadWrite,
146                         0x00000000, 0x000d8000, 0x000dbfff, 0x00000000,
147                         0x00004000,,, OPR6)
149         /* OPROM reserved (0xdc000-0xdffff) */
150         DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
151                         Cacheable, ReadWrite,
152                         0x00000000, 0x000dc000, 0x000dffff, 0x00000000,
153                         0x00004000,,, OPR7)
155         /* BIOS Extension (0xe0000-0xe3fff) */
156         DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
157                         Cacheable, ReadWrite,
158                         0x00000000, 0x000e0000, 0x000e3fff, 0x00000000,
159                         0x00004000,,, ESG0)
161         /* BIOS Extension (0xe4000-0xe7fff) */
162         DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
163                         Cacheable, ReadWrite,
164                         0x00000000, 0x000e4000, 0x000e7fff, 0x00000000,
165                         0x00004000,,, ESG1)
167         /* BIOS Extension (0xe8000-0xebfff) */
168         DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
169                         Cacheable, ReadWrite,
170                         0x00000000, 0x000e8000, 0x000ebfff, 0x00000000,
171                         0x00004000,,, ESG2)
173         /* BIOS Extension (0xec000-0xeffff) */
174         DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
175                         Cacheable, ReadWrite,
176                         0x00000000, 0x000ec000, 0x000effff, 0x00000000,
177                         0x00004000,,, ESG3)
179         /* System BIOS (0xf0000-0xfffff) */
180         DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
181                         Cacheable, ReadWrite,
182                         0x00000000, 0x000f0000, 0x000fffff, 0x00000000,
183                         0x00010000,,, FSEG)
185         /* PCI Memory Region (Top of memory-0xfebfffff) */
186         DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
187                         Cacheable, ReadWrite,
188                         0x00000000, 0x00000000, 0xfebfffff, 0x00000000,
189                         IO_APIC_ADDR,,, PM01)
191         /* PCI Memory Region above 4G TOUUD -> 1 << cpu_addr_bits */
192         QWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
193                         Cacheable, ReadWrite,
194                         0x00000000, 0x00000000, 0x00000000, 0x00000000,
195                         0x00000000,,, PM02)
197         /* TPM Area (0xfed40000-0xfed44fff) */
198         DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
199                         Cacheable, ReadWrite,
200                         0x00000000, 0xfed40000, 0xfed44fff, 0x00000000,
201                         0x00005000,,, TPMR)
204 External (A4GS, IntObj)
205 External (A4GB, IntObj)
207 /* Current Resource Settings */
208 Method (_CRS, 0, Serialized)
210         /* Set highest PCI bus and length */
211         CreateWordField(MCRS, ^PB00._MAX, BMAX)
212         CreateWordField(MCRS, ^PB00._LEN, BLEN)
213         BLEN = CONFIG_ECAM_MMCONF_BUS_NUMBER
214         BMAX = BLEN - 1
216         /* Find PCI resource area in MCRS */
217         CreateDwordField(MCRS, ^PM01._MIN, PMIN)
218         CreateDwordField(MCRS, ^PM01._MAX, PMAX)
219         CreateDwordField(MCRS, ^PM01._LEN, PLEN)
221         /*
222          * Fix up PCI memory region:
223          * Enter actual TOLUD. The TOLUD register contains bits 20-31 of
224          * the top of memory address.
225          */
226         PMIN = ^MCHC.TLUD << 20
227         PLEN = PMAX - PMIN + 1
229         if (A4GS != 0) {
230                 CreateQwordField(MCRS, ^PM02._MIN, MMIN)
231                 CreateQwordField(MCRS, ^PM02._MAX, MMAX)
232                 CreateQwordField(MCRS, ^PM02._LEN, MLEN)
233                 /* Set 64bit MMIO resource base and length */
234                 MLEN = A4GS
235                 MMIN = A4GB
236                 MMAX = MMIN + MLEN - 1
237         }
239         Return (MCRS)