From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c01::243; helo=mail-pl0-x243.google.com; envelope-from=haojian.zhuang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pl0-x243.google.com (mail-pl0-x243.google.com [IPv6:2607:f8b0:400e:c01::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 7ACE7223230C5 for ; Thu, 15 Feb 2018 18:04:28 -0800 (PST) Received: by mail-pl0-x243.google.com with SMTP id bb3so915622plb.2 for ; Thu, 15 Feb 2018 18:10:21 -0800 (PST) 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=iuVtvbODvVsdzZZcprOUPZYTIyxO9v7hM8xnxZYyXcI=; b=iVEDkobJI+n3Tprzq+GlzbI2AKOtJQzTUSbJ6digjnFS+oUSZnxtrZ8zrzmCrSISn/ GMQ0JPYd8msy/d+832ozuZWqLznhSxkAqTCvcK13CQL4rDDXhQfc9SPjxvPQKEkpqADX 2h4P8F3zHabjcF/mXKG/fhIRKUibtZAljmTTQ= 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:in-reply-to :references; bh=iuVtvbODvVsdzZZcprOUPZYTIyxO9v7hM8xnxZYyXcI=; b=I+9i6C18jB2c/lPYYC65IH0qWy28SqlG42quTXrhyi+mhJjd/UMW30G2nOKwsyWJbc oKpmHByN3qqu2w+R+zOq13aDtsFeX0JEhUGxgRbcmiUlL9Amsy5jiLEwA2ZyloCyuPwc JOcPy5Jn0XZhSq/FDzNof3XxvopyBEjFp0ojDyvd9LBer9ztdkm2JeMgSCV9aW2EGLH5 VUbXkj3oWoUK00/SkJUn/EKknUHLJP5VFP/uW7DyEju19uxcPRrHe6sFkikiM4/ldxFT fwQCXiVxvYT8wlYKHR02j9Ek0FtYZhj+IZJYJqemnS+Q/3CqPDE1XHvQFnTWocqYh6i6 k3Cw== X-Gm-Message-State: APf1xPCZu2qi38VHED5zPEgKSxI2fu4PTgQpts4ClfZMKAwqf8HP0GvD CDrlTMpF4aj8rkN1jRycLdmf2Ebko9s= X-Google-Smtp-Source: AH8x224b6eWBls0vGnDS/krKul4Bny23Qo1YJIvGq1D0OyHj7UuYyO3fbsAVYtmMATN9BW1kXK49vg== X-Received: by 2002:a17:902:788b:: with SMTP id q11-v6mr4309162pll.378.1518747021359; Thu, 15 Feb 2018 18:10:21 -0800 (PST) Received: from localhost.localdomain ([64.64.108.63]) by smtp.gmail.com with ESMTPSA id q13sm37836007pgp.76.2018.02.15.18.10.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 15 Feb 2018 18:10:20 -0800 (PST) From: Haojian Zhuang To: edk2-devel@lists.01.org, leif.lindholm@linaro.org, ard.biesheuvel@linaro.org, linaro-uefi@lists.linaro.org, heyi.guo@linaro.org Cc: Haojian Zhuang Date: Fri, 16 Feb 2018 10:10:00 +0800 Message-Id: <1518747003-29025-2-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1518747003-29025-1-git-send-email-haojian.zhuang@linaro.org> References: <1518747003-29025-1-git-send-email-haojian.zhuang@linaro.org> Subject: [PATCH v3 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: Fri, 16 Feb 2018 02:04:28 -0000 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