From nobody Sat Nov 2 12:15:47 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zoho.com; dkim=fail spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1490969760116405.67080614841484; Fri, 31 Mar 2017 07:16:00 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 0B2EC2008030A; Fri, 31 Mar 2017 07:15:59 -0700 (PDT) Received: from mail-wr0-x233.google.com (mail-wr0-x233.google.com [IPv6:2a00:1450:400c:c0c::233]) (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 6024820080300 for ; Fri, 31 Mar 2017 07:15:57 -0700 (PDT) Received: by mail-wr0-x233.google.com with SMTP id w11so107082305wrc.3 for ; Fri, 31 Mar 2017 07:15:57 -0700 (PDT) Received: from localhost.localdomain ([160.171.180.74]) by smtp.gmail.com with ESMTPSA id h187sm3057561wma.32.2017.03.31.07.15.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 Mar 2017 07:15:55 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=VlgOSiPl1ZICUjOnRlcOT2UWHRDCV+8ORpC4OAncjbk=; b=eMRGIUfheLDxaqTvNCSAuKn7HVOlCVkSLlvERBvwq2+PGYAjMKsPNQYnZJZJwvXow4 Y+oDgVMVBbSsBPS9jKii6ihcP+wgbXq5I75zISVWbcdtVL2YvpoGAMcF1//6FEhPXZj/ /+bQlIN6IqzvsQ95pEe2710DTXOOHAw+dxqE8= 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:in-reply-to :references; bh=VlgOSiPl1ZICUjOnRlcOT2UWHRDCV+8ORpC4OAncjbk=; b=q3hvzkgBurJVsUSRXrX9x9d6gUGB69YV6XPdS1rQxraMP3DdIEBXyOVJgQhyuK9Rt0 xgIoA0hITf84H+mmJSBAhrOMK+8ExQEBhi2cjmMHiJvC+ljJyjMpsnKprZwv0m8k2OLp saHGytIWCtr9bGdDtOih6wElRQ28bndu24ibRKVaWeekgn5xjWqjqHSgJdtQ/pFGsAMC Kq5vu5KK4X3MuM1pHWUZKOBWuUjlB5zFxhGBGf5AgvRc/JAHTk77ZNql4DB+GcjhltCC F6afuOeXM07/kwZnkDBHWbPOK+l4NZRb6Il0HKrDnC1+YzLZHpKK2LFbP1cZAi/5lO+r h98w== X-Gm-Message-State: AFeK/H0eJ+snq8s0p0D08pUwsIMrlGzBKx2NzHnpvuHezlyu9x5M47UeZPEIKxVMiVLDaM9+ X-Received: by 10.223.145.199 with SMTP id 65mr2954377wri.182.1490969756000; Fri, 31 Mar 2017 07:15:56 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org, ryan.harkin@linaro.org Date: Fri, 31 Mar 2017 15:15:39 +0100 Message-Id: <20170331141547.20987-2-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170331141547.20987-1-ard.biesheuvel@linaro.org> References: <20170331141547.20987-1-ard.biesheuvel@linaro.org> Subject: [edk2] [PATCH v2 01/13] Platforms/VExpress: remove unused logo PCD X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ard Biesheuvel MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" This file and associated PCD are no longer used by our BDS code, so remove them. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.fdf | 7 ------- Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf | 7 ------- 2 files changed, 14 deletions(-) diff --git a/Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.fdf b/Platforms/AR= M/VExpress/ArmVExpress-CTA15-A7.fdf index 90746158351e..5c3a2316cb68 100644 --- a/Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.fdf +++ b/Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.fdf @@ -175,13 +175,6 @@ FvNameGuid =3D 73dcb643-3862-4904-9076-a94af18= 90243 INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf INF MdeModulePkg/Application/UiApp/UiApp.inf =20 - # - # TianoCore logo (splash screen) - # - FILE FREEFORM =3D PCD(gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoF= ile) { - SECTION RAW =3D MdeModulePkg/Logo/Logo.bmp - } - # FV Filesystem INF MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.i= nf =20 diff --git a/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf b/Platforms= /ARM/VExpress/ArmVExpress-FVP-AArch64.fdf index 2ace4d8e04c3..81966d2c3bce 100644 --- a/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf +++ b/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf @@ -167,13 +167,6 @@ FvNameGuid =3D 87940482-fc81-41c3-87e6-399cf85= ac8a0 INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf INF MdeModulePkg/Application/UiApp/UiApp.inf =20 - # - # TianoCore logo (splash screen) - # - FILE FREEFORM =3D PCD(gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoF= ile) { - SECTION RAW =3D MdeModulePkg/Logo/Logo.bmp - } - # FV Filesystem INF MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.i= nf =20 --=20 2.9.3 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel