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:c0c::243; helo=mail-wr0-x243.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x243.google.com (mail-wr0-x243.google.com [IPv6:2a00:1450:400c:c0c::243]) (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 35C14222DE14C for ; Mon, 12 Feb 2018 03:40:00 -0800 (PST) Received: by mail-wr0-x243.google.com with SMTP id 34so4610659wre.13 for ; Mon, 12 Feb 2018 03:45:49 -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=C+9r8r7SKVJT6lnWgwW4JANXWeapzkY5pDBMm5uH7zA=; b=ekTJ0jypzX1Xa819nq/BGUY4ikVs3R7lVWDZDVU2t826wHA5tBnN3gNj5m+kafP4g2 zwGbT2HvSipxVUrXxD12S9qA7nk4M0lAe1aTWc8Ko9hGEIITd2VOtjT5tsU0kCc9IoMk W9BwPEA/GLg8LK5RyxORDRZ4c95KreIgshOA0= 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=C+9r8r7SKVJT6lnWgwW4JANXWeapzkY5pDBMm5uH7zA=; b=YBLAZuF5UC+rHps6gdOUN2JhyLcml/yxrxEaBi19bvX6nLub7BJbM3YKUE5kJDGNcX 2VRkq34BStRvDnmxMIhGSsAaL2Gpmd7PVHhRAZcoGkyKnSpKHRYwOQfP9LTq378By9aW 6aCS1kfohe1kgwQmcgDi1SPwrs2lhgK3pHA4KhVaS36HZpiyhtUEsWSk0+dX6uT/HHzO SLzNM09Nd1AglddTrqG01uj9+ek8ScQS+FIhgBRL/F344VrdHfm+NQxyjO3ULTiRvQ26 ACHSePKdi7RR5hioPnz3KUlso7ZxLDx02XIwpVLdXEhoyc7gIYHOFmnISCSL8CJOi0fE TG1Q== X-Gm-Message-State: APf1xPCAQjoFLm4LP0Vqq+hhglDvV+K0UlK7Cs6VME4QACV+NkiqXtGK MrlsZe0Z6RB/mm5uhzhw/qGTCw== X-Google-Smtp-Source: AH8x2279GGIyGxiy/EFlYTpvzi62IsG3R9OJzywS5n+hCJU6AYuOb4xz9rEqvvhiWgWnuo721J0lgQ== X-Received: by 10.223.160.100 with SMTP id l33mr8984982wrl.51.1518435947735; Mon, 12 Feb 2018 03:45:47 -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 l15sm7776507wrb.91.2018.02.12.03.45.46 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 12 Feb 2018 03:45:46 -0800 (PST) Date: Mon, 12 Feb 2018 11:45:45 +0000 From: Leif Lindholm To: Haojian Zhuang Cc: edk2-devel@lists.01.org, linaro-uefi@lists.linaro.org, ard.sheuvel@linaro.org, heyi.guo@linaro.org Message-ID: <20180212114545.tlg65kb7uffrpv2x@bivouac.eciton.net> References: <1518197467-32526-1-git-send-email-haojian.zhuang@linaro.org> <1518197467-32526-2-git-send-email-haojian.zhuang@linaro.org> MIME-Version: 1.0 In-Reply-To: <1518197467-32526-2-git-send-email-haojian.zhuang@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH v2 1/4] Platform/Hisilicon/HiKey: include DxePcdLib for HiiDatabase X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2018 11:40:00 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Feb 10, 2018 at 01:31:04AM +0800, Haojian Zhuang wrote: > Include DxePcdLib for HiiDatabase. Otherwise, PlatformBootManager > can't be launched successfully. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Haojian Zhuang Reviewed-by: Leif Lindholm > --- > Platform/Hisilicon/HiKey/HiKey.dsc | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/Platform/Hisilicon/HiKey/HiKey.dsc b/Platform/Hisilicon/HiKey/HiKey.dsc > index e8cb957..c7d931e 100644 > --- a/Platform/Hisilicon/HiKey/HiKey.dsc > +++ b/Platform/Hisilicon/HiKey/HiKey.dsc > @@ -1,5 +1,5 @@ > # > -# Copyright (c) 2014-2017, Linaro Limited. All rights reserved. > +# Copyright (c) 2014-2018, Linaro Limited. All rights reserved. > # > # This program and the accompanying materials > # are licensed and made available under the terms and conditions of the BSD License > @@ -422,7 +422,10 @@ > # Bds > # > MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf > - MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf > + MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf { > + > + PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf > + } > MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf > MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf > MdeModulePkg/Universal/BdsDxe/BdsDxe.inf > -- > 2.7.4 >