From patchwork Mon Mar 20 20:35:42 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 95577 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp1126071qgd; Mon, 20 Mar 2017 13:36:05 -0700 (PDT) X-Received: by 10.84.231.135 with SMTP id g7mr21880097plk.12.1490042165338; Mon, 20 Mar 2017 13:36:05 -0700 (PDT) Return-Path: Received: from ml01.01.org (ml01.01.org. [2001:19d0:306:5::1]) by mx.google.com with ESMTPS id x17si5159792pgh.106.2017.03.20.13.36.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Mar 2017 13:36:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 2001:19d0:306:5::1 as permitted sender) client-ip=2001:19d0:306:5::1; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 2001:19d0:306:5::1 as permitted sender) smtp.mailfrom=edk2-devel-bounces@lists.01.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id D1EF480464; Mon, 20 Mar 2017 13:36:04 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (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 E5FC8803BF for ; Mon, 20 Mar 2017 13:36:02 -0700 (PDT) Received: by mail-wm0-x235.google.com with SMTP id n11so72891973wma.1 for ; Mon, 20 Mar 2017 13:36:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=mQT3pc3BcOcIDCtPeyV8sdZxT23sYNPJGDhJIu1gqPI=; b=dBiVYjqp3zvCdF5/VlObmM0m22kK3FrT16HsXFeI2mGOBRWwVwnkjIx59F1PfhMkC8 uu+omNJ5wOydaTqE5abUwYaNLu3XnQwmiZD0R/kBORQus+qjT/OSpLI1XqItB4nncaAN D4G6KFzTDEC8KM4o9QbmDUKAyeEJmOXEELDRg= 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=mQT3pc3BcOcIDCtPeyV8sdZxT23sYNPJGDhJIu1gqPI=; b=i/4hmvJWKZoLyTyk5nTaG2CyAI8py/wU+M7gLOfBxdBuznLGgGQGHPzLrAZy9PiDNF Gw0BlfMkqotTNXBg8sG7pM9unHWOn22xFQy72dOjC5gk9o0g01B2MsDDYannOQVfIoYK 2Tg5HXKLAXCx3XDQB502Y9XR+sGj3XZW3KrJRQkByhCQdICzKAG3hrqkcj+ZEw4IHHUf 3UatQa336jOt/DrQi3BH2cqmBdcGkiBgEO8PjT6Zm91lOZb5xmV8WFLMD2mmcq/ArsI1 cSwxuBK3VLKQMKvNneB3oVasMF/eLYFypifkU/HMMBnpomp89M107+S0ZxKLep2u30wV 4suw== X-Gm-Message-State: AFeK/H2fCwoF+4gc4aqpKGjxPoyJoV5AP46GSzLZKg+WFGWljV7JWZP6gJ0aHjoFR5WnqsHN X-Received: by 10.28.224.11 with SMTP id x11mr12407929wmg.98.1490042161209; Mon, 20 Mar 2017 13:36:01 -0700 (PDT) Received: from localhost.localdomain (189.17.90.92.rev.sfr.net. [92.90.17.189]) by smtp.gmail.com with ESMTPSA id c35sm22086859wra.1.2017.03.20.13.35.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 20 Mar 2017 13:36:00 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org, ryan.harkin@linaro.org Date: Mon, 20 Mar 2017 20:35:42 +0000 Message-Id: <1490042145-19509-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [edk2] [PATCH 0/3] ArmPkg/PlatformBootManagerLib: fixes 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 Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" Replace the bootlogo implementation in QuietBoot.c with a call into BootLogoLib, so we can get rid of some code. While we're at it, add a missing call to dispatch deferred images, and remove the IntelFrameworkModulePkg dependency directly, by switching to a hardcoded Shell FILE_GUID reference rather than indirecting via a PCD. Ard Biesheuvel (3): ArmPkg/PlatformBootManagerLib: dispatch deferred images after EndOfDxe ArmPkg/PlatformBootManagerLib: refer to Shell FILE_GUID directly ArmPkg/PlatformBootManagerLib: move to BootLogoLib for boot splash support ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c | 43 +- ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 7 +- ArmPkg/Library/PlatformBootManagerLib/QuietBoot.c | 680 -------------------- 3 files changed, 38 insertions(+), 692 deletions(-) delete mode 100644 ArmPkg/Library/PlatformBootManagerLib/QuietBoot.c -- 2.7.4 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel