From patchwork Mon May 2 08:44:55 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 67002 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp964173qge; Mon, 2 May 2016 01:45:10 -0700 (PDT) X-Received: by 10.50.85.15 with SMTP id d15mr5440054igz.8.1462178710441; Mon, 02 May 2016 01:45:10 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id e7si12238379igg.93.2016.05.02.01.45.09; Mon, 02 May 2016 01:45:10 -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 8DF4561606; Mon, 2 May 2016 08:45:09 +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=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED 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 7D526615F5; Mon, 2 May 2016 08:45:06 +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 8444E615F7; Mon, 2 May 2016 08:45:04 +0000 (UTC) Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by lists.linaro.org (Postfix) with ESMTPS id AC484615EB for ; Mon, 2 May 2016 08:45:00 +0000 (UTC) Received: by mail-wm0-f51.google.com with SMTP id a17so131115689wme.0 for ; Mon, 02 May 2016 01:45:00 -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=PhEwgkUv+v9jUUkbSa2yw3d2ZBPT5y0CxLdSrZC8Jvk=; b=fI2PfOeY98JIQfJoM85TCxX9S36pUXvknMSuUWhGIG5Wj2dGYkDtPZlWNR7VXFo6WL dsq2ATQlfZqcDOtaK+j968Nq0+UlE/0Q8VfLGBOMd0xdaAtz7eDS0ejndVvOgBuBklxk AXCCUpgX/WobXnGqFmrMzFYEwvQ09JMZhAbw2LUSv/0C0bA9ZneMCSRpcM8U7gTMFY8M sOL7gReioVhBz4t4qllsiU8PUGqoIw6qx8aBJ8Zt04DwS/IyNhPiLwCXncdWrM4DE3CQ 0hbCVgPGKZZZwgpI1DbWOHUWVbqtusrsB6ACHV+yw6NGt7mb0sV9PrUFXE20LEboilkl EvkQ== X-Gm-Message-State: AOPr4FVX3h3D5/DpZ7eKk/GY0jngO/KOVxqkZw+yptLJEsXIiOn7ry+uck7QVIRgHoZmfLmo9Y4= X-Received: by 10.194.85.132 with SMTP id h4mr7611379wjz.29.1462178699803; Mon, 02 May 2016 01:44:59 -0700 (PDT) Received: from localhost.localdomain ([195.55.142.58]) by smtp.gmail.com with ESMTPSA id r204sm17608256wmg.20.2016.05.02.01.44.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 May 2016 01:44:59 -0700 (PDT) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org Date: Mon, 2 May 2016 10:44:55 +0200 Message-Id: <1462178695-24368-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [Linaro-uefi] [PATCH] Platforms/ARM/FVP: remove LinuxLoader from build 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" The built-in Linux loader is broken in several ways, one of which is that it shields the UEFI environment from the OS. So remove it from the FVP build. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel Reviewed-by: Ryan Harkin Tested-by: Ryan Harkin --- Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf | 3 --- Platforms/ARM/VExpress/ArmVExpress.dsc.inc | 7 ++++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf b/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf index 3bcdb1ca43f1..b49d452e85e5 100644 --- a/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf +++ b/Platforms/ARM/VExpress/ArmVExpress-FVP-AArch64.fdf @@ -181,9 +181,6 @@ FvNameGuid = 87940482-fc81-41c3-87e6-399cf85ac8a0 } !endif - # Legacy Linux Loader - INF ArmPkg/Application/LinuxLoader/LinuxLoader.inf - # FV Filesystem INF MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf diff --git a/Platforms/ARM/VExpress/ArmVExpress.dsc.inc b/Platforms/ARM/VExpress/ArmVExpress.dsc.inc index d898aef490f9..bfd94c3a2df4 100644 --- a/Platforms/ARM/VExpress/ArmVExpress.dsc.inc +++ b/Platforms/ARM/VExpress/ArmVExpress.dsc.inc @@ -488,9 +488,6 @@ # EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf - # Legacy Linux Loader - ArmPkg/Application/LinuxLoader/LinuxLoader.inf - # # UEFI application (Shell Embedded Boot Loader) # @@ -509,3 +506,7 @@ PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf } + +[Components.ARM] + # Legacy Linux Loader + ArmPkg/Application/LinuxLoader/LinuxLoader.inf