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.web12.9654.1574876157636317222 for ; Wed, 27 Nov 2019 09:35:58 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=SE9ot3fA; spf=pass (domain: linaro.org, ip: 209.85.128.66, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wm1-f66.google.com with SMTP id f129so8536645wmf.2 for ; Wed, 27 Nov 2019 09:35:57 -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 :cc; bh=dbyTYIOY/M9sIRgtm8tok2oizIeq5FBPbiQWBXBnVCU=; b=SE9ot3fA82Kj143k+4Uz79AkY7c9DYE02FwgOFdseUQ83yuXA4MpoE+4JoSpqel933 Xc/p7g7rCPf/ShAJlQeuW9SmlXHfoFSfTnGdD4R87dwUTw3KPa63O2uEoPENZWoVHuFN U2enhUXtNk4pjAiFtmLC2U+7PgBO6bsJmlIcwa20xyQCu7P2IZFv+DhxBKSokTc+LoYT 5bTfCQCvgBKjGzM5P4AQbq0/F9a9YZctimQA/P8mFmxXguu/r8UlFnkFgd0w+x/PFThR mPACnYlqjuk1+4Gion7N8zMgiiZDFkRrSrB2VyyxtUPEJ4kL7ayVmP55F+yGS/FhaXrP rIcQ== 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=dbyTYIOY/M9sIRgtm8tok2oizIeq5FBPbiQWBXBnVCU=; b=TIydo6qSUav2hH0OI9YEENw0H1UY3/vZmjSqcm0DXkPujPbbUtJMPpwTDML/EIPsct 982aaoR7kcNyoXhaWsSAu3zi2LnwvuNqZaYq2tbbmOvXBPn9K30MZua/sY6Sl50Ldw+e U6W14qF4p++EBFOYlXkAzuR07cMqQM+I6Q7tFGKua0Xy+6BO2nSgAxulvGp1G9KeLoZy 8bTBy7C2vEVD4crTFyzfBAWgXypTYU3FIGdLuc28wVRPQ2JEQbRG5mvwLMLoMFANf053 TD6xI1v2zrci7RSnsMzO1QbZ36rsjFJDKrhF5ShiusumWFecBNrnHzWejVNw17KPpopq EoeA== X-Gm-Message-State: APjAAAVXxYWYfkbkCXFo7T+jwSPpnAdd6gPjFd4yG12z6g3Q+ufWjSSZ SZFMijtWG7GyTZmKk6pgHX79ESD6/7dHHHImvXeYhQ== X-Google-Smtp-Source: APXvYqx/O0ZCSvlPGkIX0aN2TEUsScSC89KGT01KCl0nMsJvwP1ojVC4qaX3Wg95kDGE8uhwknQfSU57TtPARiAyOn8= X-Received: by 2002:a1c:49c3:: with SMTP id w186mr5558559wma.53.1574876156165; Wed, 27 Nov 2019 09:35:56 -0800 (PST) MIME-Version: 1.0 References: <20191125180710.62600-1-ard.biesheuvel@linaro.org> <20191126114723.GU7359@bivouac.eciton.net> In-Reply-To: <20191126114723.GU7359@bivouac.eciton.net> From: "Ard Biesheuvel" Date: Wed, 27 Nov 2019 18:35:59 +0100 Message-ID: Subject: Re: [PATCH edk2-platforms 0/3] fixes for AMD OverDrive To: Leif Lindholm Cc: edk2-devel-groups-io Content-Type: text/plain; charset="UTF-8" On Tue, 26 Nov 2019 at 12:47, Leif Lindholm wrote: > > 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 > Thanks. I'm spinning another version of this series, though ... > > > 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 > >