From nobody Tue May 7 14:05:56 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1513355036370883.1186060182653; Fri, 15 Dec 2017 08:23:56 -0800 (PST) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 74A5E2217CE50; Fri, 15 Dec 2017 08:19:12 -0800 (PST) Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) (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 F242C21B02847 for ; Fri, 15 Dec 2017 08:19:10 -0800 (PST) Received: by mail-wm0-x244.google.com with SMTP id n138so18500258wmg.2 for ; Fri, 15 Dec 2017 08:23:52 -0800 (PST) Received: from vanye.hemma.eciton.net (cpc92316-cmbg19-2-0-cust118.5-4.cable.virginm.net. [82.12.0.119]) by smtp.gmail.com with ESMTPSA id 127sm12200161wmk.14.2017.12.15.08.23.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Dec 2017 08:23:49 -0800 (PST) X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::244; helo=mail-wm0-x244.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=jJUq5YJFgvW8RMIePoJyzWwwqTGtlYwjcyo11NEFkk0=; b=du7DyevL1sMH9QZ6MInE0nuBuetbVHolOWWx23dDvjfiW9RpgyOJ0TXCbn1biwNe1l esc6LLLWJaUaurj4whsVQSHp2+oeJvJXaicamrLD2wFKJo3mV1FSeRNMbYadseKyohIH uzkqHL6/1x81HyKS1AWUI451v0+FINIGgXLP0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=jJUq5YJFgvW8RMIePoJyzWwwqTGtlYwjcyo11NEFkk0=; b=GU9om6cA3Im73Bu1hZ2WtkZTqnU7zo4QrnIWLbLEamtmeXEUrmpR5N6O8XhrXo76on AoWGcTMlqxTYPKFfsr4YE5UNJZyPPluiUuNcgGal1xSRHxP5z0P8ok/oqdhcF9/SjvA6 QmP3IjmSlj5NP5eHVwaw+ydLUrd8IlOzOknOvHH3XRFZyQMC//ZuOnuw++fFdn0oIAgK dOrbwv3Dm3HKcZqc6gclWbqzo73gM1ttkKvPnhgIISTj9vXzSaR1zsFACPLtdPPtxmp5 UhNPN1pmozK+drOebSpvZJzfWWJGayEs5aqMcUFKzH1z5T1UR6xENG3sbY7U8weJQOpy SaTQ== X-Gm-Message-State: AKGB3mIZzGYnO1mVQJQ0p+sHx/TfbJph/SA6k/U0F3eusBlMC8AVSRnE cWftcoXlg2WS6imD9koMP27o6EoIGu8= X-Google-Smtp-Source: ACJfBou6x66sbLFaYErTc71I9g5B2GlXih6NTK7SQ71d6+WohOmAwGTjRPaOel+TuYSSqCcyouTNJw== X-Received: by 10.28.8.212 with SMTP id 203mr5443314wmi.8.1513355030492; Fri, 15 Dec 2017 08:23:50 -0800 (PST) From: Leif Lindholm To: edk2-devel@lists.01.org Date: Fri, 15 Dec 2017 16:23:47 +0000 Message-Id: <20171215162347.9652-1-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [edk2] [PATCH] EmbeddedPkg: add ConsolePrefDxe to package .dsc X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: ard.biesheuvel@linaro.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Add an entry for ConsolePrefDxe under [Components.common], to permit building standalone. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm Reviewed-by: Ard Biesheuvel --- EmbeddedPkg/EmbeddedPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc index af965c2036..6120c46b35 100644 --- a/EmbeddedPkg/EmbeddedPkg.dsc +++ b/EmbeddedPkg/EmbeddedPkg.dsc @@ -267,6 +267,7 @@ [Components.common] EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf =20 + EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.inf =20 [Components.ARM] --=20 2.11.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel