From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web12.3405.1633900222486362091 for ; Sun, 10 Oct 2021 14:10:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=OYY69M9r; spf=pass (domain: kernel.org, ip: 198.145.29.99, mailfrom: ardb@kernel.org) Received: by mail.kernel.org (Postfix) with ESMTPSA id C238560F4B for ; Sun, 10 Oct 2021 21:10:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633900221; bh=y6RdqN4/gNPOmzpmKg5AbUkVF/WWe6hW4XEN78lHjzs=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=OYY69M9rrRn67hkDOYBZiIDYRq50tM4KHq7dAN6ihfJmzViKYMj8kaZUCJ1FZ48Ub qqKcAn3rF/B8tzyAJ8s1gh1k/IXlIxXZoKwcqqi86QLHw5nahEcgT92z956vaJ3LzG y+UetLIou7BxUZIauDC3o3mWS6bZ33v0wxACRNXG5mqkfU+xKsPHdste/T+GW9bgaD lFkPTDPUQTGLLtADAuGllpe2FsSAcCe50RGF+ZKqNmUZVXc/qjsbPdgZVB+KmsjRMj KUrDmpoeTpydsxUEaDYVfIxIIq8MFwEtMekkOAXwHnCi0LWqvRbpAapISh5wr2g9LE SplDl9hs1n+DA== Received: by mail-oo1-f46.google.com with SMTP id o10-20020a4aa80a000000b002b701f8ae85so79465oom.4 for ; Sun, 10 Oct 2021 14:10:21 -0700 (PDT) X-Gm-Message-State: AOAM533vAUyVR/jTAyEx/eQLzgiP8YI3+KWTJx3elY4N3wWD0l4oz10G VsIh1U1BRWiKd5ySXXW/Gox2PkHiw+QuwYVh9fo= X-Google-Smtp-Source: ABdhPJzZiUgMR0G4BtE/UvZBU5kVbTOghYcug1XQSEijrXXkWHgk8hW5Q8wVilg7M3UPdEExfs8MRdsOjd++SLHi/HY= X-Received: by 2002:a4a:d30f:: with SMTP id g15mr16326921oos.32.1633900221023; Sun, 10 Oct 2021 14:10:21 -0700 (PDT) MIME-Version: 1.0 References: <20211010194814.17129-1-kettenis@openbsd.org> In-Reply-To: <20211010194814.17129-1-kettenis@openbsd.org> From: "Ard Biesheuvel" Date: Sun, 10 Oct 2021 23:10:09 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH] Platform/RaspberryPi: Remove TypeTranslation attribute To: edk2-devel-groups-io , mark.kettenis@xs4all.nl Cc: Ard Biesheuvel , Leif Lindholm , Peter Batard , Jeremy Linton , Mark Kettenis Content-Type: text/plain; charset="UTF-8" On Sun, 10 Oct 2021 at 21:48, Mark Kettenis wrote: > > The MMIO host bridge window isn't translated as both the primary > and secondary side are MMIO. So remove the incorrect > TypeTranslation attribute. > > Signed-off-by: Mark Kettenis Reviewed-by: Ard Biesheuvel Pushed as bbb431a0c658..ab6fcc28fd99 Thanks, > --- > Platform/RaspberryPi/AcpiTables/Pci.asl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Platform/RaspberryPi/AcpiTables/Pci.asl b/Platform/RaspberryPi/AcpiTables/Pci.asl > index ee37b7a21e..f485c6b5d2 100644 > --- a/Platform/RaspberryPi/AcpiTables/Pci.asl > +++ b/Platform/RaspberryPi/AcpiTables/Pci.asl > @@ -94,7 +94,7 @@ DefinitionBlock (__FILE__, "SSDT", 5, "RPIFDN", "RPI4PCIE", 2) > 1, // SANITIZED_PCIE_MMIO_LEN + SANITIZED_PCIE_PCI_MMIO_BEGIN > SANITIZED_PCIE_CPU_MMIO_WINDOW, // SANITIZED_PCIE_PCI_MMIO_BEGIN - SANITIZED_PCIE_CPU_MMIO_WINDOW > 2 // SANITIZED_PCIE_MMIO_LEN + 1 > - ,,,MMI1,,TypeTranslation > + ,,,MMI1 > ) > > // root port registers, not to be used if SMCCC is utilized > -- > 2.33.0 > > > > ------------ > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#81734): https://edk2.groups.io/g/devel/message/81734 > Mute This Topic: https://groups.io/mt/86221449/1131722 > Group Owner: devel+owner@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub [ardb@kernel.org] > ------------ > >