From patchwork Wed Oct 26 08:17:37 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 79355 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp284251qge; Wed, 26 Oct 2016 01:17:55 -0700 (PDT) X-Received: by 10.98.4.6 with SMTP id 6mr1901395pfe.152.1477469875485; Wed, 26 Oct 2016 01:17:55 -0700 (PDT) Return-Path: Received: from ml01.01.org (ml01.01.org. [198.145.21.10]) by mx.google.com with ESMTPS id 123si1384977pgh.10.2016.10.26.01.17.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Oct 2016 01:17:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 198.145.21.10 as permitted sender) client-ip=198.145.21.10; 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 198.145.21.10 as permitted sender) smtp.mailfrom=edk2-devel-bounces@lists.01.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 0BB9B1A1E6E; Wed, 26 Oct 2016 01:17:55 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (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 DA2271A1E57 for ; Wed, 26 Oct 2016 01:17:52 -0700 (PDT) Received: by mail-wm0-x234.google.com with SMTP id 140so7382492wmv.0 for ; Wed, 26 Oct 2016 01:17:52 -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:in-reply-to:references; bh=16H2dGpyJs6bh7cCJSSukZIVJG4OZ2hRa91xGseyKKs=; b=g3iiXLmozVnAYf75ROG58C0Y9cSZuk080RL4lxwupPmbeCw/K7+onErgF/Un0XCE0l JiC9lnVyFug51rXkI6JcWN8Nj46/NuxHXKw1IROIQTIvqg4hnmYmiCLkq68sVKDJeB9I /Zexdz7Gkga1FBcd3XXHbND14OQBnf4H3mu7M= 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=16H2dGpyJs6bh7cCJSSukZIVJG4OZ2hRa91xGseyKKs=; b=BCzMIUCyjp4CBOHEPwoKk+5VhSO9DnVNfaW+NBi7Sm/0ZKBXiC+Lmw6Ro6auSGdmqh 7mnCRTHUls55I4ubLmnmvmwv2W1o8MDioodDqagx69OM1e/F+WJzBmUlcqa8AU5fxyd/ RxgySU8UebsNWZoCao6JUvdbN0n5Hn7vY2b5mtRUt3etrAU0tbdtfi8/rbsOQm1Iz4zB GMNMZ5vyF7rtMK4N6cQ5QeAZF+6Ob1t0doP4+3lUMt7EUDJxQf/wEDLCHY2TzP+R4xhp 3aR2EsBFWgsRKz8ylg9sh2JA5At3Tz/lLME/At5BivLQLB+c7IMu8STIkNayfFa7FPTx ESfg== X-Gm-Message-State: ABUngvfe8t57C23KJG4jyToehPgOQpSrbjbFcwBajM/Eb6H0NLOSXgAJMd820tIINTZ842gK X-Received: by 10.28.227.11 with SMTP id a11mr1433877wmh.88.1477469871522; Wed, 26 Oct 2016 01:17:51 -0700 (PDT) Received: from localhost.localdomain ([105.150.227.229]) by smtp.gmail.com with ESMTPSA id y2sm1166640wjx.20.2016.10.26.01.17.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 26 Oct 2016 01:17:50 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Date: Wed, 26 Oct 2016 09:17:37 +0100 Message-Id: <1477469862-10046-2-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1477469862-10046-1-git-send-email-ard.biesheuvel@linaro.org> References: <1477469862-10046-1-git-send-email-ard.biesheuvel@linaro.org> Subject: [edk2] [PATCH v2 1/6] ArmPkg: add missing components 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: , Cc: ryan.harkin@linaro.org, lersek@redhat.com, Ard Biesheuvel MIME-Version: 1.0 Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" ArmPkg.dsc was a bit out of date, and some modules added over the past years had not been added to its [Components] section yet. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel Tested-by: Ryan Harkin Reviewed-by: Leif Lindholm --- ArmPkg/ArmPkg.dsc | 11 +++++++++++ 1 file changed, 11 insertions(+) -- 2.7.4 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel diff --git a/ArmPkg/ArmPkg.dsc b/ArmPkg/ArmPkg.dsc index ed7e482ddd62..8b2bfa2338f0 100644 --- a/ArmPkg/ArmPkg.dsc +++ b/ArmPkg/ArmPkg.dsc @@ -142,6 +142,16 @@ [Components.common] ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf + ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf + ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf + ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf + ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf + ArmPkg/Library/ArmLib/ArmBaseLib.inf + ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf + ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf + ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf + ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf + [Components.ARM] ArmPkg/Drivers/ArmCpuLib/ArmCortexA8Lib/ArmCortexA8Lib.inf ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Lib.inf @@ -150,3 +160,4 @@ [Components.ARM] [Components.AARCH64] ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf ArmPkg/Drivers/ArmCpuLib/ArmCortexA5xLib/ArmCortexA5xLib.inf + ArmPkg/Library/ArmMmuLib/ArmMmuPeiLib.inf