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=ming.huang@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 E8DFB2034D8CC for ; Thu, 22 Feb 2018 01:21:20 -0800 (PST) Received: by mail-pl0-x243.google.com with SMTP id w21so2574225plp.11 for ; Thu, 22 Feb 2018 01:27: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=fdA6Y+aTSzJ9c/omxV34H+H+2ThqCgKrzDfePAvQa4A=; b=gJL/s4iefcWWkcBzVVzfB1k+JpmB42OzFxzNhimtDIAZhrpuHhUk9FR1yEXWBky1ed fsojHwj/MxLKzSfZzntz0LAnCcxyP5z+e2mhT0NNJ0kUqPeoF6wuOcB4+MoviCz5zV9S bLS9qj3naE/TvZInsCunumlcEJ7qQ9h4sTeo4= 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=fdA6Y+aTSzJ9c/omxV34H+H+2ThqCgKrzDfePAvQa4A=; b=Dgcn1fF14eFxF9ixcNfNwYf1vAWY5l8IJtpGTSd+6QABq8kBhYmU44K4W6GCeD+8eN HhTcmMvhNLfwY19htDywv6ZKzBKNKtqLfHKwq0bpdCdaSzwYo1rRLHebvJfghAcIUxPx PuLhgrqlnLmdfynIKj2daWboizs2Ev8NpBEW2BKAfYmRqm7NWn2NrC4T/D2e5Ea3fHmI d6Pz+JxM0/xqvc9lGqzQjigVy16JKfnI7oS+2z0pYYWxCTAil5PXiZELz2otHlOORif1 AHLC7v3AtqnpVTXbcf1FVIdFNHFvi35GrGw4FuRsbxdVHAxgP8urzNHdY6bCDcuUU6Ur noLw== X-Gm-Message-State: APf1xPC+09HKmnkhdF/4HdRVSFwtx3ahGkjznL0jjUmZ1LtIIK6UJzKX QL+eWPr5aoL2qmfnOn5hA29V6A== X-Google-Smtp-Source: AH8x224EKoQhyw55wKzVjXjBtjls89DTuOTiZjoczAuChvXbkvd3TM6JEx+5grPQcQGp8QPCfe5/Sg== X-Received: by 2002:a17:902:7485:: with SMTP id h5-v6mr6105236pll.236.1519291641170; Thu, 22 Feb 2018 01:27:21 -0800 (PST) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id 63sm62361267pgi.71.2018.02.22.01.27.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 22 Feb 2018 01:27:20 -0800 (PST) From: Ming Huang To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Cc: ard.biesheuvel@linaro.org, guoheyi@huawei.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, mengfanrong@huawei.com, huangdaode@hisilicon.com, john.garry@huawei.com, Ming Huang Date: Thu, 22 Feb 2018 17:27:00 +0800 Message-Id: <1519291620-57816-3-git-send-email-ming.huang@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1519291620-57816-1-git-send-email-ming.huang@linaro.org> References: <1519291620-57816-1-git-send-email-ming.huang@linaro.org> X-Mailman-Approved-At: Thu, 22 Feb 2018 04:21:39 -0800 Subject: [PATCH edk2-platforms v1 2/2] Hisilicon/D03: Set PcdHiiOsRuntimeSupport to FALSE 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: Thu, 22 Feb 2018 09:21:21 -0000 Turn off PcdHiiOsRuntimeSupport to fix hanging issue while enter shell with some mellanox net cards.The option ROM of card loads an empty interface to the gEfiHiiConfigAccessProtocolGuid. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang --- Platform/Hisilicon/D03/D03.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Hisilicon/D03/D03.dsc b/Platform/Hisilicon/D03/D03.dsc index f888d56..120c6cd 100644 --- a/Platform/Hisilicon/D03/D03.dsc +++ b/Platform/Hisilicon/D03/D03.dsc @@ -113,6 +113,7 @@ # It could be set FALSE to save size. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE gHisiTokenSpaceGuid.PcdIsItsSupported|TRUE + gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE [PcdsDynamicExDefault.common.DEFAULT] gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor|{0x0}|VOID*|0x100 -- 1.9.1