From patchwork Wed Oct 26 10:29:57 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 79389 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp330449qge; Wed, 26 Oct 2016 03:30:22 -0700 (PDT) X-Received: by 10.55.105.130 with SMTP id e124mr44714qkc.97.1477477822390; Wed, 26 Oct 2016 03:30:22 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id u18si908054qtu.58.2016.10.26.03.30.22; Wed, 26 Oct 2016 03:30:22 -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 dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id E8775617C7; Wed, 26 Oct 2016 10:30:21 +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_H3, RCVD_IN_MSPIKE_WL 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 C86A260EF8; Wed, 26 Oct 2016 10:30:16 +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 1034260EFE; Wed, 26 Oct 2016 10:30:15 +0000 (UTC) Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by lists.linaro.org (Postfix) with ESMTPS id E6B2360EEC for ; Wed, 26 Oct 2016 10:30:05 +0000 (UTC) Received: by mail-wm0-f41.google.com with SMTP id d128so77416662wmf.1 for ; Wed, 26 Oct 2016 03:30:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=MXt3+S5e1GJ6o5lhAb1uuxC/kFG8Iwy4CiKeqX3fiKM=; b=jh/YMkpNXKWiJLmC8j5eUIGMs401yu71q3XUJBXoqWqolRTcuXDP6Z8bY4vPHQV+1U gRU6EKUDdXMQQsk72B/Cx1VxLgU7SN5OxVpPw/8Uw9w0XVQY6g7L3Yu1uxIeonVIbbNp x4XypkJKSWftkMeR5+O6c4eY+HE0vuIFpHuAi7WEdqcn+Jq+LwdGI6jqkyoPhvukdbQE DhDDU9zPy7JvycnpK9cjjGf3dxJa5JIFxrFkWh6HGqRFJ9Htt4/pLbWRYhV8uQTP/GfX GyL53oX/8OFPp5iJW0aI6i76lm+a7vNFuzU1lAyY/YXDO52Pq2u0+Psu+p+9jAZeG6mq 6kCA== X-Gm-Message-State: ABUngvcFP4oUR1Z4Tu+Y6xcv8gwgJ4B5oPnEVPIa9U0wDGf8IeFbmN4+SSMWc0C7SljiUa7yvms= X-Received: by 10.194.89.104 with SMTP id bn8mr1532144wjb.132.1477477804681; Wed, 26 Oct 2016 03:30:04 -0700 (PDT) Received: from localhost.localdomain ([105.150.227.229]) by smtp.gmail.com with ESMTPSA id g142sm8795229wmd.2.2016.10.26.03.30.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 26 Oct 2016 03:30:03 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org Date: Wed, 26 Oct 2016 11:29:57 +0100 Message-Id: <1477477797-9035-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [Linaro-uefi] [PATCH] Platforms/ARM/Juno: switch to generic BDS 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" Replace the Intel BDS with the generic BDS. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel Tested-by: Ryan Harkin Reviewed-by: Leif Lindholm --- Platforms/ARM/Juno/ArmJuno.dsc | 10 +++++++--- Platforms/ARM/Juno/ArmJuno.fdf | 3 ++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Platforms/ARM/Juno/ArmJuno.dsc b/Platforms/ARM/Juno/ArmJuno.dsc index d5f06c2b4211..f9824f0f837e 100644 --- a/Platforms/ARM/Juno/ArmJuno.dsc +++ b/Platforms/ARM/Juno/ArmJuno.dsc @@ -45,8 +45,6 @@ TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf - GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf - PlatformBdsLib|ArmPlatformPkg/Library/PlatformIntelBdsLib/PlatformIntelBdsLib.inf CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf # USB Requirements @@ -335,7 +333,13 @@ MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf - IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf + MdeModulePkg/Universal/BdsDxe/BdsDxe.inf + MdeModulePkg/Application/UiApp/UiApp.inf { + + NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf + NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf + NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf + } # # EBC diff --git a/Platforms/ARM/Juno/ArmJuno.fdf b/Platforms/ARM/Juno/ArmJuno.fdf index 9e41ce87cbc2..f760c128744b 100644 --- a/Platforms/ARM/Juno/ArmJuno.fdf +++ b/Platforms/ARM/Juno/ArmJuno.fdf @@ -214,7 +214,8 @@ FvNameGuid = B73FE497-B92E-416e-8326-45AD0D270092 INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf INF MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf INF MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf - INF IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf + INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf + INF MdeModulePkg/Application/UiApp/UiApp.inf # # FDT installation