From nobody Mon Nov 25 12:47:13 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+71689+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+71689+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1613422865; cv=none; d=zohomail.com; s=zohoarc; b=Y1RH2sJO1puPl7qzye2DTdLiurTljQH960ZwbmnyQf4ec0/HF5IIjLwK8NtycxJx9b6wkSU9/1g+O+KU02jcthQ6oUdt/ddS9Y+1MJ24IBxFb0tJutjqCWxcXEXU96+/twTkvJ9aVv9EiDXrFDtWJ/+kQySfcqrn6NIKFz/Nvwg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1613422865; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=a+Y3zFqNr+Y+9qC2cSHYiqMj0d0FSkKN+ysVPLnFYXo=; b=UTqB6VYE9iG2SxL+u74LtBCJN58i0zd9UtyjVzEmqQT652rsh6LjEPzl1cUB7YetaooSm7qqBmoBgyGTwncardgObVFclbmCRVdgKj9sip4Kv1Wx47oKvnicscP0FUErU5lyvwxbXdV6k57+/eklwX2+deaImEViOfRlHpuaMAE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+71689+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1613422864920314.6641791711053; Mon, 15 Feb 2021 13:01:04 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id jwpZYY1788612xoW6xWRlxhJ; Mon, 15 Feb 2021 13:01:04 -0800 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.29295.1613385160627129367 for ; Mon, 15 Feb 2021 02:32:40 -0800 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3D50A101E; Mon, 15 Feb 2021 02:32:40 -0800 (PST) X-Received: from usa.arm.com (a074945.blr.arm.com [10.162.16.71]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 860783F40C; Mon, 15 Feb 2021 02:32:38 -0800 (PST) From: "Vivek Kumar Gautam" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Vivek Gautam Subject: [edk2-devel] [edk2-platforms][PATCH V1 2/2] Platform/Sgi: Enable ATS mode over PCI root complex Date: Mon, 15 Feb 2021 16:02:29 +0530 Message-Id: <20210215103229.12310-3-vivek.gautam@arm.com> In-Reply-To: <20210215103229.12310-1-vivek.gautam@arm.com> References: <20210215103229.12310-1-vivek.gautam@arm.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,vivek.gautam@arm.com X-Gm-Message-State: s13mBKW3tRkAtJDmU6HK5W29x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1613422864; bh=QZH1hdk2uLrhsRowEkLega/bhYnIfbFLTY8Q8LTNl48=; h=Cc:Date:From:Reply-To:Subject:To; b=pRHZ5S6dJHc837VHVGq9E2KTgETHN7SADYDz8crda1Fn1HtP6IKbuSdbpLd6vvJ5nBa Yt0j8yNWjRbm/BeOcmTyqZ/oYNhjPifZflzLBmQ1JicmUawM39YGEN1L89OIZQ/mdGjrK hvA9QHi+t1Tu9cM6LozKeWM06XYzqiZAV80= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Enable Address Translation Service (ATS) support for the PCI root complex listed in the iort table. Enabling ATS mode also enables PRI support. Signed-off-by: Vivek Gautam --- Platform/ARM/SgiPkg/AcpiTables/Iort.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/ARM/SgiPkg/AcpiTables/Iort.aslc b/Platform/ARM/SgiPkg= /AcpiTables/Iort.aslc index df9bd501158c..98f86eb7fb45 100644 --- a/Platform/ARM/SgiPkg/AcpiTables/Iort.aslc +++ b/Platform/ARM/SgiPkg/AcpiTables/Iort.aslc @@ -133,7 +133,7 @@ ARM_EFI_ACPI_6_0_IO_REMAPPING_TABLE Iort =3D 0, // AllocationHints 0, // Reserved 0, // MemoryAccessFlags - EFI_ACPI_IORT_ROOT_COMPLEX_ATS_UNSUPPORTED, // AtsAttribute + EFI_ACPI_IORT_ROOT_COMPLEX_ATS_SUPPORTED, // AtsAttribute 0x0, // PciSegmentNumber }, // EFI_ACPI_6_0_IO_REMAPPING_ID_TABLE --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#71689): https://edk2.groups.io/g/devel/message/71689 Mute This Topic: https://groups.io/mt/80664135/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-