blob: 2a3b1b174d5e669470ff3d493113dedb6fca241b [file] [log] [blame]
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +02001/*
Joerg Roedel5d0d7152010-10-13 11:13:21 +02002 * Copyright (C) 2007-2010 Advanced Micro Devices, Inc.
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +02003 * Author: Joerg Roedel <joerg.roedel@amd.com>
4 * Leo Duran <leo.duran@amd.com>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19
20#include <linux/pci.h>
21#include <linux/acpi.h>
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020022#include <linux/list.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090023#include <linux/slab.h>
Rafael J. Wysockif3c6ea12011-03-23 22:15:54 +010024#include <linux/syscore_ops.h>
Joerg Roedela80dc3e2008-09-11 16:51:41 +020025#include <linux/interrupt.h>
26#include <linux/msi.h>
Joerg Roedel403f81d2011-06-14 16:44:25 +020027#include <linux/amd-iommu.h>
Joerg Roedel400a28a2011-11-28 15:11:02 +010028#include <linux/export.h>
Joerg Roedel02f3b3f2012-06-11 17:45:25 +020029#include <acpi/acpi.h>
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020030#include <asm/pci-direct.h>
FUJITA Tomonori46a7fa22008-07-11 10:23:42 +090031#include <asm/iommu.h>
Joerg Roedel1d9b16d2008-11-27 18:39:15 +010032#include <asm/gart.h>
FUJITA Tomonoriea1b0d32009-11-10 19:46:15 +090033#include <asm/x86_init.h>
Konrad Rzeszutek Wilk22e6daf2010-08-26 13:58:03 -040034#include <asm/iommu_table.h>
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +020035#include <asm/io_apic.h>
Joerg Roedel6b474b82012-06-26 16:46:04 +020036#include <asm/irq_remapping.h>
Joerg Roedel403f81d2011-06-14 16:44:25 +020037
38#include "amd_iommu_proto.h"
39#include "amd_iommu_types.h"
Joerg Roedel05152a02012-06-15 16:53:51 +020040#include "irq_remapping.h"
Joerg Roedel403f81d2011-06-14 16:44:25 +020041
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020042/*
43 * definitions for the ACPI scanning code
44 */
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020045#define IVRS_HEADER_LENGTH 48
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020046
47#define ACPI_IVHD_TYPE 0x10
48#define ACPI_IVMD_TYPE_ALL 0x20
49#define ACPI_IVMD_TYPE 0x21
50#define ACPI_IVMD_TYPE_RANGE 0x22
51
52#define IVHD_DEV_ALL 0x01
53#define IVHD_DEV_SELECT 0x02
54#define IVHD_DEV_SELECT_RANGE_START 0x03
55#define IVHD_DEV_RANGE_END 0x04
56#define IVHD_DEV_ALIAS 0x42
57#define IVHD_DEV_ALIAS_RANGE 0x43
58#define IVHD_DEV_EXT_SELECT 0x46
59#define IVHD_DEV_EXT_SELECT_RANGE 0x47
Joerg Roedel6efed632012-06-14 15:52:58 +020060#define IVHD_DEV_SPECIAL 0x48
61
62#define IVHD_SPECIAL_IOAPIC 1
63#define IVHD_SPECIAL_HPET 2
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020064
Joerg Roedel6da73422009-05-04 11:44:38 +020065#define IVHD_FLAG_HT_TUN_EN_MASK 0x01
66#define IVHD_FLAG_PASSPW_EN_MASK 0x02
67#define IVHD_FLAG_RESPASSPW_EN_MASK 0x04
68#define IVHD_FLAG_ISOC_EN_MASK 0x08
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020069
70#define IVMD_FLAG_EXCL_RANGE 0x08
71#define IVMD_FLAG_UNITY_MAP 0x01
72
73#define ACPI_DEVFLAG_INITPASS 0x01
74#define ACPI_DEVFLAG_EXTINT 0x02
75#define ACPI_DEVFLAG_NMI 0x04
76#define ACPI_DEVFLAG_SYSMGT1 0x10
77#define ACPI_DEVFLAG_SYSMGT2 0x20
78#define ACPI_DEVFLAG_LINT0 0x40
79#define ACPI_DEVFLAG_LINT1 0x80
80#define ACPI_DEVFLAG_ATSDIS 0x10000000
81
Joerg Roedelb65233a2008-07-11 17:14:21 +020082/*
83 * ACPI table definitions
84 *
85 * These data structures are laid over the table to parse the important values
86 * out of it.
87 */
88
89/*
90 * structure describing one IOMMU in the ACPI table. Typically followed by one
91 * or more ivhd_entrys.
92 */
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +020093struct ivhd_header {
94 u8 type;
95 u8 flags;
96 u16 length;
97 u16 devid;
98 u16 cap_ptr;
99 u64 mmio_phys;
100 u16 pci_seg;
101 u16 info;
102 u32 reserved;
103} __attribute__((packed));
104
Joerg Roedelb65233a2008-07-11 17:14:21 +0200105/*
106 * A device entry describing which devices a specific IOMMU translates and
107 * which requestor ids they use.
108 */
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +0200109struct ivhd_entry {
110 u8 type;
111 u16 devid;
112 u8 flags;
113 u32 ext;
114} __attribute__((packed));
115
Joerg Roedelb65233a2008-07-11 17:14:21 +0200116/*
117 * An AMD IOMMU memory definition structure. It defines things like exclusion
118 * ranges for devices and regions that should be unity mapped.
119 */
Joerg Roedelf6e2e6b2008-06-26 21:27:39 +0200120struct ivmd_header {
121 u8 type;
122 u8 flags;
123 u16 length;
124 u16 devid;
125 u16 aux;
126 u64 resv;
127 u64 range_start;
128 u64 range_length;
129} __attribute__((packed));
130
Joerg Roedelfefda112009-05-20 12:21:42 +0200131bool amd_iommu_dump;
Joerg Roedel05152a02012-06-15 16:53:51 +0200132bool amd_iommu_irq_remap __read_mostly;
Joerg Roedelfefda112009-05-20 12:21:42 +0200133
Joerg Roedel02f3b3f2012-06-11 17:45:25 +0200134static bool amd_iommu_detected;
Joerg Roedela5235722010-05-11 17:12:33 +0200135static bool __initdata amd_iommu_disabled;
Joerg Roedelc1cbebe2008-07-03 19:35:10 +0200136
Joerg Roedelb65233a2008-07-11 17:14:21 +0200137u16 amd_iommu_last_bdf; /* largest PCI device id we have
138 to handle */
Joerg Roedel2e228472008-07-11 17:14:31 +0200139LIST_HEAD(amd_iommu_unity_map); /* a list of required unity mappings
Joerg Roedelb65233a2008-07-11 17:14:21 +0200140 we find in ACPI */
Dan Carpenter3775d482012-06-27 12:09:18 +0300141u32 amd_iommu_unmap_flush; /* if true, flush on every unmap */
Joerg Roedel928abd22008-06-26 21:27:40 +0200142
Joerg Roedel2e228472008-07-11 17:14:31 +0200143LIST_HEAD(amd_iommu_list); /* list of all AMD IOMMUs in the
Joerg Roedelb65233a2008-07-11 17:14:21 +0200144 system */
145
Joerg Roedelbb527772009-11-20 14:31:51 +0100146/* Array to assign indices to IOMMUs*/
147struct amd_iommu *amd_iommus[MAX_IOMMUS];
148int amd_iommus_present;
149
Joerg Roedel318afd42009-11-23 18:32:38 +0100150/* IOMMUs have a non-present cache? */
151bool amd_iommu_np_cache __read_mostly;
Joerg Roedel60f723b2011-04-05 12:50:24 +0200152bool amd_iommu_iotlb_sup __read_mostly = true;
Joerg Roedel318afd42009-11-23 18:32:38 +0100153
Joerg Roedel62f71ab2011-11-10 14:41:57 +0100154u32 amd_iommu_max_pasids __read_mostly = ~0;
155
Joerg Roedel400a28a2011-11-28 15:11:02 +0100156bool amd_iommu_v2_present __read_mostly;
157
Joerg Roedel5abcdba2011-12-01 15:49:45 +0100158bool amd_iommu_force_isolation __read_mostly;
159
Joerg Roedelb65233a2008-07-11 17:14:21 +0200160/*
Joerg Roedelaeb26f52009-11-20 16:44:01 +0100161 * List of protection domains - used during resume
162 */
163LIST_HEAD(amd_iommu_pd_list);
164spinlock_t amd_iommu_pd_lock;
165
166/*
Joerg Roedelb65233a2008-07-11 17:14:21 +0200167 * Pointer to the device table which is shared by all AMD IOMMUs
168 * it is indexed by the PCI device id or the HT unit id and contains
169 * information about the domain the device belongs to as well as the
170 * page table root pointer.
171 */
Joerg Roedel928abd22008-06-26 21:27:40 +0200172struct dev_table_entry *amd_iommu_dev_table;
Joerg Roedelb65233a2008-07-11 17:14:21 +0200173
174/*
175 * The alias table is a driver specific data structure which contains the
176 * mappings of the PCI device ids to the actual requestor ids on the IOMMU.
177 * More than one device can share the same requestor id.
178 */
Joerg Roedel928abd22008-06-26 21:27:40 +0200179u16 *amd_iommu_alias_table;
Joerg Roedelb65233a2008-07-11 17:14:21 +0200180
181/*
182 * The rlookup table is used to find the IOMMU which is responsible
183 * for a specific device. It is also indexed by the PCI device id.
184 */
Joerg Roedel928abd22008-06-26 21:27:40 +0200185struct amd_iommu **amd_iommu_rlookup_table;
Joerg Roedelb65233a2008-07-11 17:14:21 +0200186
187/*
Joerg Roedel0ea2c422012-06-15 18:05:20 +0200188 * This table is used to find the irq remapping table for a given device id
189 * quickly.
190 */
191struct irq_remap_table **irq_lookup_table;
192
193/*
Frank Arnolddf805ab2012-08-27 19:21:04 +0200194 * AMD IOMMU allows up to 2^16 different protection domains. This is a bitmap
Joerg Roedelb65233a2008-07-11 17:14:21 +0200195 * to know which ones are already in use.
196 */
Joerg Roedel928abd22008-06-26 21:27:40 +0200197unsigned long *amd_iommu_pd_alloc_bitmap;
198
Joerg Roedelb65233a2008-07-11 17:14:21 +0200199static u32 dev_table_size; /* size of the device table */
200static u32 alias_table_size; /* size of the alias table */
201static u32 rlookup_table_size; /* size if the rlookup table */
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200202
Joerg Roedel2c0ae172012-06-12 15:59:30 +0200203enum iommu_init_state {
204 IOMMU_START_STATE,
205 IOMMU_IVRS_DETECTED,
206 IOMMU_ACPI_FINISHED,
207 IOMMU_ENABLED,
208 IOMMU_PCI_INIT,
209 IOMMU_INTERRUPTS_EN,
210 IOMMU_DMA_OPS,
211 IOMMU_INITIALIZED,
212 IOMMU_NOT_FOUND,
213 IOMMU_INIT_ERROR,
214};
215
Joerg Roedel235dacb2013-04-09 17:53:14 +0200216/* Early ioapic and hpet maps from kernel command line */
217#define EARLY_MAP_SIZE 4
218static struct devid_map __initdata early_ioapic_map[EARLY_MAP_SIZE];
219static struct devid_map __initdata early_hpet_map[EARLY_MAP_SIZE];
220static int __initdata early_ioapic_map_size;
221static int __initdata early_hpet_map_size;
222
Joerg Roedel2c0ae172012-06-12 15:59:30 +0200223static enum iommu_init_state init_state = IOMMU_START_STATE;
224
Gerard Snitselaarae295142012-03-16 11:38:22 -0700225static int amd_iommu_enable_interrupts(void);
Joerg Roedel2c0ae172012-06-12 15:59:30 +0200226static int __init iommu_go_to_state(enum iommu_init_state state);
Joerg Roedel3d9761e2012-03-15 16:39:21 +0100227
Joerg Roedel208ec8c2008-07-11 17:14:24 +0200228static inline void update_last_devid(u16 devid)
229{
230 if (devid > amd_iommu_last_bdf)
231 amd_iommu_last_bdf = devid;
232}
233
Joerg Roedelc5714842008-07-11 17:14:25 +0200234static inline unsigned long tbl_size(int entry_size)
235{
236 unsigned shift = PAGE_SHIFT +
Neil Turton421f9092009-05-14 14:00:35 +0100237 get_order(((int)amd_iommu_last_bdf + 1) * entry_size);
Joerg Roedelc5714842008-07-11 17:14:25 +0200238
239 return 1UL << shift;
240}
241
Matthew Garrett5bcd7572010-10-04 14:59:31 -0400242/* Access to l1 and l2 indexed register spaces */
243
244static u32 iommu_read_l1(struct amd_iommu *iommu, u16 l1, u8 address)
245{
246 u32 val;
247
248 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16));
249 pci_read_config_dword(iommu->dev, 0xfc, &val);
250 return val;
251}
252
253static void iommu_write_l1(struct amd_iommu *iommu, u16 l1, u8 address, u32 val)
254{
255 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16 | 1 << 31));
256 pci_write_config_dword(iommu->dev, 0xfc, val);
257 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16));
258}
259
260static u32 iommu_read_l2(struct amd_iommu *iommu, u8 address)
261{
262 u32 val;
263
264 pci_write_config_dword(iommu->dev, 0xf0, address);
265 pci_read_config_dword(iommu->dev, 0xf4, &val);
266 return val;
267}
268
269static void iommu_write_l2(struct amd_iommu *iommu, u8 address, u32 val)
270{
271 pci_write_config_dword(iommu->dev, 0xf0, (address | 1 << 8));
272 pci_write_config_dword(iommu->dev, 0xf4, val);
273}
274
Joerg Roedelb65233a2008-07-11 17:14:21 +0200275/****************************************************************************
276 *
277 * AMD IOMMU MMIO register space handling functions
278 *
279 * These functions are used to program the IOMMU device registers in
280 * MMIO space required for that driver.
281 *
282 ****************************************************************************/
283
284/*
285 * This function set the exclusion range in the IOMMU. DMA accesses to the
286 * exclusion range are passed through untranslated
287 */
Joerg Roedel05f92db2009-05-12 09:52:46 +0200288static void iommu_set_exclusion_range(struct amd_iommu *iommu)
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200289{
290 u64 start = iommu->exclusion_start & PAGE_MASK;
291 u64 limit = (start + iommu->exclusion_length) & PAGE_MASK;
292 u64 entry;
293
294 if (!iommu->exclusion_start)
295 return;
296
297 entry = start | MMIO_EXCL_ENABLE_MASK;
298 memcpy_toio(iommu->mmio_base + MMIO_EXCL_BASE_OFFSET,
299 &entry, sizeof(entry));
300
301 entry = limit;
302 memcpy_toio(iommu->mmio_base + MMIO_EXCL_LIMIT_OFFSET,
303 &entry, sizeof(entry));
304}
305
Joerg Roedelb65233a2008-07-11 17:14:21 +0200306/* Programs the physical address of the device table into the IOMMU hardware */
Jan Beulich6b7f0002012-03-08 08:58:13 +0000307static void iommu_set_device_table(struct amd_iommu *iommu)
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200308{
Andreas Herrmannf6098912008-10-16 16:27:36 +0200309 u64 entry;
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200310
311 BUG_ON(iommu->mmio_base == NULL);
312
313 entry = virt_to_phys(amd_iommu_dev_table);
314 entry |= (dev_table_size >> 12) - 1;
315 memcpy_toio(iommu->mmio_base + MMIO_DEV_TABLE_OFFSET,
316 &entry, sizeof(entry));
317}
318
Joerg Roedelb65233a2008-07-11 17:14:21 +0200319/* Generic functions to enable/disable certain features of the IOMMU. */
Joerg Roedel05f92db2009-05-12 09:52:46 +0200320static void iommu_feature_enable(struct amd_iommu *iommu, u8 bit)
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200321{
322 u32 ctrl;
323
324 ctrl = readl(iommu->mmio_base + MMIO_CONTROL_OFFSET);
325 ctrl |= (1 << bit);
326 writel(ctrl, iommu->mmio_base + MMIO_CONTROL_OFFSET);
327}
328
Joerg Roedelca0207112009-10-28 18:02:26 +0100329static void iommu_feature_disable(struct amd_iommu *iommu, u8 bit)
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200330{
331 u32 ctrl;
332
Joerg Roedel199d0d52008-09-17 16:45:59 +0200333 ctrl = readl(iommu->mmio_base + MMIO_CONTROL_OFFSET);
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200334 ctrl &= ~(1 << bit);
335 writel(ctrl, iommu->mmio_base + MMIO_CONTROL_OFFSET);
336}
337
Joerg Roedel1456e9d2011-12-22 14:51:53 +0100338static void iommu_set_inv_tlb_timeout(struct amd_iommu *iommu, int timeout)
339{
340 u32 ctrl;
341
342 ctrl = readl(iommu->mmio_base + MMIO_CONTROL_OFFSET);
343 ctrl &= ~CTRL_INV_TO_MASK;
344 ctrl |= (timeout << CONTROL_INV_TIMEOUT) & CTRL_INV_TO_MASK;
345 writel(ctrl, iommu->mmio_base + MMIO_CONTROL_OFFSET);
346}
347
Joerg Roedelb65233a2008-07-11 17:14:21 +0200348/* Function to enable the hardware */
Joerg Roedel05f92db2009-05-12 09:52:46 +0200349static void iommu_enable(struct amd_iommu *iommu)
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200350{
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200351 iommu_feature_enable(iommu, CONTROL_IOMMU_EN);
Joerg Roedelb2026aa2008-06-26 21:27:44 +0200352}
353
Joerg Roedel92ac4322009-05-19 19:06:27 +0200354static void iommu_disable(struct amd_iommu *iommu)
Joerg Roedel126c52b2008-09-09 16:47:35 +0200355{
Chris Wrighta8c485b2009-06-15 15:53:45 +0200356 /* Disable command buffer */
357 iommu_feature_disable(iommu, CONTROL_CMDBUF_EN);
358
359 /* Disable event logging and event interrupts */
360 iommu_feature_disable(iommu, CONTROL_EVT_INT_EN);
361 iommu_feature_disable(iommu, CONTROL_EVT_LOG_EN);
362
363 /* Disable IOMMU hardware itself */
Joerg Roedel92ac4322009-05-19 19:06:27 +0200364 iommu_feature_disable(iommu, CONTROL_IOMMU_EN);
Joerg Roedel126c52b2008-09-09 16:47:35 +0200365}
366
Joerg Roedelb65233a2008-07-11 17:14:21 +0200367/*
368 * mapping and unmapping functions for the IOMMU MMIO space. Each AMD IOMMU in
369 * the system has one.
370 */
Joerg Roedel98f1ad22012-07-06 13:28:37 +0200371static u8 __iomem * __init iommu_map_mmio_space(u64 address)
Joerg Roedel6c567472008-06-26 21:27:43 +0200372{
Joerg Roedele82752d2010-05-28 14:26:48 +0200373 if (!request_mem_region(address, MMIO_REGION_LENGTH, "amd_iommu")) {
374 pr_err("AMD-Vi: Can not reserve memory region %llx for mmio\n",
375 address);
376 pr_err("AMD-Vi: This is a BIOS bug. Please contact your hardware vendor\n");
Joerg Roedel6c567472008-06-26 21:27:43 +0200377 return NULL;
Joerg Roedele82752d2010-05-28 14:26:48 +0200378 }
Joerg Roedel6c567472008-06-26 21:27:43 +0200379
Joerg Roedel98f1ad22012-07-06 13:28:37 +0200380 return (u8 __iomem *)ioremap_nocache(address, MMIO_REGION_LENGTH);
Joerg Roedel6c567472008-06-26 21:27:43 +0200381}
382
383static void __init iommu_unmap_mmio_space(struct amd_iommu *iommu)
384{
385 if (iommu->mmio_base)
386 iounmap(iommu->mmio_base);
387 release_mem_region(iommu->mmio_phys, MMIO_REGION_LENGTH);
388}
389
Joerg Roedelb65233a2008-07-11 17:14:21 +0200390/****************************************************************************
391 *
392 * The functions below belong to the first pass of AMD IOMMU ACPI table
393 * parsing. In this pass we try to find out the highest device id this
394 * code has to handle. Upon this information the size of the shared data
395 * structures is determined later.
396 *
397 ****************************************************************************/
398
399/*
Joerg Roedelb514e552008-09-17 17:14:27 +0200400 * This function calculates the length of a given IVHD entry
401 */
402static inline int ivhd_entry_length(u8 *ivhd)
403{
404 return 0x04 << (*ivhd >> 6);
405}
406
407/*
Joerg Roedelb65233a2008-07-11 17:14:21 +0200408 * This function reads the last device id the IOMMU has to handle from the PCI
409 * capability header for this IOMMU
410 */
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200411static int __init find_last_devid_on_pci(int bus, int dev, int fn, int cap_ptr)
412{
413 u32 cap;
414
415 cap = read_pci_config(bus, dev, fn, cap_ptr+MMIO_RANGE_OFFSET);
Joerg Roedeld591b0a2008-07-11 17:14:35 +0200416 update_last_devid(calc_devid(MMIO_GET_BUS(cap), MMIO_GET_LD(cap)));
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200417
418 return 0;
419}
420
Joerg Roedelb65233a2008-07-11 17:14:21 +0200421/*
422 * After reading the highest device id from the IOMMU PCI capability header
423 * this function looks if there is a higher device id defined in the ACPI table
424 */
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200425static int __init find_last_devid_from_ivhd(struct ivhd_header *h)
426{
427 u8 *p = (void *)h, *end = (void *)h;
428 struct ivhd_entry *dev;
429
430 p += sizeof(*h);
431 end += h->length;
432
433 find_last_devid_on_pci(PCI_BUS(h->devid),
434 PCI_SLOT(h->devid),
435 PCI_FUNC(h->devid),
436 h->cap_ptr);
437
438 while (p < end) {
439 dev = (struct ivhd_entry *)p;
440 switch (dev->type) {
441 case IVHD_DEV_SELECT:
442 case IVHD_DEV_RANGE_END:
443 case IVHD_DEV_ALIAS:
444 case IVHD_DEV_EXT_SELECT:
Joerg Roedelb65233a2008-07-11 17:14:21 +0200445 /* all the above subfield types refer to device ids */
Joerg Roedel208ec8c2008-07-11 17:14:24 +0200446 update_last_devid(dev->devid);
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200447 break;
448 default:
449 break;
450 }
Joerg Roedelb514e552008-09-17 17:14:27 +0200451 p += ivhd_entry_length(p);
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200452 }
453
454 WARN_ON(p != end);
455
456 return 0;
457}
458
Joerg Roedelb65233a2008-07-11 17:14:21 +0200459/*
460 * Iterate over all IVHD entries in the ACPI table and find the highest device
461 * id which we need to handle. This is the first of three functions which parse
462 * the ACPI table. So we check the checksum here.
463 */
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200464static int __init find_last_devid_acpi(struct acpi_table_header *table)
465{
466 int i;
467 u8 checksum = 0, *p = (u8 *)table, *end = (u8 *)table;
468 struct ivhd_header *h;
469
470 /*
471 * Validate checksum here so we don't need to do it when
472 * we actually parse the table
473 */
474 for (i = 0; i < table->length; ++i)
475 checksum += p[i];
Joerg Roedel02f3b3f2012-06-11 17:45:25 +0200476 if (checksum != 0)
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200477 /* ACPI table corrupt */
Joerg Roedel02f3b3f2012-06-11 17:45:25 +0200478 return -ENODEV;
Joerg Roedel3e8064b2008-06-26 21:27:41 +0200479
480 p += IVRS_HEADER_LENGTH;
481
482 end += table->length;
483 while (p < end) {
484 h = (struct ivhd_header *)p;
485 switch (h->type) {
486 case ACPI_IVHD_TYPE:
487 find_last_devid_from_ivhd(h);
488 break;
489 default:
490 break;
491 }
492 p += h->length;
493 }
494 WARN_ON(p != end);
495
496 return 0;
497}
498
Joerg Roedelb65233a2008-07-11 17:14:21 +0200499/****************************************************************************
500 *
Frank Arnolddf805ab2012-08-27 19:21:04 +0200501 * The following functions belong to the code path which parses the ACPI table
Joerg Roedelb65233a2008-07-11 17:14:21 +0200502 * the second time. In this ACPI parsing iteration we allocate IOMMU specific
503 * data structures, initialize the device/alias/rlookup table and also
504 * basically initialize the hardware.
505 *
506 ****************************************************************************/
507
508/*
509 * Allocates the command buffer. This buffer is per AMD IOMMU. We can
510 * write commands to that buffer later and the IOMMU will execute them
511 * asynchronously
512 */
Joerg Roedelb36ca912008-06-26 21:27:45 +0200513static u8 * __init alloc_command_buffer(struct amd_iommu *iommu)
514{
Joerg Roedeld0312b212008-07-11 17:14:29 +0200515 u8 *cmd_buf = (u8 *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
Joerg Roedelb36ca912008-06-26 21:27:45 +0200516 get_order(CMD_BUFFER_SIZE));
Joerg Roedelb36ca912008-06-26 21:27:45 +0200517
518 if (cmd_buf == NULL)
519 return NULL;
520
Chris Wright549c90dc2010-04-02 18:27:53 -0700521 iommu->cmd_buf_size = CMD_BUFFER_SIZE | CMD_BUFFER_UNINITIALIZED;
Joerg Roedelb36ca912008-06-26 21:27:45 +0200522
Joerg Roedel58492e12009-05-04 18:41:16 +0200523 return cmd_buf;
524}
525
526/*
Joerg Roedel93f1cc672009-09-03 14:50:20 +0200527 * This function resets the command buffer if the IOMMU stopped fetching
528 * commands from it.
529 */
530void amd_iommu_reset_cmd_buffer(struct amd_iommu *iommu)
531{
532 iommu_feature_disable(iommu, CONTROL_CMDBUF_EN);
533
534 writel(0x00, iommu->mmio_base + MMIO_CMD_HEAD_OFFSET);
535 writel(0x00, iommu->mmio_base + MMIO_CMD_TAIL_OFFSET);
536
537 iommu_feature_enable(iommu, CONTROL_CMDBUF_EN);
538}
539
540/*
Joerg Roedel58492e12009-05-04 18:41:16 +0200541 * This function writes the command buffer address to the hardware and
542 * enables it.
543 */
544static void iommu_enable_command_buffer(struct amd_iommu *iommu)
545{
546 u64 entry;
547
548 BUG_ON(iommu->cmd_buf == NULL);
549
550 entry = (u64)virt_to_phys(iommu->cmd_buf);
Joerg Roedelb36ca912008-06-26 21:27:45 +0200551 entry |= MMIO_CMD_SIZE_512;
Joerg Roedel58492e12009-05-04 18:41:16 +0200552
Joerg Roedelb36ca912008-06-26 21:27:45 +0200553 memcpy_toio(iommu->mmio_base + MMIO_CMD_BUF_OFFSET,
Joerg Roedel58492e12009-05-04 18:41:16 +0200554 &entry, sizeof(entry));
Joerg Roedelb36ca912008-06-26 21:27:45 +0200555
Joerg Roedel93f1cc672009-09-03 14:50:20 +0200556 amd_iommu_reset_cmd_buffer(iommu);
Chris Wright549c90dc2010-04-02 18:27:53 -0700557 iommu->cmd_buf_size &= ~(CMD_BUFFER_UNINITIALIZED);
Joerg Roedelb36ca912008-06-26 21:27:45 +0200558}
559
560static void __init free_command_buffer(struct amd_iommu *iommu)
561{
Joerg Roedel23c17132008-09-17 17:18:17 +0200562 free_pages((unsigned long)iommu->cmd_buf,
Chris Wright549c90dc2010-04-02 18:27:53 -0700563 get_order(iommu->cmd_buf_size & ~(CMD_BUFFER_UNINITIALIZED)));
Joerg Roedelb36ca912008-06-26 21:27:45 +0200564}
565
Joerg Roedel335503e2008-09-05 14:29:07 +0200566/* allocates the memory where the IOMMU will log its events to */
567static u8 * __init alloc_event_buffer(struct amd_iommu *iommu)
568{
Joerg Roedel335503e2008-09-05 14:29:07 +0200569 iommu->evt_buf = (u8 *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
570 get_order(EVT_BUFFER_SIZE));
571
572 if (iommu->evt_buf == NULL)
573 return NULL;
574
Joerg Roedel1bc6f832009-07-02 18:32:05 +0200575 iommu->evt_buf_size = EVT_BUFFER_SIZE;
576
Joerg Roedel58492e12009-05-04 18:41:16 +0200577 return iommu->evt_buf;
578}
579
580static void iommu_enable_event_buffer(struct amd_iommu *iommu)
581{
582 u64 entry;
583
584 BUG_ON(iommu->evt_buf == NULL);
585
Joerg Roedel335503e2008-09-05 14:29:07 +0200586 entry = (u64)virt_to_phys(iommu->evt_buf) | EVT_LEN_MASK;
Joerg Roedel58492e12009-05-04 18:41:16 +0200587
Joerg Roedel335503e2008-09-05 14:29:07 +0200588 memcpy_toio(iommu->mmio_base + MMIO_EVT_BUF_OFFSET,
589 &entry, sizeof(entry));
590
Joerg Roedel090672072009-06-15 16:06:48 +0200591 /* set head and tail to zero manually */
592 writel(0x00, iommu->mmio_base + MMIO_EVT_HEAD_OFFSET);
593 writel(0x00, iommu->mmio_base + MMIO_EVT_TAIL_OFFSET);
594
Joerg Roedel58492e12009-05-04 18:41:16 +0200595 iommu_feature_enable(iommu, CONTROL_EVT_LOG_EN);
Joerg Roedel335503e2008-09-05 14:29:07 +0200596}
597
598static void __init free_event_buffer(struct amd_iommu *iommu)
599{
600 free_pages((unsigned long)iommu->evt_buf, get_order(EVT_BUFFER_SIZE));
601}
602
Joerg Roedel1a29ac02011-11-10 15:41:40 +0100603/* allocates the memory where the IOMMU will log its events to */
604static u8 * __init alloc_ppr_log(struct amd_iommu *iommu)
605{
606 iommu->ppr_log = (u8 *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
607 get_order(PPR_LOG_SIZE));
608
609 if (iommu->ppr_log == NULL)
610 return NULL;
611
612 return iommu->ppr_log;
613}
614
615static void iommu_enable_ppr_log(struct amd_iommu *iommu)
616{
617 u64 entry;
618
619 if (iommu->ppr_log == NULL)
620 return;
621
622 entry = (u64)virt_to_phys(iommu->ppr_log) | PPR_LOG_SIZE_512;
623
624 memcpy_toio(iommu->mmio_base + MMIO_PPR_LOG_OFFSET,
625 &entry, sizeof(entry));
626
627 /* set head and tail to zero manually */
628 writel(0x00, iommu->mmio_base + MMIO_PPR_HEAD_OFFSET);
629 writel(0x00, iommu->mmio_base + MMIO_PPR_TAIL_OFFSET);
630
631 iommu_feature_enable(iommu, CONTROL_PPFLOG_EN);
632 iommu_feature_enable(iommu, CONTROL_PPR_EN);
633}
634
635static void __init free_ppr_log(struct amd_iommu *iommu)
636{
637 if (iommu->ppr_log == NULL)
638 return;
639
640 free_pages((unsigned long)iommu->ppr_log, get_order(PPR_LOG_SIZE));
641}
642
Joerg Roedelcbc33a92011-11-25 11:41:31 +0100643static void iommu_enable_gt(struct amd_iommu *iommu)
644{
645 if (!iommu_feature(iommu, FEATURE_GT))
646 return;
647
648 iommu_feature_enable(iommu, CONTROL_GT_EN);
649}
650
Joerg Roedelb65233a2008-07-11 17:14:21 +0200651/* sets a specific bit in the device table entry. */
Joerg Roedel3566b772008-06-26 21:27:46 +0200652static void set_dev_entry_bit(u16 devid, u8 bit)
653{
Joerg Roedelee6c2862011-11-09 12:06:03 +0100654 int i = (bit >> 6) & 0x03;
655 int _bit = bit & 0x3f;
Joerg Roedel3566b772008-06-26 21:27:46 +0200656
Joerg Roedelee6c2862011-11-09 12:06:03 +0100657 amd_iommu_dev_table[devid].data[i] |= (1UL << _bit);
Joerg Roedel3566b772008-06-26 21:27:46 +0200658}
659
Joerg Roedelc5cca142009-10-09 18:31:20 +0200660static int get_dev_entry_bit(u16 devid, u8 bit)
661{
Joerg Roedelee6c2862011-11-09 12:06:03 +0100662 int i = (bit >> 6) & 0x03;
663 int _bit = bit & 0x3f;
Joerg Roedelc5cca142009-10-09 18:31:20 +0200664
Joerg Roedelee6c2862011-11-09 12:06:03 +0100665 return (amd_iommu_dev_table[devid].data[i] & (1UL << _bit)) >> _bit;
Joerg Roedelc5cca142009-10-09 18:31:20 +0200666}
667
668
669void amd_iommu_apply_erratum_63(u16 devid)
670{
671 int sysmgt;
672
673 sysmgt = get_dev_entry_bit(devid, DEV_ENTRY_SYSMGT1) |
674 (get_dev_entry_bit(devid, DEV_ENTRY_SYSMGT2) << 1);
675
676 if (sysmgt == 0x01)
677 set_dev_entry_bit(devid, DEV_ENTRY_IW);
678}
679
Joerg Roedel5ff47892008-07-14 20:11:18 +0200680/* Writes the specific IOMMU for a device into the rlookup table */
681static void __init set_iommu_for_device(struct amd_iommu *iommu, u16 devid)
682{
683 amd_iommu_rlookup_table[devid] = iommu;
684}
685
Joerg Roedelb65233a2008-07-11 17:14:21 +0200686/*
687 * This function takes the device specific flags read from the ACPI
688 * table and sets up the device table entry with that information
689 */
Joerg Roedel5ff47892008-07-14 20:11:18 +0200690static void __init set_dev_entry_from_acpi(struct amd_iommu *iommu,
691 u16 devid, u32 flags, u32 ext_flags)
Joerg Roedel3566b772008-06-26 21:27:46 +0200692{
693 if (flags & ACPI_DEVFLAG_INITPASS)
694 set_dev_entry_bit(devid, DEV_ENTRY_INIT_PASS);
695 if (flags & ACPI_DEVFLAG_EXTINT)
696 set_dev_entry_bit(devid, DEV_ENTRY_EINT_PASS);
697 if (flags & ACPI_DEVFLAG_NMI)
698 set_dev_entry_bit(devid, DEV_ENTRY_NMI_PASS);
699 if (flags & ACPI_DEVFLAG_SYSMGT1)
700 set_dev_entry_bit(devid, DEV_ENTRY_SYSMGT1);
701 if (flags & ACPI_DEVFLAG_SYSMGT2)
702 set_dev_entry_bit(devid, DEV_ENTRY_SYSMGT2);
703 if (flags & ACPI_DEVFLAG_LINT0)
704 set_dev_entry_bit(devid, DEV_ENTRY_LINT0_PASS);
705 if (flags & ACPI_DEVFLAG_LINT1)
706 set_dev_entry_bit(devid, DEV_ENTRY_LINT1_PASS);
Joerg Roedel3566b772008-06-26 21:27:46 +0200707
Joerg Roedelc5cca142009-10-09 18:31:20 +0200708 amd_iommu_apply_erratum_63(devid);
709
Joerg Roedel5ff47892008-07-14 20:11:18 +0200710 set_iommu_for_device(iommu, devid);
Joerg Roedel3566b772008-06-26 21:27:46 +0200711}
712
Joerg Roedel31cff672013-04-09 16:53:58 +0200713static int __init add_special_device(u8 type, u8 id, u16 devid, bool cmd_line)
Joerg Roedel6efed632012-06-14 15:52:58 +0200714{
715 struct devid_map *entry;
716 struct list_head *list;
717
Joerg Roedel31cff672013-04-09 16:53:58 +0200718 if (type == IVHD_SPECIAL_IOAPIC)
719 list = &ioapic_map;
720 else if (type == IVHD_SPECIAL_HPET)
721 list = &hpet_map;
722 else
Joerg Roedel6efed632012-06-14 15:52:58 +0200723 return -EINVAL;
724
Joerg Roedel31cff672013-04-09 16:53:58 +0200725 list_for_each_entry(entry, list, list) {
726 if (!(entry->id == id && entry->cmd_line))
727 continue;
728
729 pr_info("AMD-Vi: Command-line override present for %s id %d - ignoring\n",
730 type == IVHD_SPECIAL_IOAPIC ? "IOAPIC" : "HPET", id);
731
732 return 0;
733 }
734
Joerg Roedel6efed632012-06-14 15:52:58 +0200735 entry = kzalloc(sizeof(*entry), GFP_KERNEL);
736 if (!entry)
737 return -ENOMEM;
738
Joerg Roedel31cff672013-04-09 16:53:58 +0200739 entry->id = id;
740 entry->devid = devid;
741 entry->cmd_line = cmd_line;
Joerg Roedel6efed632012-06-14 15:52:58 +0200742
743 list_add_tail(&entry->list, list);
744
745 return 0;
746}
747
Joerg Roedel235dacb2013-04-09 17:53:14 +0200748static int __init add_early_maps(void)
749{
750 int i, ret;
751
752 for (i = 0; i < early_ioapic_map_size; ++i) {
753 ret = add_special_device(IVHD_SPECIAL_IOAPIC,
754 early_ioapic_map[i].id,
755 early_ioapic_map[i].devid,
756 early_ioapic_map[i].cmd_line);
757 if (ret)
758 return ret;
759 }
760
761 for (i = 0; i < early_hpet_map_size; ++i) {
762 ret = add_special_device(IVHD_SPECIAL_HPET,
763 early_hpet_map[i].id,
764 early_hpet_map[i].devid,
765 early_hpet_map[i].cmd_line);
766 if (ret)
767 return ret;
768 }
769
770 return 0;
771}
772
Joerg Roedelb65233a2008-07-11 17:14:21 +0200773/*
Frank Arnolddf805ab2012-08-27 19:21:04 +0200774 * Reads the device exclusion range from ACPI and initializes the IOMMU with
Joerg Roedelb65233a2008-07-11 17:14:21 +0200775 * it
776 */
Joerg Roedel3566b772008-06-26 21:27:46 +0200777static void __init set_device_exclusion_range(u16 devid, struct ivmd_header *m)
778{
779 struct amd_iommu *iommu = amd_iommu_rlookup_table[devid];
780
781 if (!(m->flags & IVMD_FLAG_EXCL_RANGE))
782 return;
783
784 if (iommu) {
Joerg Roedelb65233a2008-07-11 17:14:21 +0200785 /*
786 * We only can configure exclusion ranges per IOMMU, not
787 * per device. But we can enable the exclusion range per
788 * device. This is done here
789 */
Joerg Roedel3566b772008-06-26 21:27:46 +0200790 set_dev_entry_bit(m->devid, DEV_ENTRY_EX);
791 iommu->exclusion_start = m->range_start;
792 iommu->exclusion_length = m->range_length;
793 }
794}
795
Joerg Roedelb65233a2008-07-11 17:14:21 +0200796/*
Joerg Roedelb65233a2008-07-11 17:14:21 +0200797 * Takes a pointer to an AMD IOMMU entry in the ACPI table and
798 * initializes the hardware and our data structures with it.
799 */
Joerg Roedel6efed632012-06-14 15:52:58 +0200800static int __init init_iommu_from_acpi(struct amd_iommu *iommu,
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200801 struct ivhd_header *h)
802{
803 u8 *p = (u8 *)h;
804 u8 *end = p, flags = 0;
Joerg Roedel0de66d52011-06-06 16:04:02 +0200805 u16 devid = 0, devid_start = 0, devid_to = 0;
806 u32 dev_i, ext_flags = 0;
Joerg Roedel58a3bee2008-07-11 17:14:30 +0200807 bool alias = false;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200808 struct ivhd_entry *e;
Joerg Roedel235dacb2013-04-09 17:53:14 +0200809 int ret;
810
811
812 ret = add_early_maps();
813 if (ret)
814 return ret;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200815
816 /*
Joerg Roedele9bf5192010-09-20 14:33:07 +0200817 * First save the recommended feature enable bits from ACPI
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200818 */
Joerg Roedele9bf5192010-09-20 14:33:07 +0200819 iommu->acpi_flags = h->flags;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200820
821 /*
822 * Done. Now parse the device entries
823 */
824 p += sizeof(struct ivhd_header);
825 end += h->length;
826
Joerg Roedel42a698f2009-05-20 15:41:28 +0200827
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200828 while (p < end) {
829 e = (struct ivhd_entry *)p;
830 switch (e->type) {
831 case IVHD_DEV_ALL:
Joerg Roedel42a698f2009-05-20 15:41:28 +0200832
833 DUMP_printk(" DEV_ALL\t\t\t first devid: %02x:%02x.%x"
834 " last device %02x:%02x.%x flags: %02x\n",
835 PCI_BUS(iommu->first_device),
836 PCI_SLOT(iommu->first_device),
837 PCI_FUNC(iommu->first_device),
838 PCI_BUS(iommu->last_device),
839 PCI_SLOT(iommu->last_device),
840 PCI_FUNC(iommu->last_device),
841 e->flags);
842
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200843 for (dev_i = iommu->first_device;
844 dev_i <= iommu->last_device; ++dev_i)
Joerg Roedel5ff47892008-07-14 20:11:18 +0200845 set_dev_entry_from_acpi(iommu, dev_i,
846 e->flags, 0);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200847 break;
848 case IVHD_DEV_SELECT:
Joerg Roedel42a698f2009-05-20 15:41:28 +0200849
850 DUMP_printk(" DEV_SELECT\t\t\t devid: %02x:%02x.%x "
851 "flags: %02x\n",
852 PCI_BUS(e->devid),
853 PCI_SLOT(e->devid),
854 PCI_FUNC(e->devid),
855 e->flags);
856
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200857 devid = e->devid;
Joerg Roedel5ff47892008-07-14 20:11:18 +0200858 set_dev_entry_from_acpi(iommu, devid, e->flags, 0);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200859 break;
860 case IVHD_DEV_SELECT_RANGE_START:
Joerg Roedel42a698f2009-05-20 15:41:28 +0200861
862 DUMP_printk(" DEV_SELECT_RANGE_START\t "
863 "devid: %02x:%02x.%x flags: %02x\n",
864 PCI_BUS(e->devid),
865 PCI_SLOT(e->devid),
866 PCI_FUNC(e->devid),
867 e->flags);
868
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200869 devid_start = e->devid;
870 flags = e->flags;
871 ext_flags = 0;
Joerg Roedel58a3bee2008-07-11 17:14:30 +0200872 alias = false;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200873 break;
874 case IVHD_DEV_ALIAS:
Joerg Roedel42a698f2009-05-20 15:41:28 +0200875
876 DUMP_printk(" DEV_ALIAS\t\t\t devid: %02x:%02x.%x "
877 "flags: %02x devid_to: %02x:%02x.%x\n",
878 PCI_BUS(e->devid),
879 PCI_SLOT(e->devid),
880 PCI_FUNC(e->devid),
881 e->flags,
882 PCI_BUS(e->ext >> 8),
883 PCI_SLOT(e->ext >> 8),
884 PCI_FUNC(e->ext >> 8));
885
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200886 devid = e->devid;
887 devid_to = e->ext >> 8;
Joerg Roedel7a6a3a02009-07-02 12:23:23 +0200888 set_dev_entry_from_acpi(iommu, devid , e->flags, 0);
Neil Turton7455aab2009-05-14 14:08:11 +0100889 set_dev_entry_from_acpi(iommu, devid_to, e->flags, 0);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200890 amd_iommu_alias_table[devid] = devid_to;
891 break;
892 case IVHD_DEV_ALIAS_RANGE:
Joerg Roedel42a698f2009-05-20 15:41:28 +0200893
894 DUMP_printk(" DEV_ALIAS_RANGE\t\t "
895 "devid: %02x:%02x.%x flags: %02x "
896 "devid_to: %02x:%02x.%x\n",
897 PCI_BUS(e->devid),
898 PCI_SLOT(e->devid),
899 PCI_FUNC(e->devid),
900 e->flags,
901 PCI_BUS(e->ext >> 8),
902 PCI_SLOT(e->ext >> 8),
903 PCI_FUNC(e->ext >> 8));
904
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200905 devid_start = e->devid;
906 flags = e->flags;
907 devid_to = e->ext >> 8;
908 ext_flags = 0;
Joerg Roedel58a3bee2008-07-11 17:14:30 +0200909 alias = true;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200910 break;
911 case IVHD_DEV_EXT_SELECT:
Joerg Roedel42a698f2009-05-20 15:41:28 +0200912
913 DUMP_printk(" DEV_EXT_SELECT\t\t devid: %02x:%02x.%x "
914 "flags: %02x ext: %08x\n",
915 PCI_BUS(e->devid),
916 PCI_SLOT(e->devid),
917 PCI_FUNC(e->devid),
918 e->flags, e->ext);
919
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200920 devid = e->devid;
Joerg Roedel5ff47892008-07-14 20:11:18 +0200921 set_dev_entry_from_acpi(iommu, devid, e->flags,
922 e->ext);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200923 break;
924 case IVHD_DEV_EXT_SELECT_RANGE:
Joerg Roedel42a698f2009-05-20 15:41:28 +0200925
926 DUMP_printk(" DEV_EXT_SELECT_RANGE\t devid: "
927 "%02x:%02x.%x flags: %02x ext: %08x\n",
928 PCI_BUS(e->devid),
929 PCI_SLOT(e->devid),
930 PCI_FUNC(e->devid),
931 e->flags, e->ext);
932
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200933 devid_start = e->devid;
934 flags = e->flags;
935 ext_flags = e->ext;
Joerg Roedel58a3bee2008-07-11 17:14:30 +0200936 alias = false;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200937 break;
938 case IVHD_DEV_RANGE_END:
Joerg Roedel42a698f2009-05-20 15:41:28 +0200939
940 DUMP_printk(" DEV_RANGE_END\t\t devid: %02x:%02x.%x\n",
941 PCI_BUS(e->devid),
942 PCI_SLOT(e->devid),
943 PCI_FUNC(e->devid));
944
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200945 devid = e->devid;
946 for (dev_i = devid_start; dev_i <= devid; ++dev_i) {
Joerg Roedel7a6a3a02009-07-02 12:23:23 +0200947 if (alias) {
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200948 amd_iommu_alias_table[dev_i] = devid_to;
Joerg Roedel7a6a3a02009-07-02 12:23:23 +0200949 set_dev_entry_from_acpi(iommu,
950 devid_to, flags, ext_flags);
951 }
952 set_dev_entry_from_acpi(iommu, dev_i,
953 flags, ext_flags);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200954 }
955 break;
Joerg Roedel6efed632012-06-14 15:52:58 +0200956 case IVHD_DEV_SPECIAL: {
957 u8 handle, type;
958 const char *var;
959 u16 devid;
960 int ret;
961
962 handle = e->ext & 0xff;
963 devid = (e->ext >> 8) & 0xffff;
964 type = (e->ext >> 24) & 0xff;
965
966 if (type == IVHD_SPECIAL_IOAPIC)
967 var = "IOAPIC";
968 else if (type == IVHD_SPECIAL_HPET)
969 var = "HPET";
970 else
971 var = "UNKNOWN";
972
973 DUMP_printk(" DEV_SPECIAL(%s[%d])\t\tdevid: %02x:%02x.%x\n",
974 var, (int)handle,
975 PCI_BUS(devid),
976 PCI_SLOT(devid),
977 PCI_FUNC(devid));
978
979 set_dev_entry_from_acpi(iommu, devid, e->flags, 0);
Joerg Roedel31cff672013-04-09 16:53:58 +0200980 ret = add_special_device(type, handle, devid, false);
Joerg Roedel6efed632012-06-14 15:52:58 +0200981 if (ret)
982 return ret;
983 break;
984 }
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200985 default:
986 break;
987 }
988
Joerg Roedelb514e552008-09-17 17:14:27 +0200989 p += ivhd_entry_length(p);
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200990 }
Joerg Roedel6efed632012-06-14 15:52:58 +0200991
992 return 0;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200993}
994
Joerg Roedelb65233a2008-07-11 17:14:21 +0200995/* Initializes the device->iommu mapping for the driver */
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200996static int __init init_iommu_devices(struct amd_iommu *iommu)
997{
Joerg Roedel0de66d52011-06-06 16:04:02 +0200998 u32 i;
Joerg Roedel5d0c8e42008-06-26 21:27:47 +0200999
1000 for (i = iommu->first_device; i <= iommu->last_device; ++i)
1001 set_iommu_for_device(iommu, i);
1002
1003 return 0;
1004}
1005
Joerg Roedele47d4022008-06-26 21:27:48 +02001006static void __init free_iommu_one(struct amd_iommu *iommu)
1007{
1008 free_command_buffer(iommu);
Joerg Roedel335503e2008-09-05 14:29:07 +02001009 free_event_buffer(iommu);
Joerg Roedel1a29ac02011-11-10 15:41:40 +01001010 free_ppr_log(iommu);
Joerg Roedele47d4022008-06-26 21:27:48 +02001011 iommu_unmap_mmio_space(iommu);
1012}
1013
1014static void __init free_iommu_all(void)
1015{
1016 struct amd_iommu *iommu, *next;
1017
Joerg Roedel3bd22172009-05-04 15:06:20 +02001018 for_each_iommu_safe(iommu, next) {
Joerg Roedele47d4022008-06-26 21:27:48 +02001019 list_del(&iommu->list);
1020 free_iommu_one(iommu);
1021 kfree(iommu);
1022 }
1023}
1024
Joerg Roedelb65233a2008-07-11 17:14:21 +02001025/*
Suravee Suthikulpanit318fe782013-01-24 13:17:53 -06001026 * Family15h Model 10h-1fh erratum 746 (IOMMU Logging May Stall Translations)
1027 * Workaround:
1028 * BIOS should disable L2B micellaneous clock gating by setting
1029 * L2_L2B_CK_GATE_CONTROL[CKGateL2BMiscDisable](D0F2xF4_x90[2]) = 1b
1030 */
Nikola Pajkovskye2f1a3b2013-02-26 16:12:05 +01001031static void amd_iommu_erratum_746_workaround(struct amd_iommu *iommu)
Suravee Suthikulpanit318fe782013-01-24 13:17:53 -06001032{
1033 u32 value;
1034
1035 if ((boot_cpu_data.x86 != 0x15) ||
1036 (boot_cpu_data.x86_model < 0x10) ||
1037 (boot_cpu_data.x86_model > 0x1f))
1038 return;
1039
1040 pci_write_config_dword(iommu->dev, 0xf0, 0x90);
1041 pci_read_config_dword(iommu->dev, 0xf4, &value);
1042
1043 if (value & BIT(2))
1044 return;
1045
1046 /* Select NB indirect register 0x90 and enable writing */
1047 pci_write_config_dword(iommu->dev, 0xf0, 0x90 | (1 << 8));
1048
1049 pci_write_config_dword(iommu->dev, 0xf4, value | 0x4);
1050 pr_info("AMD-Vi: Applying erratum 746 workaround for IOMMU at %s\n",
1051 dev_name(&iommu->dev->dev));
1052
1053 /* Clear the enable writing bit */
1054 pci_write_config_dword(iommu->dev, 0xf0, 0x90);
1055}
1056
1057/*
Joerg Roedelb65233a2008-07-11 17:14:21 +02001058 * This function clues the initialization function for one IOMMU
1059 * together and also allocates the command buffer and programs the
1060 * hardware. It does NOT enable the IOMMU. This is done afterwards.
1061 */
Joerg Roedele47d4022008-06-26 21:27:48 +02001062static int __init init_iommu_one(struct amd_iommu *iommu, struct ivhd_header *h)
1063{
Joerg Roedel6efed632012-06-14 15:52:58 +02001064 int ret;
1065
Joerg Roedele47d4022008-06-26 21:27:48 +02001066 spin_lock_init(&iommu->lock);
Joerg Roedelbb527772009-11-20 14:31:51 +01001067
1068 /* Add IOMMU to internal data structures */
Joerg Roedele47d4022008-06-26 21:27:48 +02001069 list_add_tail(&iommu->list, &amd_iommu_list);
Joerg Roedelbb527772009-11-20 14:31:51 +01001070 iommu->index = amd_iommus_present++;
1071
1072 if (unlikely(iommu->index >= MAX_IOMMUS)) {
1073 WARN(1, "AMD-Vi: System has more IOMMUs than supported by this driver\n");
1074 return -ENOSYS;
1075 }
1076
1077 /* Index is fine - add IOMMU to the array */
1078 amd_iommus[iommu->index] = iommu;
Joerg Roedele47d4022008-06-26 21:27:48 +02001079
1080 /*
1081 * Copy data from ACPI table entry to the iommu struct
1082 */
Joerg Roedel23c742d2012-06-12 11:47:34 +02001083 iommu->devid = h->devid;
Joerg Roedele47d4022008-06-26 21:27:48 +02001084 iommu->cap_ptr = h->cap_ptr;
Joerg Roedelee893c22008-09-08 14:48:04 +02001085 iommu->pci_seg = h->pci_seg;
Joerg Roedele47d4022008-06-26 21:27:48 +02001086 iommu->mmio_phys = h->mmio_phys;
1087 iommu->mmio_base = iommu_map_mmio_space(h->mmio_phys);
1088 if (!iommu->mmio_base)
1089 return -ENOMEM;
1090
Joerg Roedele47d4022008-06-26 21:27:48 +02001091 iommu->cmd_buf = alloc_command_buffer(iommu);
1092 if (!iommu->cmd_buf)
1093 return -ENOMEM;
1094
Joerg Roedel335503e2008-09-05 14:29:07 +02001095 iommu->evt_buf = alloc_event_buffer(iommu);
1096 if (!iommu->evt_buf)
1097 return -ENOMEM;
1098
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001099 iommu->int_enabled = false;
1100
Joerg Roedel6efed632012-06-14 15:52:58 +02001101 ret = init_iommu_from_acpi(iommu, h);
1102 if (ret)
1103 return ret;
Joerg Roedelf6fec002012-06-21 16:51:25 +02001104
1105 /*
1106 * Make sure IOMMU is not considered to translate itself. The IVRS
1107 * table tells us so, but this is a lie!
1108 */
1109 amd_iommu_rlookup_table[iommu->devid] = NULL;
1110
Joerg Roedele47d4022008-06-26 21:27:48 +02001111 init_iommu_devices(iommu);
1112
Joerg Roedel23c742d2012-06-12 11:47:34 +02001113 return 0;
Joerg Roedele47d4022008-06-26 21:27:48 +02001114}
1115
Joerg Roedelb65233a2008-07-11 17:14:21 +02001116/*
1117 * Iterates over all IOMMU entries in the ACPI table, allocates the
1118 * IOMMU structure and initializes it with init_iommu_one()
1119 */
Joerg Roedele47d4022008-06-26 21:27:48 +02001120static int __init init_iommu_all(struct acpi_table_header *table)
1121{
1122 u8 *p = (u8 *)table, *end = (u8 *)table;
1123 struct ivhd_header *h;
1124 struct amd_iommu *iommu;
1125 int ret;
1126
Joerg Roedele47d4022008-06-26 21:27:48 +02001127 end += table->length;
1128 p += IVRS_HEADER_LENGTH;
1129
1130 while (p < end) {
1131 h = (struct ivhd_header *)p;
1132 switch (*p) {
1133 case ACPI_IVHD_TYPE:
Joerg Roedel9c720412009-05-20 13:53:57 +02001134
Joerg Roedelae908c22009-09-01 16:52:16 +02001135 DUMP_printk("device: %02x:%02x.%01x cap: %04x "
Joerg Roedel9c720412009-05-20 13:53:57 +02001136 "seg: %d flags: %01x info %04x\n",
1137 PCI_BUS(h->devid), PCI_SLOT(h->devid),
1138 PCI_FUNC(h->devid), h->cap_ptr,
1139 h->pci_seg, h->flags, h->info);
1140 DUMP_printk(" mmio-addr: %016llx\n",
1141 h->mmio_phys);
1142
Joerg Roedele47d4022008-06-26 21:27:48 +02001143 iommu = kzalloc(sizeof(struct amd_iommu), GFP_KERNEL);
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001144 if (iommu == NULL)
1145 return -ENOMEM;
Joerg Roedel3551a702010-03-01 13:52:19 +01001146
Joerg Roedele47d4022008-06-26 21:27:48 +02001147 ret = init_iommu_one(iommu, h);
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001148 if (ret)
1149 return ret;
Joerg Roedele47d4022008-06-26 21:27:48 +02001150 break;
1151 default:
1152 break;
1153 }
1154 p += h->length;
1155
1156 }
1157 WARN_ON(p != end);
1158
1159 return 0;
1160}
1161
Joerg Roedel23c742d2012-06-12 11:47:34 +02001162static int iommu_init_pci(struct amd_iommu *iommu)
1163{
1164 int cap_ptr = iommu->cap_ptr;
1165 u32 range, misc, low, high;
1166
1167 iommu->dev = pci_get_bus_and_slot(PCI_BUS(iommu->devid),
1168 iommu->devid & 0xff);
1169 if (!iommu->dev)
1170 return -ENODEV;
1171
1172 pci_read_config_dword(iommu->dev, cap_ptr + MMIO_CAP_HDR_OFFSET,
1173 &iommu->cap);
1174 pci_read_config_dword(iommu->dev, cap_ptr + MMIO_RANGE_OFFSET,
1175 &range);
1176 pci_read_config_dword(iommu->dev, cap_ptr + MMIO_MISC_OFFSET,
1177 &misc);
1178
1179 iommu->first_device = calc_devid(MMIO_GET_BUS(range),
1180 MMIO_GET_FD(range));
1181 iommu->last_device = calc_devid(MMIO_GET_BUS(range),
1182 MMIO_GET_LD(range));
1183
1184 if (!(iommu->cap & (1 << IOMMU_CAP_IOTLB)))
1185 amd_iommu_iotlb_sup = false;
1186
1187 /* read extended feature bits */
1188 low = readl(iommu->mmio_base + MMIO_EXT_FEATURES);
1189 high = readl(iommu->mmio_base + MMIO_EXT_FEATURES + 4);
1190
1191 iommu->features = ((u64)high << 32) | low;
1192
1193 if (iommu_feature(iommu, FEATURE_GT)) {
1194 int glxval;
1195 u32 pasids;
1196 u64 shift;
1197
1198 shift = iommu->features & FEATURE_PASID_MASK;
1199 shift >>= FEATURE_PASID_SHIFT;
1200 pasids = (1 << shift);
1201
1202 amd_iommu_max_pasids = min(amd_iommu_max_pasids, pasids);
1203
1204 glxval = iommu->features & FEATURE_GLXVAL_MASK;
1205 glxval >>= FEATURE_GLXVAL_SHIFT;
1206
1207 if (amd_iommu_max_glx_val == -1)
1208 amd_iommu_max_glx_val = glxval;
1209 else
1210 amd_iommu_max_glx_val = min(amd_iommu_max_glx_val, glxval);
1211 }
1212
1213 if (iommu_feature(iommu, FEATURE_GT) &&
1214 iommu_feature(iommu, FEATURE_PPR)) {
1215 iommu->is_iommu_v2 = true;
1216 amd_iommu_v2_present = true;
1217 }
1218
1219 if (iommu_feature(iommu, FEATURE_PPR)) {
1220 iommu->ppr_log = alloc_ppr_log(iommu);
1221 if (!iommu->ppr_log)
1222 return -ENOMEM;
1223 }
1224
1225 if (iommu->cap & (1UL << IOMMU_CAP_NPCACHE))
1226 amd_iommu_np_cache = true;
1227
1228 if (is_rd890_iommu(iommu->dev)) {
1229 int i, j;
1230
1231 iommu->root_pdev = pci_get_bus_and_slot(iommu->dev->bus->number,
1232 PCI_DEVFN(0, 0));
1233
1234 /*
1235 * Some rd890 systems may not be fully reconfigured by the
1236 * BIOS, so it's necessary for us to store this information so
1237 * it can be reprogrammed on resume
1238 */
1239 pci_read_config_dword(iommu->dev, iommu->cap_ptr + 4,
1240 &iommu->stored_addr_lo);
1241 pci_read_config_dword(iommu->dev, iommu->cap_ptr + 8,
1242 &iommu->stored_addr_hi);
1243
1244 /* Low bit locks writes to configuration space */
1245 iommu->stored_addr_lo &= ~1;
1246
1247 for (i = 0; i < 6; i++)
1248 for (j = 0; j < 0x12; j++)
1249 iommu->stored_l1[i][j] = iommu_read_l1(iommu, i, j);
1250
1251 for (i = 0; i < 0x83; i++)
1252 iommu->stored_l2[i] = iommu_read_l2(iommu, i);
1253 }
1254
Suravee Suthikulpanit318fe782013-01-24 13:17:53 -06001255 amd_iommu_erratum_746_workaround(iommu);
1256
Joerg Roedel23c742d2012-06-12 11:47:34 +02001257 return pci_enable_device(iommu->dev);
1258}
1259
Joerg Roedel4d121c32012-06-14 12:21:55 +02001260static void print_iommu_info(void)
1261{
1262 static const char * const feat_str[] = {
1263 "PreF", "PPR", "X2APIC", "NX", "GT", "[5]",
1264 "IA", "GA", "HE", "PC"
1265 };
1266 struct amd_iommu *iommu;
1267
1268 for_each_iommu(iommu) {
1269 int i;
1270
1271 pr_info("AMD-Vi: Found IOMMU at %s cap 0x%hx\n",
1272 dev_name(&iommu->dev->dev), iommu->cap_ptr);
1273
1274 if (iommu->cap & (1 << IOMMU_CAP_EFR)) {
1275 pr_info("AMD-Vi: Extended features: ");
Joerg Roedel2bd5ed02012-08-10 11:34:08 +02001276 for (i = 0; i < ARRAY_SIZE(feat_str); ++i) {
Joerg Roedel4d121c32012-06-14 12:21:55 +02001277 if (iommu_feature(iommu, (1ULL << i)))
1278 pr_cont(" %s", feat_str[i]);
1279 }
Joerg Roedel4d121c32012-06-14 12:21:55 +02001280 pr_cont("\n");
Borislav Petkov500c25e2012-09-28 16:22:26 +02001281 }
Joerg Roedel4d121c32012-06-14 12:21:55 +02001282 }
Joerg Roedelebe60bb2012-07-02 18:36:03 +02001283 if (irq_remapping_enabled)
1284 pr_info("AMD-Vi: Interrupt remapping enabled\n");
Joerg Roedel4d121c32012-06-14 12:21:55 +02001285}
1286
Joerg Roedel2c0ae172012-06-12 15:59:30 +02001287static int __init amd_iommu_init_pci(void)
Joerg Roedel23c742d2012-06-12 11:47:34 +02001288{
1289 struct amd_iommu *iommu;
1290 int ret = 0;
1291
1292 for_each_iommu(iommu) {
1293 ret = iommu_init_pci(iommu);
1294 if (ret)
1295 break;
1296 }
1297
Joerg Roedel23c742d2012-06-12 11:47:34 +02001298 ret = amd_iommu_init_devices();
1299
Joerg Roedel4d121c32012-06-14 12:21:55 +02001300 print_iommu_info();
1301
Joerg Roedel23c742d2012-06-12 11:47:34 +02001302 return ret;
1303}
1304
Joerg Roedelb65233a2008-07-11 17:14:21 +02001305/****************************************************************************
1306 *
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001307 * The following functions initialize the MSI interrupts for all IOMMUs
Frank Arnolddf805ab2012-08-27 19:21:04 +02001308 * in the system. It's a bit challenging because there could be multiple
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001309 * IOMMUs per PCI BDF but we can call pci_enable_msi(x) only once per
1310 * pci_dev.
1311 *
1312 ****************************************************************************/
1313
Joerg Roedel9f800de2009-11-23 12:45:25 +01001314static int iommu_setup_msi(struct amd_iommu *iommu)
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001315{
1316 int r;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001317
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001318 r = pci_enable_msi(iommu->dev);
1319 if (r)
1320 return r;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001321
Joerg Roedel72fe00f2011-05-10 10:50:42 +02001322 r = request_threaded_irq(iommu->dev->irq,
1323 amd_iommu_int_handler,
1324 amd_iommu_int_thread,
1325 0, "AMD-Vi",
1326 iommu->dev);
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001327
1328 if (r) {
1329 pci_disable_msi(iommu->dev);
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001330 return r;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001331 }
1332
Joerg Roedelfab6afa2009-05-04 18:46:34 +02001333 iommu->int_enabled = true;
Joerg Roedel1a29ac02011-11-10 15:41:40 +01001334
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001335 return 0;
1336}
1337
Joerg Roedel05f92db2009-05-12 09:52:46 +02001338static int iommu_init_msi(struct amd_iommu *iommu)
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001339{
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001340 int ret;
1341
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001342 if (iommu->int_enabled)
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001343 goto enable_faults;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001344
Joerg Roedeld91cecd2009-05-04 18:51:00 +02001345 if (pci_find_capability(iommu->dev, PCI_CAP_ID_MSI))
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001346 ret = iommu_setup_msi(iommu);
1347 else
1348 ret = -ENODEV;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001349
Joerg Roedel9ddd5922012-03-15 16:29:47 +01001350 if (ret)
1351 return ret;
1352
1353enable_faults:
1354 iommu_feature_enable(iommu, CONTROL_EVT_INT_EN);
1355
1356 if (iommu->ppr_log != NULL)
1357 iommu_feature_enable(iommu, CONTROL_PPFINT_EN);
1358
1359 return 0;
Joerg Roedela80dc3e2008-09-11 16:51:41 +02001360}
1361
1362/****************************************************************************
1363 *
Joerg Roedelb65233a2008-07-11 17:14:21 +02001364 * The next functions belong to the third pass of parsing the ACPI
1365 * table. In this last pass the memory mapping requirements are
Frank Arnolddf805ab2012-08-27 19:21:04 +02001366 * gathered (like exclusion and unity mapping ranges).
Joerg Roedelb65233a2008-07-11 17:14:21 +02001367 *
1368 ****************************************************************************/
1369
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001370static void __init free_unity_maps(void)
1371{
1372 struct unity_map_entry *entry, *next;
1373
1374 list_for_each_entry_safe(entry, next, &amd_iommu_unity_map, list) {
1375 list_del(&entry->list);
1376 kfree(entry);
1377 }
1378}
1379
Joerg Roedelb65233a2008-07-11 17:14:21 +02001380/* called when we find an exclusion range definition in ACPI */
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001381static int __init init_exclusion_range(struct ivmd_header *m)
1382{
1383 int i;
1384
1385 switch (m->type) {
1386 case ACPI_IVMD_TYPE:
1387 set_device_exclusion_range(m->devid, m);
1388 break;
1389 case ACPI_IVMD_TYPE_ALL:
Joerg Roedel3a61ec32008-07-25 13:07:50 +02001390 for (i = 0; i <= amd_iommu_last_bdf; ++i)
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001391 set_device_exclusion_range(i, m);
1392 break;
1393 case ACPI_IVMD_TYPE_RANGE:
1394 for (i = m->devid; i <= m->aux; ++i)
1395 set_device_exclusion_range(i, m);
1396 break;
1397 default:
1398 break;
1399 }
1400
1401 return 0;
1402}
1403
Joerg Roedelb65233a2008-07-11 17:14:21 +02001404/* called for unity map ACPI definition */
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001405static int __init init_unity_map_range(struct ivmd_header *m)
1406{
Joerg Roedel98f1ad22012-07-06 13:28:37 +02001407 struct unity_map_entry *e = NULL;
Joerg Roedel02acc432009-05-20 16:24:21 +02001408 char *s;
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001409
1410 e = kzalloc(sizeof(*e), GFP_KERNEL);
1411 if (e == NULL)
1412 return -ENOMEM;
1413
1414 switch (m->type) {
1415 default:
Joerg Roedel0bc252f2009-05-22 12:48:05 +02001416 kfree(e);
1417 return 0;
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001418 case ACPI_IVMD_TYPE:
Joerg Roedel02acc432009-05-20 16:24:21 +02001419 s = "IVMD_TYPEi\t\t\t";
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001420 e->devid_start = e->devid_end = m->devid;
1421 break;
1422 case ACPI_IVMD_TYPE_ALL:
Joerg Roedel02acc432009-05-20 16:24:21 +02001423 s = "IVMD_TYPE_ALL\t\t";
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001424 e->devid_start = 0;
1425 e->devid_end = amd_iommu_last_bdf;
1426 break;
1427 case ACPI_IVMD_TYPE_RANGE:
Joerg Roedel02acc432009-05-20 16:24:21 +02001428 s = "IVMD_TYPE_RANGE\t\t";
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001429 e->devid_start = m->devid;
1430 e->devid_end = m->aux;
1431 break;
1432 }
1433 e->address_start = PAGE_ALIGN(m->range_start);
1434 e->address_end = e->address_start + PAGE_ALIGN(m->range_length);
1435 e->prot = m->flags >> 1;
1436
Joerg Roedel02acc432009-05-20 16:24:21 +02001437 DUMP_printk("%s devid_start: %02x:%02x.%x devid_end: %02x:%02x.%x"
1438 " range_start: %016llx range_end: %016llx flags: %x\n", s,
1439 PCI_BUS(e->devid_start), PCI_SLOT(e->devid_start),
1440 PCI_FUNC(e->devid_start), PCI_BUS(e->devid_end),
1441 PCI_SLOT(e->devid_end), PCI_FUNC(e->devid_end),
1442 e->address_start, e->address_end, m->flags);
1443
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001444 list_add_tail(&e->list, &amd_iommu_unity_map);
1445
1446 return 0;
1447}
1448
Joerg Roedelb65233a2008-07-11 17:14:21 +02001449/* iterates over all memory definitions we find in the ACPI table */
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001450static int __init init_memory_definitions(struct acpi_table_header *table)
1451{
1452 u8 *p = (u8 *)table, *end = (u8 *)table;
1453 struct ivmd_header *m;
1454
Joerg Roedelbe2a0222008-06-26 21:27:49 +02001455 end += table->length;
1456 p += IVRS_HEADER_LENGTH;
1457
1458 while (p < end) {
1459 m = (struct ivmd_header *)p;
1460 if (m->flags & IVMD_FLAG_EXCL_RANGE)
1461 init_exclusion_range(m);
1462 else if (m->flags & IVMD_FLAG_UNITY_MAP)
1463 init_unity_map_range(m);
1464
1465 p += m->length;
1466 }
1467
1468 return 0;
1469}
1470
Joerg Roedelb65233a2008-07-11 17:14:21 +02001471/*
Joerg Roedel9f5f5fb2008-08-14 19:55:16 +02001472 * Init the device table to not allow DMA access for devices and
1473 * suppress all page faults
1474 */
Joerg Roedel33f28c52012-06-15 18:03:31 +02001475static void init_device_table_dma(void)
Joerg Roedel9f5f5fb2008-08-14 19:55:16 +02001476{
Joerg Roedel0de66d52011-06-06 16:04:02 +02001477 u32 devid;
Joerg Roedel9f5f5fb2008-08-14 19:55:16 +02001478
1479 for (devid = 0; devid <= amd_iommu_last_bdf; ++devid) {
1480 set_dev_entry_bit(devid, DEV_ENTRY_VALID);
1481 set_dev_entry_bit(devid, DEV_ENTRY_TRANSLATION);
Joerg Roedel9f5f5fb2008-08-14 19:55:16 +02001482 }
1483}
1484
Joerg Roedeld04e0ba2012-07-02 16:02:20 +02001485static void __init uninit_device_table_dma(void)
1486{
1487 u32 devid;
1488
1489 for (devid = 0; devid <= amd_iommu_last_bdf; ++devid) {
1490 amd_iommu_dev_table[devid].data[0] = 0ULL;
1491 amd_iommu_dev_table[devid].data[1] = 0ULL;
1492 }
1493}
1494
Joerg Roedel33f28c52012-06-15 18:03:31 +02001495static void init_device_table(void)
1496{
1497 u32 devid;
1498
1499 if (!amd_iommu_irq_remap)
1500 return;
1501
1502 for (devid = 0; devid <= amd_iommu_last_bdf; ++devid)
1503 set_dev_entry_bit(devid, DEV_ENTRY_IRQ_TBL_EN);
1504}
1505
Joerg Roedele9bf5192010-09-20 14:33:07 +02001506static void iommu_init_flags(struct amd_iommu *iommu)
1507{
1508 iommu->acpi_flags & IVHD_FLAG_HT_TUN_EN_MASK ?
1509 iommu_feature_enable(iommu, CONTROL_HT_TUN_EN) :
1510 iommu_feature_disable(iommu, CONTROL_HT_TUN_EN);
1511
1512 iommu->acpi_flags & IVHD_FLAG_PASSPW_EN_MASK ?
1513 iommu_feature_enable(iommu, CONTROL_PASSPW_EN) :
1514 iommu_feature_disable(iommu, CONTROL_PASSPW_EN);
1515
1516 iommu->acpi_flags & IVHD_FLAG_RESPASSPW_EN_MASK ?
1517 iommu_feature_enable(iommu, CONTROL_RESPASSPW_EN) :
1518 iommu_feature_disable(iommu, CONTROL_RESPASSPW_EN);
1519
1520 iommu->acpi_flags & IVHD_FLAG_ISOC_EN_MASK ?
1521 iommu_feature_enable(iommu, CONTROL_ISOC_EN) :
1522 iommu_feature_disable(iommu, CONTROL_ISOC_EN);
1523
1524 /*
1525 * make IOMMU memory accesses cache coherent
1526 */
1527 iommu_feature_enable(iommu, CONTROL_COHERENT_EN);
Joerg Roedel1456e9d2011-12-22 14:51:53 +01001528
1529 /* Set IOTLB invalidation timeout to 1s */
1530 iommu_set_inv_tlb_timeout(iommu, CTRL_INV_TO_1S);
Joerg Roedele9bf5192010-09-20 14:33:07 +02001531}
1532
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001533static void iommu_apply_resume_quirks(struct amd_iommu *iommu)
Joerg Roedel4c894f42010-09-23 15:15:19 +02001534{
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001535 int i, j;
1536 u32 ioc_feature_control;
Joerg Roedelc1bf94e2012-05-31 17:38:11 +02001537 struct pci_dev *pdev = iommu->root_pdev;
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001538
1539 /* RD890 BIOSes may not have completely reconfigured the iommu */
Joerg Roedelc1bf94e2012-05-31 17:38:11 +02001540 if (!is_rd890_iommu(iommu->dev) || !pdev)
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001541 return;
1542
1543 /*
1544 * First, we need to ensure that the iommu is enabled. This is
1545 * controlled by a register in the northbridge
1546 */
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001547
1548 /* Select Northbridge indirect register 0x75 and enable writing */
1549 pci_write_config_dword(pdev, 0x60, 0x75 | (1 << 7));
1550 pci_read_config_dword(pdev, 0x64, &ioc_feature_control);
1551
1552 /* Enable the iommu */
1553 if (!(ioc_feature_control & 0x1))
1554 pci_write_config_dword(pdev, 0x64, ioc_feature_control | 1);
1555
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001556 /* Restore the iommu BAR */
1557 pci_write_config_dword(iommu->dev, iommu->cap_ptr + 4,
1558 iommu->stored_addr_lo);
1559 pci_write_config_dword(iommu->dev, iommu->cap_ptr + 8,
1560 iommu->stored_addr_hi);
1561
1562 /* Restore the l1 indirect regs for each of the 6 l1s */
1563 for (i = 0; i < 6; i++)
1564 for (j = 0; j < 0x12; j++)
1565 iommu_write_l1(iommu, i, j, iommu->stored_l1[i][j]);
1566
1567 /* Restore the l2 indirect regs */
1568 for (i = 0; i < 0x83; i++)
1569 iommu_write_l2(iommu, i, iommu->stored_l2[i]);
1570
1571 /* Lock PCI setup registers */
1572 pci_write_config_dword(iommu->dev, iommu->cap_ptr + 4,
1573 iommu->stored_addr_lo | 1);
Joerg Roedel4c894f42010-09-23 15:15:19 +02001574}
1575
Joerg Roedel9f5f5fb2008-08-14 19:55:16 +02001576/*
Joerg Roedelb65233a2008-07-11 17:14:21 +02001577 * This function finally enables all IOMMUs found in the system after
1578 * they have been initialized
1579 */
Joerg Roedel11ee5ac2012-06-12 16:30:06 +02001580static void early_enable_iommus(void)
Joerg Roedel87361972008-06-26 21:28:07 +02001581{
1582 struct amd_iommu *iommu;
1583
Joerg Roedel3bd22172009-05-04 15:06:20 +02001584 for_each_iommu(iommu) {
Chris Wrighta8c485b2009-06-15 15:53:45 +02001585 iommu_disable(iommu);
Joerg Roedele9bf5192010-09-20 14:33:07 +02001586 iommu_init_flags(iommu);
Joerg Roedel58492e12009-05-04 18:41:16 +02001587 iommu_set_device_table(iommu);
1588 iommu_enable_command_buffer(iommu);
1589 iommu_enable_event_buffer(iommu);
Joerg Roedel87361972008-06-26 21:28:07 +02001590 iommu_set_exclusion_range(iommu);
1591 iommu_enable(iommu);
Joerg Roedel7d0c5cc2011-04-07 08:16:10 +02001592 iommu_flush_all_caches(iommu);
Joerg Roedel87361972008-06-26 21:28:07 +02001593 }
1594}
1595
Joerg Roedel11ee5ac2012-06-12 16:30:06 +02001596static void enable_iommus_v2(void)
1597{
1598 struct amd_iommu *iommu;
1599
1600 for_each_iommu(iommu) {
1601 iommu_enable_ppr_log(iommu);
1602 iommu_enable_gt(iommu);
1603 }
1604}
1605
1606static void enable_iommus(void)
1607{
1608 early_enable_iommus();
1609
1610 enable_iommus_v2();
1611}
1612
Joerg Roedel92ac4322009-05-19 19:06:27 +02001613static void disable_iommus(void)
1614{
1615 struct amd_iommu *iommu;
1616
1617 for_each_iommu(iommu)
1618 iommu_disable(iommu);
1619}
1620
Joerg Roedel7441e9c2008-06-30 20:18:02 +02001621/*
1622 * Suspend/Resume support
1623 * disable suspend until real resume implemented
1624 */
1625
Rafael J. Wysockif3c6ea12011-03-23 22:15:54 +01001626static void amd_iommu_resume(void)
Joerg Roedel7441e9c2008-06-30 20:18:02 +02001627{
Matthew Garrett5bcd7572010-10-04 14:59:31 -04001628 struct amd_iommu *iommu;
1629
1630 for_each_iommu(iommu)
1631 iommu_apply_resume_quirks(iommu);
1632
Joerg Roedel736501e2009-05-12 09:56:12 +02001633 /* re-load the hardware */
1634 enable_iommus();
Joerg Roedel3d9761e2012-03-15 16:39:21 +01001635
1636 amd_iommu_enable_interrupts();
Joerg Roedel7441e9c2008-06-30 20:18:02 +02001637}
1638
Rafael J. Wysockif3c6ea12011-03-23 22:15:54 +01001639static int amd_iommu_suspend(void)
Joerg Roedel7441e9c2008-06-30 20:18:02 +02001640{
Joerg Roedel736501e2009-05-12 09:56:12 +02001641 /* disable IOMMUs to go out of the way for BIOS */
1642 disable_iommus();
1643
1644 return 0;
Joerg Roedel7441e9c2008-06-30 20:18:02 +02001645}
1646
Rafael J. Wysockif3c6ea12011-03-23 22:15:54 +01001647static struct syscore_ops amd_iommu_syscore_ops = {
Joerg Roedel7441e9c2008-06-30 20:18:02 +02001648 .suspend = amd_iommu_suspend,
1649 .resume = amd_iommu_resume,
1650};
1651
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001652static void __init free_on_init_error(void)
1653{
Joerg Roedel0ea2c422012-06-15 18:05:20 +02001654 free_pages((unsigned long)irq_lookup_table,
1655 get_order(rlookup_table_size));
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001656
Joerg Roedel05152a02012-06-15 16:53:51 +02001657 if (amd_iommu_irq_cache) {
1658 kmem_cache_destroy(amd_iommu_irq_cache);
1659 amd_iommu_irq_cache = NULL;
Joerg Roedel0ea2c422012-06-15 18:05:20 +02001660
Joerg Roedel05152a02012-06-15 16:53:51 +02001661 }
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001662
1663 free_pages((unsigned long)amd_iommu_rlookup_table,
1664 get_order(rlookup_table_size));
1665
1666 free_pages((unsigned long)amd_iommu_alias_table,
1667 get_order(alias_table_size));
1668
1669 free_pages((unsigned long)amd_iommu_dev_table,
1670 get_order(dev_table_size));
1671
1672 free_iommu_all();
1673
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001674#ifdef CONFIG_GART_IOMMU
1675 /*
1676 * We failed to initialize the AMD IOMMU - try fallback to GART
1677 * if possible.
1678 */
1679 gart_iommu_init();
1680
1681#endif
1682}
1683
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02001684/* SB IOAPIC is always on this device in AMD systems */
1685#define IOAPIC_SB_DEVID ((0x00 << 8) | PCI_DEVFN(0x14, 0))
1686
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02001687static bool __init check_ioapic_information(void)
1688{
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02001689 bool ret, has_sb_ioapic;
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02001690 int idx;
1691
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02001692 has_sb_ioapic = false;
1693 ret = false;
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02001694
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02001695 for (idx = 0; idx < nr_ioapics; idx++) {
1696 int devid, id = mpc_ioapic_id(idx);
1697
1698 devid = get_ioapic_devid(id);
1699 if (devid < 0) {
1700 pr_err(FW_BUG "AMD-Vi: IOAPIC[%d] not in IVRS table\n", id);
1701 ret = false;
1702 } else if (devid == IOAPIC_SB_DEVID) {
1703 has_sb_ioapic = true;
1704 ret = true;
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02001705 }
1706 }
1707
Joerg Roedelc2ff5cf52012-10-16 14:52:51 +02001708 if (!has_sb_ioapic) {
1709 /*
1710 * We expect the SB IOAPIC to be listed in the IVRS
1711 * table. The system timer is connected to the SB IOAPIC
1712 * and if we don't have it in the list the system will
1713 * panic at boot time. This situation usually happens
1714 * when the BIOS is buggy and provides us the wrong
1715 * device id for the IOAPIC in the system.
1716 */
1717 pr_err(FW_BUG "AMD-Vi: No southbridge IOAPIC found in IVRS table\n");
1718 }
1719
1720 if (!ret)
1721 pr_err("AMD-Vi: Disabling interrupt remapping due to BIOS Bug(s)\n");
1722
1723 return ret;
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02001724}
1725
Joerg Roedeld04e0ba2012-07-02 16:02:20 +02001726static void __init free_dma_resources(void)
1727{
1728 amd_iommu_uninit_devices();
1729
1730 free_pages((unsigned long)amd_iommu_pd_alloc_bitmap,
1731 get_order(MAX_DOMAIN_ID/8));
1732
1733 free_unity_maps();
1734}
1735
Joerg Roedelb65233a2008-07-11 17:14:21 +02001736/*
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001737 * This is the hardware init function for AMD IOMMU in the system.
1738 * This function is called either from amd_iommu_init or from the interrupt
1739 * remapping setup code.
Joerg Roedelb65233a2008-07-11 17:14:21 +02001740 *
1741 * This function basically parses the ACPI table for AMD IOMMU (IVRS)
1742 * three times:
1743 *
1744 * 1 pass) Find the highest PCI device id the driver has to handle.
1745 * Upon this information the size of the data structures is
1746 * determined that needs to be allocated.
1747 *
1748 * 2 pass) Initialize the data structures just allocated with the
1749 * information in the ACPI table about available AMD IOMMUs
1750 * in the system. It also maps the PCI devices in the
1751 * system to specific IOMMUs
1752 *
1753 * 3 pass) After the basic data structures are allocated and
1754 * initialized we update them with information about memory
1755 * remapping requirements parsed out of the ACPI table in
1756 * this last pass.
1757 *
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001758 * After everything is set up the IOMMUs are enabled and the necessary
1759 * hotplug and suspend notifiers are registered.
Joerg Roedelb65233a2008-07-11 17:14:21 +02001760 */
Joerg Roedel643511b2012-06-12 12:09:35 +02001761static int __init early_amd_iommu_init(void)
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001762{
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001763 struct acpi_table_header *ivrs_base;
1764 acpi_size ivrs_size;
1765 acpi_status status;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001766 int i, ret = 0;
1767
Joerg Roedel643511b2012-06-12 12:09:35 +02001768 if (!amd_iommu_detected)
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001769 return -ENODEV;
1770
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001771 status = acpi_get_table_with_size("IVRS", 0, &ivrs_base, &ivrs_size);
1772 if (status == AE_NOT_FOUND)
1773 return -ENODEV;
1774 else if (ACPI_FAILURE(status)) {
1775 const char *err = acpi_format_exception(status);
1776 pr_err("AMD-Vi: IVRS table error: %s\n", err);
1777 return -EINVAL;
1778 }
1779
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001780 /*
1781 * First parse ACPI tables to find the largest Bus/Dev/Func
1782 * we need to handle. Upon this information the shared data
1783 * structures for the IOMMUs in the system will be allocated
1784 */
Joerg Roedel2c0ae172012-06-12 15:59:30 +02001785 ret = find_last_devid_acpi(ivrs_base);
1786 if (ret)
Joerg Roedel3551a702010-03-01 13:52:19 +01001787 goto out;
1788
Joerg Roedelc5714842008-07-11 17:14:25 +02001789 dev_table_size = tbl_size(DEV_TABLE_ENTRY_SIZE);
1790 alias_table_size = tbl_size(ALIAS_TABLE_ENTRY_SIZE);
1791 rlookup_table_size = tbl_size(RLOOKUP_TABLE_ENTRY_SIZE);
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001792
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001793 /* Device table - directly used by all IOMMUs */
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001794 ret = -ENOMEM;
Joerg Roedel5dc8bff2008-07-11 17:14:32 +02001795 amd_iommu_dev_table = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001796 get_order(dev_table_size));
1797 if (amd_iommu_dev_table == NULL)
1798 goto out;
1799
1800 /*
1801 * Alias table - map PCI Bus/Dev/Func to Bus/Dev/Func the
1802 * IOMMU see for that device
1803 */
1804 amd_iommu_alias_table = (void *)__get_free_pages(GFP_KERNEL,
1805 get_order(alias_table_size));
1806 if (amd_iommu_alias_table == NULL)
Joerg Roedel2c0ae172012-06-12 15:59:30 +02001807 goto out;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001808
1809 /* IOMMU rlookup table - find the IOMMU for a specific device */
Joerg Roedel83fd5cc2008-12-16 19:17:11 +01001810 amd_iommu_rlookup_table = (void *)__get_free_pages(
1811 GFP_KERNEL | __GFP_ZERO,
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001812 get_order(rlookup_table_size));
1813 if (amd_iommu_rlookup_table == NULL)
Joerg Roedel2c0ae172012-06-12 15:59:30 +02001814 goto out;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001815
Joerg Roedel5dc8bff2008-07-11 17:14:32 +02001816 amd_iommu_pd_alloc_bitmap = (void *)__get_free_pages(
1817 GFP_KERNEL | __GFP_ZERO,
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001818 get_order(MAX_DOMAIN_ID/8));
1819 if (amd_iommu_pd_alloc_bitmap == NULL)
Joerg Roedel2c0ae172012-06-12 15:59:30 +02001820 goto out;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001821
1822 /*
Joerg Roedel5dc8bff2008-07-11 17:14:32 +02001823 * let all alias entries point to itself
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001824 */
Joerg Roedel3a61ec32008-07-25 13:07:50 +02001825 for (i = 0; i <= amd_iommu_last_bdf; ++i)
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001826 amd_iommu_alias_table[i] = i;
1827
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001828 /*
1829 * never allocate domain 0 because its used as the non-allocated and
1830 * error value placeholder
1831 */
1832 amd_iommu_pd_alloc_bitmap[0] = 1;
1833
Joerg Roedelaeb26f52009-11-20 16:44:01 +01001834 spin_lock_init(&amd_iommu_pd_lock);
1835
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001836 /*
1837 * now the data structures are allocated and basically initialized
1838 * start the real acpi table scan
1839 */
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001840 ret = init_iommu_all(ivrs_base);
1841 if (ret)
Joerg Roedel2c0ae172012-06-12 15:59:30 +02001842 goto out;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02001843
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02001844 if (amd_iommu_irq_remap)
1845 amd_iommu_irq_remap = check_ioapic_information();
1846
Joerg Roedel05152a02012-06-15 16:53:51 +02001847 if (amd_iommu_irq_remap) {
1848 /*
1849 * Interrupt remapping enabled, create kmem_cache for the
1850 * remapping tables.
1851 */
1852 amd_iommu_irq_cache = kmem_cache_create("irq_remap_cache",
1853 MAX_IRQS_PER_TABLE * sizeof(u32),
1854 IRQ_TABLE_ALIGNMENT,
1855 0, NULL);
1856 if (!amd_iommu_irq_cache)
1857 goto out;
Joerg Roedel0ea2c422012-06-15 18:05:20 +02001858
1859 irq_lookup_table = (void *)__get_free_pages(
1860 GFP_KERNEL | __GFP_ZERO,
1861 get_order(rlookup_table_size));
1862 if (!irq_lookup_table)
1863 goto out;
Joerg Roedel05152a02012-06-15 16:53:51 +02001864 }
1865
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001866 ret = init_memory_definitions(ivrs_base);
1867 if (ret)
Joerg Roedel2c0ae172012-06-12 15:59:30 +02001868 goto out;
Joerg Roedel3551a702010-03-01 13:52:19 +01001869
Joerg Roedeleb1eb7a2012-07-05 11:58:02 +02001870 /* init the device table */
1871 init_device_table();
1872
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001873out:
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001874 /* Don't leak any ACPI memory */
1875 early_acpi_os_unmap_memory((char __iomem *)ivrs_base, ivrs_size);
1876 ivrs_base = NULL;
1877
Joerg Roedel8704a1b2012-03-01 15:57:53 +01001878 return ret;
Joerg Roedel643511b2012-06-12 12:09:35 +02001879}
1880
Gerard Snitselaarae295142012-03-16 11:38:22 -07001881static int amd_iommu_enable_interrupts(void)
Joerg Roedel3d9761e2012-03-15 16:39:21 +01001882{
1883 struct amd_iommu *iommu;
1884 int ret = 0;
1885
1886 for_each_iommu(iommu) {
1887 ret = iommu_init_msi(iommu);
1888 if (ret)
1889 goto out;
1890 }
1891
1892out:
1893 return ret;
1894}
1895
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001896static bool detect_ivrs(void)
1897{
1898 struct acpi_table_header *ivrs_base;
1899 acpi_size ivrs_size;
1900 acpi_status status;
1901
1902 status = acpi_get_table_with_size("IVRS", 0, &ivrs_base, &ivrs_size);
1903 if (status == AE_NOT_FOUND)
1904 return false;
1905 else if (ACPI_FAILURE(status)) {
1906 const char *err = acpi_format_exception(status);
1907 pr_err("AMD-Vi: IVRS table error: %s\n", err);
1908 return false;
1909 }
1910
1911 early_acpi_os_unmap_memory((char __iomem *)ivrs_base, ivrs_size);
1912
Joerg Roedel1adb7d32012-08-06 14:18:42 +02001913 /* Make sure ACS will be enabled during PCI probe */
1914 pci_request_acs();
1915
Joerg Roedel05152a02012-06-15 16:53:51 +02001916 if (!disable_irq_remap)
1917 amd_iommu_irq_remap = true;
1918
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02001919 return true;
1920}
1921
Joerg Roedelb9b1ce702012-06-12 16:51:12 +02001922static int amd_iommu_init_dma(void)
1923{
Joerg Roedel33f28c52012-06-15 18:03:31 +02001924 struct amd_iommu *iommu;
Joerg Roedelb9b1ce702012-06-12 16:51:12 +02001925 int ret;
1926
1927 if (iommu_pass_through)
1928 ret = amd_iommu_init_passthrough();
1929 else
1930 ret = amd_iommu_init_dma_ops();
1931
1932 if (ret)
1933 return ret;
1934
Joerg Roedelf528d982013-02-06 12:55:23 +01001935 init_device_table_dma();
1936
1937 for_each_iommu(iommu)
1938 iommu_flush_all_caches(iommu);
1939
Joerg Roedelb9b1ce702012-06-12 16:51:12 +02001940 amd_iommu_init_api();
1941
1942 amd_iommu_init_notifier();
1943
1944 return 0;
1945}
1946
Joerg Roedel2c0ae172012-06-12 15:59:30 +02001947/****************************************************************************
1948 *
1949 * AMD IOMMU Initialization State Machine
1950 *
1951 ****************************************************************************/
1952
1953static int __init state_next(void)
1954{
1955 int ret = 0;
1956
1957 switch (init_state) {
1958 case IOMMU_START_STATE:
1959 if (!detect_ivrs()) {
1960 init_state = IOMMU_NOT_FOUND;
1961 ret = -ENODEV;
1962 } else {
1963 init_state = IOMMU_IVRS_DETECTED;
1964 }
1965 break;
1966 case IOMMU_IVRS_DETECTED:
1967 ret = early_amd_iommu_init();
1968 init_state = ret ? IOMMU_INIT_ERROR : IOMMU_ACPI_FINISHED;
1969 break;
1970 case IOMMU_ACPI_FINISHED:
1971 early_enable_iommus();
1972 register_syscore_ops(&amd_iommu_syscore_ops);
1973 x86_platform.iommu_shutdown = disable_iommus;
1974 init_state = IOMMU_ENABLED;
1975 break;
1976 case IOMMU_ENABLED:
1977 ret = amd_iommu_init_pci();
1978 init_state = ret ? IOMMU_INIT_ERROR : IOMMU_PCI_INIT;
1979 enable_iommus_v2();
1980 break;
1981 case IOMMU_PCI_INIT:
1982 ret = amd_iommu_enable_interrupts();
1983 init_state = ret ? IOMMU_INIT_ERROR : IOMMU_INTERRUPTS_EN;
1984 break;
1985 case IOMMU_INTERRUPTS_EN:
1986 ret = amd_iommu_init_dma();
1987 init_state = ret ? IOMMU_INIT_ERROR : IOMMU_DMA_OPS;
1988 break;
1989 case IOMMU_DMA_OPS:
1990 init_state = IOMMU_INITIALIZED;
1991 break;
1992 case IOMMU_INITIALIZED:
1993 /* Nothing to do */
1994 break;
1995 case IOMMU_NOT_FOUND:
1996 case IOMMU_INIT_ERROR:
1997 /* Error states => do nothing */
1998 ret = -EINVAL;
1999 break;
2000 default:
2001 /* Unknown state */
2002 BUG();
2003 }
2004
2005 return ret;
2006}
2007
2008static int __init iommu_go_to_state(enum iommu_init_state state)
2009{
2010 int ret = 0;
2011
2012 while (init_state != state) {
2013 ret = state_next();
2014 if (init_state == IOMMU_NOT_FOUND ||
2015 init_state == IOMMU_INIT_ERROR)
2016 break;
2017 }
2018
2019 return ret;
2020}
2021
Joerg Roedel6b474b82012-06-26 16:46:04 +02002022#ifdef CONFIG_IRQ_REMAP
2023int __init amd_iommu_prepare(void)
2024{
2025 return iommu_go_to_state(IOMMU_ACPI_FINISHED);
2026}
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002027
Joerg Roedel6b474b82012-06-26 16:46:04 +02002028int __init amd_iommu_supported(void)
2029{
2030 return amd_iommu_irq_remap ? 1 : 0;
2031}
2032
2033int __init amd_iommu_enable(void)
2034{
2035 int ret;
2036
2037 ret = iommu_go_to_state(IOMMU_ENABLED);
2038 if (ret)
2039 return ret;
2040
2041 irq_remapping_enabled = 1;
2042
2043 return 0;
2044}
2045
2046void amd_iommu_disable(void)
2047{
2048 amd_iommu_suspend();
2049}
2050
2051int amd_iommu_reenable(int mode)
2052{
2053 amd_iommu_resume();
2054
2055 return 0;
2056}
2057
2058int __init amd_iommu_enable_faulting(void)
2059{
2060 /* We enable MSI later when PCI is initialized */
2061 return 0;
2062}
2063#endif
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002064
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002065/*
2066 * This is the core init function for AMD IOMMU hardware in the system.
2067 * This function is called from the generic x86 DMA layer initialization
2068 * code.
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002069 */
2070static int __init amd_iommu_init(void)
2071{
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002072 int ret;
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002073
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002074 ret = iommu_go_to_state(IOMMU_INITIALIZED);
2075 if (ret) {
Joerg Roedeld04e0ba2012-07-02 16:02:20 +02002076 free_dma_resources();
2077 if (!irq_remapping_enabled) {
2078 disable_iommus();
2079 free_on_init_error();
2080 } else {
2081 struct amd_iommu *iommu;
2082
2083 uninit_device_table_dma();
2084 for_each_iommu(iommu)
2085 iommu_flush_all_caches(iommu);
2086 }
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002087 }
Joerg Roedel8704a1b2012-03-01 15:57:53 +01002088
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002089 return ret;
Joerg Roedelfe74c9c2008-06-26 21:27:50 +02002090}
2091
Joerg Roedelb65233a2008-07-11 17:14:21 +02002092/****************************************************************************
2093 *
2094 * Early detect code. This code runs at IOMMU detection time in the DMA
2095 * layer. It just looks if there is an IVRS ACPI table to detect AMD
2096 * IOMMUs
2097 *
2098 ****************************************************************************/
Konrad Rzeszutek Wilk480125b2010-08-26 13:57:57 -04002099int __init amd_iommu_detect(void)
Joerg Roedelae7877d2008-06-26 21:27:51 +02002100{
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002101 int ret;
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002102
FUJITA Tomonori75f1cdf2009-11-10 19:46:20 +09002103 if (no_iommu || (iommu_detected && !gart_iommu_aperture))
Konrad Rzeszutek Wilk480125b2010-08-26 13:57:57 -04002104 return -ENODEV;
Joerg Roedelae7877d2008-06-26 21:27:51 +02002105
Joerg Roedela5235722010-05-11 17:12:33 +02002106 if (amd_iommu_disabled)
Konrad Rzeszutek Wilk480125b2010-08-26 13:57:57 -04002107 return -ENODEV;
Joerg Roedela5235722010-05-11 17:12:33 +02002108
Joerg Roedel2c0ae172012-06-12 15:59:30 +02002109 ret = iommu_go_to_state(IOMMU_IVRS_DETECTED);
2110 if (ret)
2111 return ret;
Linus Torvalds11bd04f2009-12-11 12:18:16 -08002112
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002113 amd_iommu_detected = true;
2114 iommu_detected = 1;
2115 x86_init.iommu.iommu_init = amd_iommu_init;
2116
Joerg Roedel02f3b3f2012-06-11 17:45:25 +02002117 return 0;
Joerg Roedelae7877d2008-06-26 21:27:51 +02002118}
2119
Joerg Roedelb65233a2008-07-11 17:14:21 +02002120/****************************************************************************
2121 *
2122 * Parsing functions for the AMD IOMMU specific kernel command line
2123 * options.
2124 *
2125 ****************************************************************************/
2126
Joerg Roedelfefda112009-05-20 12:21:42 +02002127static int __init parse_amd_iommu_dump(char *str)
2128{
2129 amd_iommu_dump = true;
2130
2131 return 1;
2132}
2133
Joerg Roedel918ad6c2008-06-26 21:27:52 +02002134static int __init parse_amd_iommu_options(char *str)
2135{
2136 for (; *str; ++str) {
Joerg Roedel695b5672008-11-17 15:16:43 +01002137 if (strncmp(str, "fullflush", 9) == 0)
FUJITA Tomonoriafa9fdc2008-09-20 01:23:30 +09002138 amd_iommu_unmap_flush = true;
Joerg Roedela5235722010-05-11 17:12:33 +02002139 if (strncmp(str, "off", 3) == 0)
2140 amd_iommu_disabled = true;
Joerg Roedel5abcdba2011-12-01 15:49:45 +01002141 if (strncmp(str, "force_isolation", 15) == 0)
2142 amd_iommu_force_isolation = true;
Joerg Roedel918ad6c2008-06-26 21:27:52 +02002143 }
2144
2145 return 1;
2146}
2147
Joerg Roedelfefda112009-05-20 12:21:42 +02002148__setup("amd_iommu_dump", parse_amd_iommu_dump);
Joerg Roedel918ad6c2008-06-26 21:27:52 +02002149__setup("amd_iommu=", parse_amd_iommu_options);
Konrad Rzeszutek Wilk22e6daf2010-08-26 13:58:03 -04002150
2151IOMMU_INIT_FINISH(amd_iommu_detect,
2152 gart_iommu_hole_init,
Joerg Roedel98f1ad22012-07-06 13:28:37 +02002153 NULL,
2154 NULL);
Joerg Roedel400a28a2011-11-28 15:11:02 +01002155
2156bool amd_iommu_v2_supported(void)
2157{
2158 return amd_iommu_v2_present;
2159}
2160EXPORT_SYMBOL(amd_iommu_v2_supported);