public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ard.biesheuvel@linaro.org>
To: edk2-devel-groups-io <devel@edk2.groups.io>, jmcneill@invisible.ca
Subject: Re: [edk2-devel] [edk2-platforms][PATCH] Platform/RPi4: Fix SDHC interrupt numbers.
Date: Fri, 14 Feb 2020 08:58:32 +0000	[thread overview]
Message-ID: <CAKv+Gu8jko43RzaFGAyCup+ygYFjRUKE45-3h1xHa+1iA2MpzA@mail.gmail.com> (raw)
In-Reply-To: <f060fe8604d538baead3f57b173a73739920f21e.1577714594.git.jmcneill@invisible.ca>

On Mon, 30 Dec 2019 at 15:16, Jared McNeill <jmcneill@invisible.ca> 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 <jmcneill@invisible.ca>

Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

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)
>
>
> 
>

      parent reply	other threads:[~2020-02-14  8:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-30 14:07 [edk2-platforms][PATCH] Platform/RPi4: Fix SDHC interrupt numbers Jared McNeill
2019-12-31 10:39 ` [edk2-devel] " Pete Batard
2019-12-31 13:30   ` Philippe Mathieu-Daudé
2019-12-31 14:47     ` Pete Batard
2019-12-31 16:15       ` Philippe Mathieu-Daudé
2020-02-14  8:58 ` Ard Biesheuvel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKv+Gu8jko43RzaFGAyCup+ygYFjRUKE45-3h1xHa+1iA2MpzA@mail.gmail.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox