From patchwork Mon Nov 21 11:08:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 83204 Delivered-To: patch@linaro.org Received: by 10.182.1.168 with SMTP id 8csp1462123obn; Mon, 21 Nov 2016 03:08:27 -0800 (PST) X-Received: by 10.107.202.195 with SMTP id a186mr12011221iog.170.1479726507869; Mon, 21 Nov 2016 03:08:27 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id o13si9714889ith.77.2016.11.21.03.08.27; Mon, 21 Nov 2016 03:08:27 -0800 (PST) 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 4420460C6F; Mon, 21 Nov 2016 11:08: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_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 9C60460A3B; Mon, 21 Nov 2016 11:08:21 +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 D305160A45; Mon, 21 Nov 2016 11:08:19 +0000 (UTC) Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by lists.linaro.org (Postfix) with ESMTPS id C6F8160A3A for ; Mon, 21 Nov 2016 11:08:17 +0000 (UTC) Received: by mail-wm0-f50.google.com with SMTP id u144so20381835wmu.1 for ; Mon, 21 Nov 2016 03:08:17 -0800 (PST) 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=7PQxqMFZI6ojDVJ487L0wmWMh91YKmJnO7aetGHsDsU=; b=maxVISegBZOTvclI4uD4y7RfKH/II5PLrnqPTBrxYPk3VMJ5LEth4X9t2bAjdr0r2O lOQBoOszBIFPm9+enpz55ERqMYWlNC/TSUgVYJ68leU+t08ykPDvcmBDKwQbvplk4V9q BiOI7DWuIkGcMdMtKqU9HTV3mKPTRffhqBtLBSE3KaP5YnwG+MmXA1Z82MX72dEf30kR 59uEvB8cnPRFyOtTY8rVl/CQmJoI2JX29odnrgg6TmpyJU64cltOZK1ACvCytbT3nPJP 3Dg6FLcsQbJ1vv0vrxdsX1tmhmLMy1/0+zHxfhpX1cPVmqp90yJT5/PUSTBb1bYGMbAv M2Uw== X-Gm-Message-State: AKaTC034MVojaNqy2Rok9ouxNhNaPxRU/wMip19H4u9TfAbfvts7lrG7KyO2Ax1oFIzBnOk34X8= X-Received: by 10.28.32.150 with SMTP id g144mr14309406wmg.46.1479726496869; Mon, 21 Nov 2016 03:08:16 -0800 (PST) Received: from localhost.localdomain ([196.69.65.28]) by smtp.gmail.com with ESMTPSA id pd2sm24298448wjb.31.2016.11.21.03.08.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 21 Nov 2016 03:08:16 -0800 (PST) From: Ard Biesheuvel To: linaro-uefi@lists.linaro.org Date: Mon, 21 Nov 2016 11:08:02 +0000 Message-Id: <1479726482-14355-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [Linaro-uefi] [PATCH] Platforms/ARM/VExpress: remove references LinuxLoader and legacy 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" Remove the LinuxLoader from the TC2 build, and along with it some related PCD settings that are no longer used now that we switched to the generic BDS. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel Tested-by: Ryan Harkin Reviewed-by: Ryan Harkin --- Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.dsc | 14 -------------- Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.fdf | 3 --- Platforms/ARM/VExpress/ArmVExpress.dsc.inc | 7 ------- 3 files changed, 24 deletions(-) diff --git a/Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.dsc b/Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.dsc index b56e2885ac31..69048a3b1a88 100644 --- a/Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.dsc +++ b/Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.dsc @@ -177,20 +177,6 @@ gEmbeddedTokenSpaceGuid.PcdFdtDevicePaths|L"VenHw(E7223039-5836-41E1-B542-D7EC736C5E59)/ca15a7" # - # ARM OS Loader - # - gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"Linux from NorFlash" - gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"Fv(73DCB643-3862-4904-9076-A94AF1890243)/LinuxLoader.efi" - gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|L"VenHw(E7223039-5836-41E1-B542-D7EC736C5E59)/kernel -c \"console=ttyAMA0,38400 earlyprintk debug verbose\"" - - # Use the serial console (ConIn & ConOut) and the Graphic driver (ConOut) - # PL111 - CLCD - #gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi();VenHw(407B4008-BF5B-11DF-9547-CF16E0D72085)" - # HDLCD - gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi();VenHw(CE660500-824D-11E0-AC72-0002A5D5C51B)" - gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(38400,8,N,1)/VenPcAnsi()" - - # # ARM Architectural Timer Frequency # !ifdef ARM_BIGLITTLE_TC2 diff --git a/Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.fdf b/Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.fdf index 7f4f786644db..90746158351e 100644 --- a/Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.fdf +++ b/Platforms/ARM/VExpress/ArmVExpress-CTA15-A7.fdf @@ -182,9 +182,6 @@ FvNameGuid = 73dcb643-3862-4904-9076-a94af1890243 SECTION RAW = MdeModulePkg/Logo/Logo.bmp } - # 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 7558f5693f39..ddf617c850c8 100644 --- a/Platforms/ARM/VExpress/ArmVExpress.dsc.inc +++ b/Platforms/ARM/VExpress/ArmVExpress.dsc.inc @@ -517,10 +517,3 @@ PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf } - -[Components.ARM] - # Legacy Linux Loader - ArmPkg/Application/LinuxLoader/LinuxLoader.inf { - - BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf - }