From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 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 F26EE2216D8E2 for ; Fri, 15 Dec 2017 08:57:31 -0800 (PST) Received: by mail-wm0-x244.google.com with SMTP id y82so31404257wmg.1 for ; Fri, 15 Dec 2017 09:02:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=fxiFqU8m7bMEYDfOPSDPKjsCLsbI87uHfIWTLRBb3hI=; b=ZfhBQHykfkyLCxMj379TO21fkPCF8oOVfdZLbI70R9D+WWssCvkJmaxAa2TIbSk74V 15j8tMpGxfxHQuTVETh1RnIBsfxTkt5hnxiKbbtZORtTPypVhW71537LvkF0cRj6vrJy DPTg6fhMyKgYy39I+tT6o8dIOndevFPyQvYGo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=fxiFqU8m7bMEYDfOPSDPKjsCLsbI87uHfIWTLRBb3hI=; b=sEVDftWrTrrbq8M853SzwQAHKDjaDhiBCwDP0j/c7iy7eMllx1x0bpbgXf/4eqYGpO fLtJwkqCr8QDPluHVQN/t/2DqP8H8xXFQdFdbMeWme7h4uEqKdcLYTRMqTLT/99sYCsu vVEXgiFoqyX2UcAj8quIQdUVQyc02IzKJb265sybRlI7VeK9dnvfgW3x3n9zJqt1cuY5 /4UfV+PnBiENddnwVmWdSuPkugPI4b2RdBlL4VffAzOSLj/mUmlsSo0hm3oFPSSfbuv9 ZTUMW9VLPVzwvCkcWwvwmMxGP0iVxTqvvhzsXmHFIa7wuhncYMBLlBAhBtLhwHj3JDkx iijw== X-Gm-Message-State: AKGB3mIgpK0MMx+3bqLO4rdrLVI3H7q04oz2rHGBVLJMv4oQ2LP3LVK2 GNEngRW0gtlKC1FOJpeFgFmL3PAhMV8= X-Google-Smtp-Source: ACJfBotTd8P0V5RMAyW2329Ui5M8fCyt7z2jpsGm2dFaOEyXz3mNf7ymRXE9d++CeqtzW8eWK3DXQA== X-Received: by 10.28.213.79 with SMTP id m76mr5553145wmg.67.1513357331419; Fri, 15 Dec 2017 09:02:11 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id c6sm3435972wmd.21.2017.12.15.09.02.10 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 15 Dec 2017 09:02:10 -0800 (PST) Date: Fri, 15 Dec 2017 17:02:08 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: "edk2-devel@lists.01.org" Message-ID: <20171215170208.ddhzugonpl2czyjm@bivouac.eciton.net> References: <20171215162347.9652-1-leif.lindholm@linaro.org> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [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: , X-List-Received-Date: Fri, 15 Dec 2017 16:57:32 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Dec 15, 2017 at 05:36:11PM +0100, Ard Biesheuvel wrote: > On 15 December 2017 at 17:23, Leif Lindholm wrote: > > 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 Thanks, pushed as a7912d4ad8. > > --- > > 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 > > > > + EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf > > EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.inf > > > > [Components.ARM] > > -- > > 2.11.0 > >