From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::243; helo=mail-wr0-x243.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x243.google.com (mail-wr0-x243.google.com [IPv6:2a00:1450:400c:c0c::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id F1055203BA4E2 for ; Tue, 22 May 2018 07:56:23 -0700 (PDT) Received: by mail-wr0-x243.google.com with SMTP id x9-v6so17896079wrl.13 for ; Tue, 22 May 2018 07:56:23 -0700 (PDT) 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=9YYPW+6d6gSzqDzsByJHhgsvGpXsOSKuZCg82zamLtk=; b=Vh1Jlr40ZDY5xlJBPDd0pmmwm0bDYkouBjqwJzkmhArDRpv36V95kdOG4fIvZma11q ftn8AK0Qlag27/V7Jie+snYXbn/CPQXYeMRnJwHnEJjq0b+gpZ7O2LU/1BRYMC92F03A Vf5W8e3zALPi78kYCOY2p7zYV1/6X+f6iVIe4= 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=9YYPW+6d6gSzqDzsByJHhgsvGpXsOSKuZCg82zamLtk=; b=mc0wCd0NNxXLw+7rn2zAL07qnu1Afyzi2yjH2+hTY0fX55b95Xsu6/W8RPRupEjN10 AKww8ftQJFPI/ikTK3FYWCssrXYSNbsVVMucwsdHpFofAr10I2Sh+szLLDEh75k8s7ec 8pSXcbPiC2EhWmBHzO1f5q1M9xZq2hVRprJFLtrlAU6Lc0hdGDF3c6m0am+JyqcuS4U7 Z/A9q8IQ2s5TE0ZAi3q5FxaKVvXco4pI1v3Tsyg0sw+wbgnsMH9n3FQwK6JCvkLorW+q 7xyIff6gm8/0sZUBQmrvQ4KsfUVf1ttFCDUEvgVC1/aqwT2nuAvMf+9WUQYIqX0RmIVu Fx3Q== X-Gm-Message-State: ALKqPwet7ZHsdvyjnuKCYIyz9SPN2qCoZNVXq6kj+h/XwIWGc+sEDjoh HB9nm/1tAiTakiAgplcAk/ux6G+rMP4= X-Google-Smtp-Source: AB8JxZo14re2vVl3A+0b8QjBPJlbXZh2669Lsr6VXwEsyrRtghIVPnV82gqFXJIWVfuR/0iO5gwMIw== X-Received: by 2002:adf:9c01:: with SMTP id f1-v6mr18428204wrc.171.1527000982330; Tue, 22 May 2018 07:56:22 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id 47-v6sm29327889wrw.40.2018.05.22.07.56.21 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 22 May 2018 07:56:21 -0700 (PDT) Date: Tue, 22 May 2018 15:56:19 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, alan@softiron.co.uk, neko@bakuhatsu.net Message-ID: <20180522145619.cspqr5hpex4lnsw2@bivouac.eciton.net> References: <20180515173736.29639-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180515173736.29639-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms 0/5] Seattle spring cleaning X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2018 14:56:24 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, May 15, 2018 at 07:37:31PM +0200, Ard Biesheuvel wrote: > Some cleanup patches for Seattle, removing the unused code that deals > with configurations where the SCP, ARM-TF or PSCI support are absent, > which is rather pointless for a platform that is no longer under > development. > > Ard Biesheuvel (5): > Silicon/AMD/Styx: make ARM-TF and PSCI dependencies unconditional > Silicon/AMD/Styx: remove MpBootDxe driver > Silicon/AMD/Styx: remove support for the ACPI parking protocol > Silicon/AMD/Styx: make ISCP dependency unconditional > Platform/AMD/Overdrive: enable support for NVME PCIe devices For the series: Reviewed-by: Leif Lindholm > .../AMD/OverdriveBoard/OverdriveBoard.dsc | 20 +-- > .../AMD/OverdriveBoard/OverdriveBoard.fdf | 6 +- > Platform/LeMaker/CelloBoard/CelloBoard.dsc | 3 - > .../Overdrive1000Board/Overdrive1000Board.dsc | 19 -- > .../Overdrive1000Board/Overdrive1000Board.fdf | 5 - > Silicon/AMD/Styx/AcpiTables/AcpiTables.inf | 3 - > Silicon/AMD/Styx/AcpiTables/Fadt.c | 5 +- > Silicon/AMD/Styx/AcpiTables/Madt.c | 24 +-- > Silicon/AMD/Styx/AmdStyx.dec | 12 -- > Silicon/AMD/Styx/Common/Protocol/AmdMpBoot.h | 39 ---- > .../AMD/Styx/Common/Protocol/AmdMpCoreInfo.h | 7 - > .../AMD/Styx/Drivers/MpBootDxe/MpBootDxe.c | 170 ------------------ > .../AMD/Styx/Drivers/MpBootDxe/MpBootDxe.inf | 53 ------ > .../AMD/Styx/Drivers/MpBootDxe/MpBootHelper.S | 87 --------- > .../Styx/Drivers/PlatInitDxe/PlatInitDxe.c | 91 ---------- > .../Styx/Drivers/PlatInitDxe/PlatInitDxe.inf | 6 - > .../Styx/Drivers/PlatInitPei/PlatInitPei.c | 120 ++++++------- > .../Styx/Drivers/PlatInitPei/PlatInitPei.inf | 2 - > .../PlatformSmbiosDxe/PlatformSmbiosDxe.c | 40 ----- > .../PlatformSmbiosDxe/PlatformSmbiosDxe.inf | 1 - > .../Library/MemoryInitPei/MemoryInitPeiLib.c | 58 +++--- > .../MemoryInitPei/MemoryInitPeiLib.inf | 3 - > .../RealTimeClockLib/RealTimeClockLib.c | 16 +- > .../RealTimeClockLib/RealTimeClockLib.inf | 3 - > .../Library/ResetSystemLib/ResetSystemLib.inf | 3 - > .../StyxDtbLoaderLib/StyxDtbLoaderLib.inf | 2 - > 26 files changed, 89 insertions(+), 709 deletions(-) > delete mode 100644 Silicon/AMD/Styx/Common/Protocol/AmdMpBoot.h > delete mode 100644 Silicon/AMD/Styx/Drivers/MpBootDxe/MpBootDxe.c > delete mode 100644 Silicon/AMD/Styx/Drivers/MpBootDxe/MpBootDxe.inf > delete mode 100644 Silicon/AMD/Styx/Drivers/MpBootDxe/MpBootHelper.S > > -- > 2.17.0 >