From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by mx.groups.io with SMTP id smtpd.web12.37644.1585231576844422680 for ; Thu, 26 Mar 2020 07:06:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=FdNJhCBO; spf=pass (domain: linaro.org, ip: 209.85.128.68, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wm1-f68.google.com with SMTP id b12so6605130wmj.3 for ; Thu, 26 Mar 2020 07:06:16 -0700 (PDT) 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 :cc; bh=GChvS1oin9vYYGmgQF2IOrf49Vxae0fi+OrnTH1M478=; b=FdNJhCBON3Kv8XxR9PGL0wl3xVxkR9V0jYri6ucqcz12L0Z1ZJIWKv4eQWJrRSf/Qe WNGeodgrA0WCodJyo9YuhbqNE561wZ47CGVar2ErWquSgAHqtPGAW0jTRgheT6T5jQsn PartlOspMWs3GCyCJ5ZNBj+bBrFBMAeAnjmlUGmiU/YJ/esNZHU1+8Tkehdz61c29V9B ovjI7BZ0Y8hShlTEoLP2JE01s2ZElozw8hTsDGAjxS30qVe0FT2VPN5PEdFybOFoyPtD Ztz3nCfVL/c8+VLicvtvEol/ScP2zGwNg65pWzBQX8WSL54ZaHReJQja+t/Xa0eywESQ ulKQ== 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:cc; bh=GChvS1oin9vYYGmgQF2IOrf49Vxae0fi+OrnTH1M478=; b=RMCMsPXUIIkB/OmT2/lQBiV2pMRhamDDgzzacS9hPEOWHpEbKymi1U0EtOwcaeR6yX zP2RNE+3nby8wq0loEn2j+Dymq/WQuXoyY+GyZm7NAkDNOcYTZT0jh3YO9NpveFP/cuQ kVcY0t0u3QO3rpxtkJbd76KmVwW/UKCLScq2t+6LmjnGrxDT0wNGjF94kouASeJRGs6G QbnGQ9783vSDzQnWxDy/VUzIK9+BRpJrpgx+vn1ov3qBcWkB+5jYuW6xTHpMW31LCZ9v bXxU4SHq/Bwu94Ax9mEpNTtR4cXktIGRs3qW9MD5peT1rpSxhkCan8iVTWhAPjtMg6yu x8mg== X-Gm-Message-State: ANhLgQ2WottZjYmIyHvs+j43uF6i4yl6rzAp2Jcf8JaiMBgunktsCH+s betKDqqszrQqlVYUiCteZ1+Dz9q2ZYcrSClspEQT3Q== X-Google-Smtp-Source: ADFU+vuCY6JSgMSK1GSnvmNQy0qK5bKdKVnTJFek9mfZo2OyxSIPa3JAU7c3eemKwLTEZh+oE9zGzFAQ9AfG0WQTQWw= X-Received: by 2002:a1c:6285:: with SMTP id w127mr101904wmb.133.1585231575229; Thu, 26 Mar 2020 07:06:15 -0700 (PDT) MIME-Version: 1.0 References: <20200326115322.2880-1-pete@akeo.ie> In-Reply-To: <20200326115322.2880-1-pete@akeo.ie> From: "Ard Biesheuvel" Date: Thu, 26 Mar 2020 15:06:04 +0100 Message-ID: Subject: Re: [edk2-platforms][PATCH 0/6] Platforms/RPi/AcpiTables: ACPI platform improvements To: Pete Batard Cc: edk2-devel-groups-io , Leif Lindholm , =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= , Andrei Warkentin Content-Type: text/plain; charset="UTF-8" On Thu, 26 Mar 2020 at 12:53, Pete Batard wrote: > > This patchset brings additional cleanup and improvements to the factorized > ACPI table generation for the Pi platform by: > > * Updating the Pi 4 interrupts we know of to their proper values. > * Removing VendorLong () sections in the ASL data we inherited from Microsoft. > * Improving MADT factorization through the use of PCDs. > * Setting ACPI IDs to more professional expected values. > * Adding proper DMA translation for devices that sit behind GPU/VideoCore. > > It should be noted that this patchset was checked for regressions against a > Pi 3 running Windows 10 as well as well as a Pi 4 running Debian Linux. > > > Andrei Warkentin (3): > Platform/RPi/AcpiTables: Replace VendorLong () blobs with PinFunction > () > Platform/RPi/AcpiTables: Move GPU devices into a separate ASL file > Platform/RPi/AcpiTables: Describe DMA constraints for devices behind > GPU > > Pete Batard (3): > Platform/RPi/AcpiTables: Fix Pi 4 interrupts values > Platform/RPi/AcpiTables: Use PCDs in MADT > Platform/RPi/AcpiTables: Clean up ACPI IDs > Thanks Pete Reviewed-by: Ard Biesheuvel Pushed as c9f3f689baa6..fcc2a81066a2