From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by mx.groups.io with SMTP id smtpd.web11.3901.1581670725570379550 for ; Fri, 14 Feb 2020 00:58:45 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=OYeB/s1E; spf=pass (domain: linaro.org, ip: 209.85.128.65, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wm1-f65.google.com with SMTP id a5so9113240wmb.0 for ; Fri, 14 Feb 2020 00:58:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=gNFNhZFPkaoq7RJzGguy++ViTcAuby5yD6/2X0h/l+0=; b=OYeB/s1ES8XZqP+waFZ9py3ZsIqGfVNeQjnAJ40dOhm+kfKXsGbpLEJmgH1QoUcd9f d8p2TTpZkYT80Ctuzoc4kxisbnWqNtYRdJnq8V74HJ70J32hyHIfPYl6VCOa0JMvSNSM HcG457nOI6kKzSOfCouBowVxJ20SNYQwSOv4cik4qT/y3o8TpDUinjjA98NfqsKSh5No TAg6NaFjL7gw/Yq+EnNgM1jPp6W/Xm7F5jyrd+At+WGpblXpxsOKTCKnonFEyYaBNZiH SM9iztRW07iMsL17YNp+ACjKVIMHRU2v7eQa5YyIN4wQQsvyyYgBY6OQUWIM+UcFUfmP LPZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=gNFNhZFPkaoq7RJzGguy++ViTcAuby5yD6/2X0h/l+0=; b=RDbZNCru0W2+SuMpdZfgImpjNyFHRmqgt7UqYXetfYO0JqXYE8LDbi2p7uP2J0dS+m vg8tqb6iyUJxbubWy6YIekd6L5OYsKWQdVYOI80kVQptlapBeiNGGcLQPcY6Yl2ccmcg cMyYIqJWVUUCOBtHesSURRp6pQnEoBQk9xKjXufNwwspY74ioYuSeUPGLu6rXfm37dnV d1UxgNI/q4nw9fMbn4qppMABhvwR7mX2eqRzZrKCxkYqLf5h9T1gof1QMYD6WiDZHbue 29QcpGyrYxRsUOi+5kOLxm0XLb2CpsvSg/eFi53oXZXw2fGMeDlRgnOhr/k1d/7om6cE eEaA== X-Gm-Message-State: APjAAAUyZPY6NV+qlAzw67ML8P0olCNPXOn2pTzhyk+dqI4mj75iTi3J a3Z7I4HIpnwgA42y/hFry6BeYW5CHG3PWLSeVwe956CnlUT6+nCW X-Google-Smtp-Source: APXvYqzFMGKO0FMna3dCPpJ7fpVymp7NlOSv8EUZSccKtCxPXvRBe1sHbfRgRlqTNSlrFN5KHeIujfMNgPx0194m3GY= X-Received: by 2002:a05:600c:248:: with SMTP id 8mr3431264wmj.1.1581670723839; Fri, 14 Feb 2020 00:58:43 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: "Ard Biesheuvel" Date: Fri, 14 Feb 2020 08:58:32 +0000 Message-ID: Subject: Re: [edk2-devel] [edk2-platforms][PATCH] Platform/RPi4: Fix SDHC interrupt numbers. To: edk2-devel-groups-io , jmcneill@invisible.ca Content-Type: text/plain; charset="UTF-8" On Mon, 30 Dec 2019 at 15:16, Jared McNeill wrote: > > 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 Reviewed-by: Ard Biesheuvel Pushed as cc7a0c68618c..314c45bc620b (apologies - in my haste, I forgot to add Pete's R-b and Phil's Ack given down-thread) > --- > 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/RaspberryPi/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) > } > -- > 2.21.0 (Apple Git-122.2) > > > >