From nobody Sun May 5 10:07:33 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+52611+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+52611+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1577715363; cv=none; d=zohomail.com; s=zohoarc; b=JGkfcXjLw2fqrOJP+UxpxxWctXywrQnrlwM6R86l9vw1OY2SdzVJQnPo4CiJ/uFXK47RGpI3PxBbNJGYzJ1mZEZ806wDKI/Bp+Bi26Cm0fQv15Oxez2Stbv5bw9E87pO98eFsWOwvPYza/+HKrWOf9eMqvwZS2UlOKoTJDKboD4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1577715363; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=cwrgtwkfCDi/DNXuTzCnUXIRxxNJ4NiIYfuiBywkr8M=; b=LtaAIpRhOxoLikLtpxaT/uj+xvDn6eZ7+/24ANEmS6tHAOHnMMOblZZM/zkDKIM4XEBQSNeP+CB16pHKbH7lIg74lpOB87Bo1KnuaCCWPjptbg6AIGByCUSXOHSAXsBphQbz4uthaRtkwMTtPSS5mgWAA+m3fN0oIg4PFGgJVmE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+52611+1787277+3901457@groups.io Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1577715363195532.486421280326; Mon, 30 Dec 2019 06:16:03 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id NioqYY1788612xN4T6vbXKcz; Mon, 30 Dec 2019 06:16:02 -0800 X-Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by mx.groups.io with SMTP id smtpd.web11.3323.1577714903230662017 for ; Mon, 30 Dec 2019 06:08:23 -0800 X-Originating-IP: 47.55.176.191 X-Received: from localhost.localdomain (stjhnbsu1kw-47-55-176-191.dhcp-dynamic.fibreop.nb.bellaliant.net [47.55.176.191]) (Authenticated sender: jmcneill@invisible.ca) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 7BC4740007; Mon, 30 Dec 2019 14:08:20 +0000 (UTC) From: Jared McNeill To: devel@edk2.groups.io Cc: Jared McNeill Subject: [edk2-devel] [edk2-platforms][PATCH] Platform/RPi4: Fix SDHC interrupt numbers. Date: Mon, 30 Dec 2019 10:07:56 -0400 Message-Id: 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,jmcneill@invisible.ca X-Gm-Message-State: VtC0kj6Slg1xfRyL5vQo6Tk5x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1577715362; bh=+RUICX7Pd9CtoivS0J5RTZH5rNu63J7assoeqf3ZCcs=; h=Cc:Date:From:Reply-To:Subject:To; b=I9I3zm51EHULETDOZY5Pgaycw8qahb1owVI/3zSFyzGsZshkJUWcGfVD/qWziiuMC2+ 7e4/n0wd5H1MLgdQ7Jl7gC3JLzx7NGAH93RqIGXoFLcE+9deBZyeoleUyCBkhGbyoB9Qn oeXq5DP3ay2Zqh8owMSWHD/zZnjLqf4fr/I= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" According to the bcm2711 devicetree, the Arasan SDHCI uses GIC SPI 126 and the Broadcom SDHost uses GIC SPI 120. Signed-off-by: Jared McNeill Acked-by: Philippe Mathieu-Daude Reviewed-by: Ard Biesheuvel Reviewed-by: Pete Batard --- Platform/RaspberryPi/RPi4/AcpiTables/Sdhc.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/RaspberryPi/RPi4/AcpiTables/Sdhc.asl b/Platform/Raspb= erryPi/RPi4/AcpiTables/Sdhc.asl index 57ee411a61..56d15c3927 100644 --- a/Platform/RaspberryPi/RPi4/AcpiTables/Sdhc.asl +++ b/Platform/RaspberryPi/RPi4/AcpiTables/Sdhc.asl @@ -33,7 +33,7 @@ Device (SDC1) Name (RBUF, ResourceTemplate () { MEMORY32FIXED (ReadWrite, 0xFE300000, 0x100,) - Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive) { 0x5E } + Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive) { 0x9E } }) Return (RBUF) } @@ -76,7 +76,7 @@ Device (SDC2) Name (RBUF, ResourceTemplate () { MEMORY32FIXED (ReadWrite, 0xFE202000, 0x100,) - Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive) { 0x58 } + Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive) { 0x98 } }) Return (RBUF) } --=20 2.21.0 (Apple Git-122.2) -=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 (#52611): https://edk2.groups.io/g/devel/message/52611 Mute This Topic: https://groups.io/mt/69331625/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-