From patchwork Wed Mar 29 13:49:02 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 96197 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp2209137qgd; Wed, 29 Mar 2017 06:50:28 -0700 (PDT) X-Received: by 10.55.198.149 with SMTP id s21mr609370qkl.24.1490795428077; Wed, 29 Mar 2017 06:50:28 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id r48si6256010qtb.9.2017.03.29.06.50.27; Wed, 29 Mar 2017 06:50:28 -0700 (PDT) Received-SPF: pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=linaro-uefi-bounces@lists.linaro.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id A67B763510; Wed, 29 Mar 2017 13:50:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2 autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 37E9162EA7; Wed, 29 Mar 2017 13:50:24 +0000 (UTC) X-Original-To: linaro-uefi@lists.linaro.org Delivered-To: linaro-uefi@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 3251F62EA7; Wed, 29 Mar 2017 13:50:22 +0000 (UTC) Received: from mail-wr0-f177.google.com (mail-wr0-f177.google.com [209.85.128.177]) by lists.linaro.org (Postfix) with ESMTPS id 4DB08609B2 for ; Wed, 29 Mar 2017 13:50:21 +0000 (UTC) Received: by mail-wr0-f177.google.com with SMTP id k6so9981580wre.2 for ; Wed, 29 Mar 2017 06:50:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=WmYxbS6wN8WQ3VzVkn2hOaOeT3vOWp7qK5SzlffKNgs=; b=ujW8rtb2iq74f9tEGKhchmcmudonaDAZZ7x5maWP31whUqoM1MNqYMZkdTJannD1Wt bmOajF2VDcmh5WIpgEKL16bxlEu8wc4MIjHeqXWf1Cvkv4V83Gls1xda3mEGUtfgrnzA BFWdN9f0X9vW4+DWFXC9kXEQlhgGGQMHkHl9cWMm1eAioXdQA1oYEgWDbOs2MhjhCVmQ tUs9XM6+Aad1J5i2VltfdtXI+74S4acUoaSmnEVsga8k9dzXJEA49BmOLjY6JmSVVFT5 IAZNFT1K3lJYRj6t57ts6xxp6DfqCTbidyw8CuaepwWDNcwCrCzIavC9QNdkY+H1Xmqu W4aw== X-Gm-Message-State: AFeK/H3cpeZ3LYoneFklSDfZLjZtS1sDbaWqyVP5Te8N39PnBKRLJv4G0xBgVz77gAhTb+H+i7s= X-Received: by 10.28.20.70 with SMTP id 67mr1548907wmu.86.1490795420411; Wed, 29 Mar 2017 06:50:20 -0700 (PDT) Received: from localhost.localdomain ([196.81.160.3]) by smtp.gmail.com with ESMTPSA id w17sm8884418wrc.20.2017.03.29.06.50.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Mar 2017 06:50:19 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org, leif.lindholm@linaro.org Date: Wed, 29 Mar 2017 14:49:02 +0100 Message-Id: <20170329134908.13038-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.9.3 Cc: lersek@redhat.com Subject: [Linaro-uefi] [PATCH 0/6] EDK2 spring cleaning -- OpenPlatformPkg edition X-BeenThere: linaro-uefi@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linaro-uefi-bounces@lists.linaro.org Sender: "Linaro-uefi" This is the OpenPlatformPkg counterpart of the series Embedded|ArmPlatformPkg: spring cleaning + DtPlatformDxe switch sent out out roughly the same time as this one. Note that they are inter- dependent, i.e., applying one without the other will not result in a working build. Patches #1 to #4 are cleanups. Patches #5 and #6 switch TC2 and FVP-AArch64 to the new and simplified DtPlatformDxe driver. Ard Biesheuvel (6): Platforms/VExpress: remove unused logo PCD Platforms/VExpress: remove unused StatusCode references Platforms/VExpress: get rid of Tiano compression Platforms/VExpress: remove BdsLib library class resolutions Platforms/TC2: move to new DtPlatformDxe driver Platforms/FVP-AArch64: switch to simpler DT platform driver Platforms/ARM/Binary/DeviceTree/fvp-base-gicv2-psci.dtb | Bin 0 -> 10368 bytes Platforms/ARM/Binary/DeviceTree/fvp-base-gicv3-psci.dtb | Bin 0 -> 10835 bytes Platforms/ARM/Binary/DeviceTree/fvp-foundation-gicv2-psci.dtb | Bin 0 -> 7673 bytes Platforms/ARM/Binary/DeviceTree/fvp-foundation-gicv3-psci.dtb | Bin 0 -> 8140 bytes Platforms/ARM/Binary/DeviceTree/vexpress-v2p-ca15_a7.dtb | Bin 0 -> 19070 bytes Platforms/ARM/Juno/ArmJuno.dsc | 8 +++ Platforms/ARM/Juno/ArmJuno.fdf | 9 ---- Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.dsc | 15 ++++-- Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.fdf | 27 ++-------- Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.dsc | 31 +++++++----- Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf | 52 ++++---------------- Platforms/ARM/VExpress/ArmVExpress.dsc.inc | 24 +-------- 12 files changed, 51 insertions(+), 115 deletions(-) create mode 100644 Platforms/ARM/Binary/DeviceTree/fvp-base-gicv2-psci.dtb create mode 100644 Platforms/ARM/Binary/DeviceTree/fvp-base-gicv3-psci.dtb create mode 100644 Platforms/ARM/Binary/DeviceTree/fvp-foundation-gicv2-psci.dtb create mode 100644 Platforms/ARM/Binary/DeviceTree/fvp-foundation-gicv3-psci.dtb create mode 100644 Platforms/ARM/Binary/DeviceTree/vexpress-v2p-ca15_a7.dtb