From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by mx.groups.io with SMTP id smtpd.web09.10324.1574768847228025962 for ; Tue, 26 Nov 2019 03:47:27 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=XLab3dQh; spf=pass (domain: linaro.org, ip: 209.85.128.66, mailfrom: leif.lindholm@linaro.org) Received: by mail-wm1-f66.google.com with SMTP id u18so2864939wmc.3 for ; Tue, 26 Nov 2019 03:47:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=S9FNUCDL7G27JTLZ5fJF0dhUQ//OybOQ8iUMkLzPof4=; b=XLab3dQhcRX4XjGIFW5tMWrW6Ei4nXXdZ+V+fXYJDnplcV2BZ11ImXcEbOjI5XDIqv rP/hDiR48YbSOocKvLjPBrLKGjpZpbx355jZlkfC/hHnfvEcma+coskhsf0A6QMrWqAK LLzuk+IstmFLA17vybvZjzo9Z7NO0NvyKvpw01sPXSRwhwEf584VqXDH0q+Ul7p81rbA osfiw2LcyzpLXAPFLKmJ76o003kiPvp4vhCZzaaovt7ph/KdUfI+X2MROEG83JWe0sHy LW+PWxNk5XSWJZiT+oXxLf6bFVPekgewOKXBXf0P4ShTZ/MqSMs9fc3HAFbaGZL+GnM6 0rcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=S9FNUCDL7G27JTLZ5fJF0dhUQ//OybOQ8iUMkLzPof4=; b=kso9Xp9OAR436UL3m2ADTW73f5dlcM/EFFlA3BXxXZ31GiHbRvruiv2XNUnPUwUxKY SVUntjh7fTRFp4dkfgTP/4Rl/Tr+T6Higc+nJxRYsV6M+ill1JglQkri6uWNcd28I7DB +dkQmSmTqdG7IZ95f1g1yLbn92x62b6OAwCCeGABE2EeBhg4P+67NXDBBUswlqPUloBX YrafuoNyqsQSBktCAl91aZkcHhTpLkZBqxSycwae5zgEEHaH7dV0LKWx1jjWoH9d1Cjj TQJL6WOQMilWBjjLFdVYI/LKd7E8n17Ge+A4faaKmMLPbqsnb8cGjwrcCXABnciR4qkq 4bwQ== X-Gm-Message-State: APjAAAWyD4PEgzBpQ6dBFHGG2dsJJta+kgBSNDOHkFVcaScDxk1OfUOl FbXeIHPFRPfnO4UkiPrqqhpwPA== X-Google-Smtp-Source: APXvYqyQVFA/DF/XokUvvqyU/CuuDXoFZuijLmcAQnketVW3lWNXqVfU+KCatbPjLW1zr5OpGi3ZPQ== X-Received: by 2002:a1c:7419:: with SMTP id p25mr4003362wmc.111.1574768845602; Tue, 26 Nov 2019 03:47:25 -0800 (PST) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id l26sm2765524wmj.48.2019.11.26.03.47.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Nov 2019 03:47:24 -0800 (PST) Date: Tue, 26 Nov 2019 11:47:23 +0000 From: "Leif Lindholm" To: Ard Biesheuvel Cc: devel@edk2.groups.io Subject: Re: [PATCH edk2-platforms 0/3] fixes for AMD OverDrive Message-ID: <20191126114723.GU7359@bivouac.eciton.net> References: <20191125180710.62600-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20191125180710.62600-1-ard.biesheuvel@linaro.org> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Nov 25, 2019 at 19:07:07 +0100, Ard Biesheuvel wrote: > Fix some issues in the ACPI and DT descriptions of the SMMU routing, > in particular the routing of the CCP crypto accelerator, which sits > behind an SMMU as well on B1 silicon (but not on B0, strangely enough) > > Ard Biesheuvel (3): > Platform/Overdrive: add missing resolution for FileHandleLib > Silicon/AMD/Styx: clean up stream ID mappings for SMMU > Platform/Overdrive: clean up stream ID descriptions in DT For the series: Acked-by: Leif Lindholm > Platform/AMD/OverdriveBoard/DeviceTree/OverdriveBoard.dts | 19 ++- > Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 2 +- > Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/Dsdt.asl | 23 ---- > Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/Iort.aslc | 137 +++++--------------- > Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/SsdtB1.asl | 23 ++++ > Silicon/AMD/Styx/Library/StyxDtbLoaderLib/StyxDtbLoaderLib.c | 5 +- > 6 files changed, 72 insertions(+), 137 deletions(-) > > -- > 2.20.1 >