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:c05::242; helo=mail-pg0-x242.google.com; envelope-from=haojian.zhuang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pg0-x242.google.com (mail-pg0-x242.google.com [IPv6:2607:f8b0:400e:c05::242]) (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 AFD26223DB787 for ; Fri, 9 Feb 2018 09:25:48 -0800 (PST) Received: by mail-pg0-x242.google.com with SMTP id m28so4039514pgc.9 for ; Fri, 09 Feb 2018 09:31:35 -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=ulljeibWnqQp9pEOLVejwEGpIHoUHILp9UyrePOnvjw=; b=FX6YxrQPNLL9IqoYRGqQb/o+Njj/6ryDA2G0pTFbJ0LWgqrtNaUK/BdoU0CpYns91d ShsLgb7HZpRCTFR2eMTXRrXyFMmE4FtCTp5aLAxIic+H8vB3KeCymRIL+juCa7JTk9Gp eF9AUhuzZV5bQiLhiKt9TcKhbpzmEwcEt5h0Y= 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=ulljeibWnqQp9pEOLVejwEGpIHoUHILp9UyrePOnvjw=; b=I0aiOdSpnUUxdDMCZjcmB42AFIqUVaxKqi5t7t/3EM9nyDgzaYWDYyYLzDYl4R0b1H ZPzi1ULtAmDc2q9gIi/5u36SzuT/ZrFrxzo6LLBki8zx1tjCszjVD7KYAds+1zbZBMYk W1/zNTIYrURLxMVdMvRAIGbSP9slFr1KNiECJFx0URsOag3GNB5DZ5/ujoMHUdPoFqqh R3Jx06xOAtWAXF1A1lIY9WA7wtTGWCr2kC2j/Sje04ngabaFcfhGVPYMUNcJ8XarlTTs ljssWVSgnh0cQhxkgWHsEJp/dc9TY/AGGu+hL6YC6Ph37ZmcKE8VvSE/Q0rJpXseNh+l FxFg== X-Gm-Message-State: APf1xPDfe9+g0zp+L6cS5Pewe7yJm6BKWwG+8zSW7Kx3VFAC2DZZsf6G WinoScZef8g2/NpUJaAzT+sVq1Qk2eI= X-Google-Smtp-Source: AH8x226sL0MMphBZ9TSb/HI+ghQ0da5Mp7NSX3pjldnaUSyfn1NQ3cKEVq3RqUfJOrk4+PYMxThIQA== X-Received: by 10.98.48.68 with SMTP id w65mr3536050pfw.21.1518197494493; Fri, 09 Feb 2018 09:31:34 -0800 (PST) Received: from localhost.localdomain ([64.64.108.141]) by smtp.gmail.com with ESMTPSA id b123sm7001993pfb.179.2018.02.09.09.31.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 09 Feb 2018 09:31:33 -0800 (PST) From: Haojian Zhuang To: edk2-devel@lists.01.org, linaro-uefi@lists.linaro.org, leif.lindholm@linaro.org, ard.sheuvel@linaro.org, heyi.guo@linaro.org Cc: Haojian Zhuang Date: Sat, 10 Feb 2018 01:31:04 +0800 Message-Id: <1518197467-32526-2-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1518197467-32526-1-git-send-email-haojian.zhuang@linaro.org> References: <1518197467-32526-1-git-send-email-haojian.zhuang@linaro.org> Subject: [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: Fri, 09 Feb 2018 17:25:49 -0000 Include DxePcdLib for HiiDatabase. Otherwise, PlatformBootManager can't be launched successfully. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Haojian Zhuang --- 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