From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (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 11DD61A1DFE for ; Thu, 4 Aug 2016 06:51:10 -0700 (PDT) Received: by mail-wm0-x22d.google.com with SMTP id o80so379312630wme.1 for ; Thu, 04 Aug 2016 06:51:09 -0700 (PDT) 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=W4R1mzqFHdtlU00WEyY5MocZy+0lep/0mUJJ7mALPro=; b=E8NJ0QBU4g3HmnlDziaQKNGPRMhmILoz0hJCflZANsvKtHdRyiVNwUFsBl+Ju8GEpk aFJdqkLEM8fQTeCvAdRs5+Oxcn6sPLG2oZ7KQPV2PzmvNRed6E71WzduF7HV1kqIqcHN wr+seEW54LI516Ou4EqiIL7bG7H/yk7hlMZhA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=W4R1mzqFHdtlU00WEyY5MocZy+0lep/0mUJJ7mALPro=; b=bfaShW9mRxbZreUDUNsZdiATpMoNfECq/kGbrJEh+/IlhHN1W3WW2vZ41Xji0Ssuaj ZR/JUK46SMQHUAZQdLKZg4G8H2Yb6Y8U+WW+5eH/qaDavewV8lNHLuaEooSHXOjawjkE xNws+ytUyC4ow/rfCIjMKAET4RQlA9mQDPHB12Yhdt0+Y3N+fA7n+RBsNbwkHFiA/8kB IoqZB6XJp6ueCtpSy6Fm2bavvvYMKAal9ED8Y/ji44GUAvRTffWFwmCUtYGeMyjs9UC8 WBRPfdybCIxP4rbSmckdNGpHxERC7Brxz7Ub/fs/7Mag1xGbb7h8qAGq/Wa46K7m+flc 9VpA== X-Gm-Message-State: AEkooutr1JQYAP1EZAASiRjOaoC2n/dFvM4AQJpa1DUuD0kmYPUulLfhuGOxzbzaBmWmJc2O X-Received: by 10.28.183.134 with SMTP id h128mr73671420wmf.7.1470318668452; Thu, 04 Aug 2016 06:51:08 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id p83sm3760529wma.18.2016.08.04.06.51.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Aug 2016 06:51:07 -0700 (PDT) Date: Thu, 4 Aug 2016 14:51:05 +0100 From: Leif Lindholm To: Daniil Egranov Cc: edk2-devel@lists.01.org Message-ID: <20160804135105.GY31760@bivouac.eciton.net> References: <1470265848-89949-1-git-send-email-daniil.egranov@arm.com> MIME-Version: 1.0 In-Reply-To: <1470265848-89949-1-git-send-email-daniil.egranov@arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [PATCH] PcdBdsLinuxSupport default value 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: Thu, 04 Aug 2016 13:51:10 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Aug 03, 2016 at 06:10:48PM -0500, Daniil Egranov wrote: > The built-in Linux Loader is obsolete and not included in most builds. > The patch sets the PcdBdsLinuxSupport default value to FALSE and prevents > ArmBds from looking for built-in Linux Loader by default and ASSERTing > when it cannot be found. Platforms which still using built-in loader have > to set this PCD in their platform description file. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Daniil Egranov Reviewed-by: Leif Lindholm Pushed (with a tweak to the subject line), thanks! > --- > ArmPlatformPkg/ArmPlatformPkg.dec | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ArmPlatformPkg/ArmPlatformPkg.dec b/ArmPlatformPkg/ArmPlatformPkg.dec > index 5864d98..d756fd2 100644 > --- a/ArmPlatformPkg/ArmPlatformPkg.dec > +++ b/ArmPlatformPkg/ArmPlatformPkg.dec > @@ -55,7 +55,7 @@ > gArmPlatformTokenSpaceGuid.PcdGopDisableOnExitBootServices|FALSE|BOOLEAN|0x0000003D > > # Enable Legacy Linux support in the BDS > - gArmPlatformTokenSpaceGuid.PcdBdsLinuxSupport|TRUE|BOOLEAN|0x0000002E > + gArmPlatformTokenSpaceGuid.PcdBdsLinuxSupport|FALSE|BOOLEAN|0x0000002E > > [PcdsFixedAtBuild.common] > gArmPlatformTokenSpaceGuid.PcdCoreCount|1|UINT32|0x00000039 > -- > 2.7.4 >