1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * Copyright (C) 2013 Google Inc. 4 * Copyright (C) 2016 Bin Meng <bmeng.cn@gmail.com> 5 * 6 * Modified from coreboot src/soc/intel/baytrail/acpi/southcluster.asl 7 */ 8 9Device (PCI0) 10{ 11 Name(_HID, EISAID("PNP0A08")) /* PCIe */ 12 Name(_CID, EISAID("PNP0A03")) /* PCI */ 13 14 Name(_ADR, 0) 15 Name(_BBN, 0) 16 17 Name(MCRS, ResourceTemplate() 18 { 19 /* Bus Numbers */ 20 WordBusNumber(ResourceProducer, MinFixed, MaxFixed, PosDecode, 21 0x0000, 0x0000, 0x00ff, 0x0000, 0x0100, , , PB00) 22 23 /* IO Region 0 */ 24 WordIO(ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange, 25 0x0000, 0x0000, 0x0cf7, 0x0000, 0x0cf8, , , PI00) 26 27 /* PCI Config Space */ 28 IO(Decode16, 0x0cf8, 0x0cf8, 0x0001, 0x0008) 29 30 /* IO Region 1 */ 31 WordIO(ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange, 32 0x0000, 0x0d00, 0xffff, 0x0000, 0xf300, , , PI01) 33 34 /* VGA memory (0xa0000-0xbffff) */ 35 DWordMemory(ResourceProducer, PosDecode, MinFixed, MaxFixed, 36 Cacheable, ReadWrite, 37 0x00000000, 0x000a0000, 0x000bffff, 0x00000000, 38 0x00020000, , , ASEG) 39 40 /* OPROM reserved (0xc0000-0xc3fff) */ 41 DWordMemory(ResourceProducer, PosDecode, MinFixed, MaxFixed, 42 Cacheable, ReadWrite, 43 0x00000000, 0x000c0000, 0x000c3fff, 0x00000000, 44 0x00004000, , , OPR0) 45 46 /* OPROM reserved (0xc4000-0xc7fff) */ 47 DWordMemory(ResourceProducer, PosDecode, MinFixed, MaxFixed, 48 Cacheable, ReadWrite, 49 0x00000000, 0x000c4000, 0x000c7fff, 0x00000000, 50 0x00004000, , , OPR1) 51 52 /* OPROM reserved (0xc8000-0xcbfff) */ 53 DWordMemory(ResourceProducer, PosDecode, MinFixed, MaxFixed, 54 Cacheable, ReadWrite, 55 0x00000000, 0x000c8000, 0x000cbfff, 0x00000000, 56 0x00004000, , , OPR2) 57 58 /* OPROM reserved (0xcc000-0xcffff) */ 59 DWordMemory(ResourceProducer, PosDecode, MinFixed, MaxFixed, 60 Cacheable, ReadWrite, 61 0x00000000, 0x000cc000, 0x000cffff, 0x00000000, 62 0x00004000, , , OPR3) 63 64 /* OPROM reserved (0xd0000-0xd3fff) */ 65 DWordMemory(ResourceProducer, PosDecode, MinFixed, MaxFixed, 66 Cacheable, ReadWrite, 67 0x00000000, 0x000d0000, 0x000d3fff, 0x00000000, 68 0x00004000, , , OPR4) 69 70 /* OPROM reserved (0xd4000-0xd7fff) */ 71 DWordMemory(ResourceProducer, PosDecode, MinFixed, MaxFixed, 72 Cacheable, ReadWrite, 73 0x00000000, 0x000d4000, 0x000d7fff, 0x00000000, 74 0x00004000, , , OPR5) 75 76 /* OPROM reserved (0xd8000-0xdbfff) */ 77 DWordMemory(ResourceProducer, PosDecode, MinFixed, MaxFixed, 78 Cacheable, ReadWrite, 79 0x00000000, 0x000d8000, 0x000dbfff, 0x00000000, 80 0x00004000, , , OPR6) 81 82 /* OPROM reserved (0xdc000-0xdffff) */ 83 DWordMemory(ResourceProducer, PosDecode, MinFixed, MaxFixed, 84 Cacheable, ReadWrite, 85 0x00000000, 0x000dc000, 0x000dffff, 0x00000000, 86 0x00004000, , , OPR7) 87 88 /* BIOS Extension (0xe0000-0xe3fff) */ 89 DWordMemory(ResourceProducer, PosDecode, MinFixed, MaxFixed, 90 Cacheable, ReadWrite, 91 0x00000000, 0x000e0000, 0x000e3fff, 0x00000000, 92 0x00004000, , , ESG0) 93 94 /* BIOS Extension (0xe4000-0xe7fff) */ 95 DWordMemory(ResourceProducer, PosDecode, MinFixed, MaxFixed, 96 Cacheable, ReadWrite, 97 0x00000000, 0x000e4000, 0x000e7fff, 0x00000000, 98 0x00004000, , , ESG1) 99 100 /* BIOS Extension (0xe8000-0xebfff) */ 101 DWordMemory(ResourceProducer, PosDecode, MinFixed, MaxFixed, 102 Cacheable, ReadWrite, 103 0x00000000, 0x000e8000, 0x000ebfff, 0x00000000, 104 0x00004000, , , ESG2) 105 106 /* BIOS Extension (0xec000-0xeffff) */ 107 DWordMemory(ResourceProducer, PosDecode, MinFixed, MaxFixed, 108 Cacheable, ReadWrite, 109 0x00000000, 0x000ec000, 0x000effff, 0x00000000, 110 0x00004000, , , ESG3) 111 112 /* System BIOS (0xf0000-0xfffff) */ 113 DWordMemory(ResourceProducer, PosDecode, MinFixed, MaxFixed, 114 Cacheable, ReadWrite, 115 0x00000000, 0x000f0000, 0x000fffff, 0x00000000, 116 0x00010000, , , FSEG) 117 118 /* PCI Memory Region (TOLM-CONFIG_MMCONF_BASE_ADDRESS) */ 119 DWordMemory(ResourceProducer, PosDecode, MinFixed, MaxFixed, 120 Cacheable, ReadWrite, 121 0x00000000, 0x00000000, 0x00000000, 0x00000000, 122 0x00000000, , , PMEM) 123 124 /* High PCI Memory Region */ 125 QwordMemory(ResourceProducer, PosDecode, MinFixed, MaxFixed, 126 Cacheable, ReadWrite, 127 0x00000000, 0x00000000, 0x00000000, 0x00000000, 128 0x00000000, , , UMEM) 129 }) 130 131 Method(_CRS, 0, Serialized) 132 { 133 /* Update PCI resource area */ 134 CreateDwordField(MCRS, ^PMEM._MIN, PMIN) 135 CreateDwordField(MCRS, ^PMEM._MAX, PMAX) 136 CreateDwordField(MCRS, ^PMEM._LEN, PLEN) 137 138 /* 139 * Hardcode TOLM to 2GB for now as BayTrail FSP uses this value. 140 * 141 * TODO: for generic usage, read TOLM value from register, or 142 * from global NVS (not implemented by U-Boot yet). 143 */ 144 Store(0x80000000, PMIN) 145 Store(Subtract(MCFG_BASE_ADDRESS, 1), PMAX) 146 Add(Subtract(PMAX, PMIN), 1, PLEN) 147 148 /* Update High PCI resource area */ 149 CreateQwordField(MCRS, ^UMEM._MIN, UMIN) 150 CreateQwordField(MCRS, ^UMEM._MAX, UMAX) 151 CreateQwordField(MCRS, ^UMEM._LEN, ULEN) 152 153 /* Set base address to 48GB and allocate 16GB for PCI space */ 154 Store(0xc00000000, UMIN) 155 Store(0x400000000, ULEN) 156 Add(UMIN, Subtract(ULEN, 1), UMAX) 157 158 Return (MCRS) 159 } 160 161 /* Device Resource Consumption */ 162 Device (PDRC) 163 { 164 Name(_HID, EISAID("PNP0C02")) 165 Name(_UID, 1) 166 167 Name(PDRS, ResourceTemplate() { 168 Memory32Fixed(ReadWrite, MCFG_BASE_ADDRESS, MCFG_BASE_SIZE) 169 Memory32Fixed(ReadWrite, ABORT_BASE_ADDRESS, ABORT_BASE_SIZE) 170 Memory32Fixed(ReadWrite, SPI_BASE_ADDRESS, SPI_BASE_SIZE) 171 Memory32Fixed(ReadWrite, PMC_BASE_ADDRESS, PMC_BASE_SIZE) 172 Memory32Fixed(ReadWrite, PUNIT_BASE_ADDRESS, PUNIT_BASE_SIZE) 173 Memory32Fixed(ReadWrite, ILB_BASE_ADDRESS, ILB_BASE_SIZE) 174 Memory32Fixed(ReadWrite, RCBA_BASE_ADDRESS, RCBA_BASE_SIZE) 175 Memory32Fixed(ReadWrite, MPHY_BASE_ADDRESS, MPHY_BASE_SIZE) 176 }) 177 178 /* Current Resource Settings */ 179 Method(_CRS, 0, Serialized) 180 { 181 Return (PDRS) 182 } 183 } 184 185 Method(_OSC, 4) 186 { 187 /* Check for proper GUID */ 188 If (LEqual(Arg0, ToUUID("33DB4D5B-1FF7-401C-9657-7441C03DD766"))) { 189 /* Let OS control everything */ 190 Return (Arg3) 191 } Else { 192 /* Unrecognized UUID */ 193 CreateDWordField(Arg3, 0, CDW1) 194 Or(CDW1, 4, CDW1) 195 Return (Arg3) 196 } 197 } 198 199 /* LPC Bridge 0:1f.0 */ 200 #include "lpc.asl" 201 202 /* USB EHCI 0:1d.0 */ 203 #include "usb.asl" 204 205 /* USB XHCI 0:14.0 */ 206 #include "xhci.asl" 207 208 /* IRQ routing for each PCI device */ 209 #include <asm/acpi/irqroute.asl> 210} 211