From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wj0-x233.google.com (mail-wj0-x233.google.com [IPv6:2a00:1450:400c:c01::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 9FD9281DC7 for ; Mon, 21 Nov 2016 04:28:20 -0800 (PST) Received: by mail-wj0-x233.google.com with SMTP id qp4so26011209wjc.3 for ; Mon, 21 Nov 2016 04:28:20 -0800 (PST) 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=i9BaZY2tyP8R8zpGoljEOjgf53912rIL2Vn5QM7uf+c=; b=fgtSekaJQ3ciZ9ggmlDjuCiw1+41GCVj3PB1aOTCpxN6QPLMQkR5/olvvBODysx8fw zE2CttQh27FtO+FyHpu2eMl/Wxy4ovFUp4wzK/e/sXM9KnpC5U+tgQLFtgW5ZV/UlteG mnB61/BCvcbY4NX/VDe8NojgxlpgJ/uxDQmy8= 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:in-reply-to :references; bh=i9BaZY2tyP8R8zpGoljEOjgf53912rIL2Vn5QM7uf+c=; b=TehX60LeiD40trAEKVFabya17ugVCoYiynRL4A1Hiylzx6RKXkhoqrP+YYaHAsEgd6 v+dqlDagErPLEE+jDtLxuATbmKiBhIHLIkyGNAK411WgDB5xoOoXSi4WuqZjlbWHIpB8 T2b+i29iMKcSKLas60hx2384cnVZnG8bVanhBDqB6cgqpkHMsc12f9ppNfWfAFMz5Tjg f4C6defAfjLLwux9mEqr2xgwHsz+WM2r0xqqLPCbb5NiGsuU/vQmTe6MxARKu0KN1Yek 2rhE+FYguPTygm2SrHXbupTioNtxywZNCvwFw24nsOwXi2apUPJn/loZdU6W6mQBT9yw J+bw== X-Gm-Message-State: AKaTC03OrnvpeAs+0Sk/+GoKpGA+dGiFcX15B358hrxciwSxYUdI3S5tSUS7QaH2eabndUc8 X-Received: by 10.194.145.70 with SMTP id ss6mr10609070wjb.158.1479731298939; Mon, 21 Nov 2016 04:28:18 -0800 (PST) Received: from localhost.localdomain ([196.69.65.28]) by smtp.gmail.com with ESMTPSA id u18sm19299292wmd.1.2016.11.21.04.28.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 21 Nov 2016 04:28:18 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org, ryan.harkin@linaro.org Cc: Ard Biesheuvel Date: Mon, 21 Nov 2016 12:28:09 +0000 Message-Id: <1479731290-22497-3-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1479731290-22497-1-git-send-email-ard.biesheuvel@linaro.org> References: <1479731290-22497-1-git-send-email-ard.biesheuvel@linaro.org> Subject: [PATCH 2/3] BeagleBoardPkg/BeagleBoardPkg.dsc: remove the LinuxLoader application X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2016 12:28:21 -0000 The LinuxLoader should no longer be used now that both the ARM and arm64 kernels as well as GRUB have full support for acting as an OS loader in the UEFI spec sense. So remove it from the Beagle build. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- BeagleBoardPkg/BeagleBoardPkg.dsc | 12 ------------ BeagleBoardPkg/BeagleBoardPkg.fdf | 3 --- 2 files changed, 15 deletions(-) diff --git a/BeagleBoardPkg/BeagleBoardPkg.dsc b/BeagleBoardPkg/BeagleBoardPkg.dsc index 1e2ecdc21ad9..f40095ac456b 100644 --- a/BeagleBoardPkg/BeagleBoardPkg.dsc +++ b/BeagleBoardPkg/BeagleBoardPkg.dsc @@ -369,14 +369,8 @@ [PcdsFixedAtBuild.common] # gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000 - gArmPlatformTokenSpaceGuid.PcdDefaultBootDescription|L"Linux from SD" - gArmPlatformTokenSpaceGuid.PcdDefaultBootDevicePath|L"VenHw(B615F1F5-5088-43CD-809C-A16E52487D00)/HD(1,MBR,0x00000000,0x3F,0x19FC0)/Image" - gArmPlatformTokenSpaceGuid.PcdDefaultBootArgument|"console=tty0 console=ttyS2,115200n8 root=UUID=a4af765b-c2b5-48f4-9564-7a4e9104c4f6 rootwait ro earlyprintk" gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10 - gArmPlatformTokenSpaceGuid.PcdDefaultConOutPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(115200,8,N,1)/VenPcAnsi();VenHw(E68088EF-D1A4-4336-C1DB-4D3A204730A6)" - gArmPlatformTokenSpaceGuid.PcdDefaultConInPaths|L"VenHw(D3987D4B-971A-435F-8CAF-4967EB627241)/Uart(115200,8,N,1)/VenPcAnsi()" - # GUID of the UEFI Shell gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 } @@ -521,9 +515,3 @@ [Components.common] gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000 } - - # Legacy Linux Loader - ArmPkg/Application/LinuxLoader/LinuxLoader.inf { - - BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf - } diff --git a/BeagleBoardPkg/BeagleBoardPkg.fdf b/BeagleBoardPkg/BeagleBoardPkg.fdf index fcaf44abb5cf..42e097f64118 100644 --- a/BeagleBoardPkg/BeagleBoardPkg.fdf +++ b/BeagleBoardPkg/BeagleBoardPkg.fdf @@ -187,9 +187,6 @@ [FV.FvMain] INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf INF MdeModulePkg/Application/UiApp/UiApp.inf - # Legacy Linux Loader - INF ArmPkg/Application/LinuxLoader/LinuxLoader.inf - [FV.FVMAIN_COMPACT] FvAlignment = 8 -- 2.7.4