From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-x230.google.com (mail-pg0-x230.google.com [IPv6:2607:f8b0:400e:c05::230]) (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 AA1BD21E1B76D for ; Thu, 21 Sep 2017 04:04:24 -0700 (PDT) Received: by mail-pg0-x230.google.com with SMTP id d8so3338198pgt.4 for ; Thu, 21 Sep 2017 04:07:31 -0700 (PDT) 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=Pehf7vUdmxolG3sVT2chwk8DpZT7XyEY3adACvyQ2Cw=; b=FWz1DgHJBdoZ8dGxGF3qVUMWFuyQbQaEvmg3IidCE1fqbnz4x7USv91F7lIRryvevT kFyE/sjUgARXOuIOKKcanNiDmGOsyEjOou1wXjVGBY5I++YBUBO27StjrzpEYmqDuLqP p4eeu06LYtAfQjzDTjxxy4acZUmelg+31PaCA= 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=Pehf7vUdmxolG3sVT2chwk8DpZT7XyEY3adACvyQ2Cw=; b=e0W/vGCiYeDEme4JayGbkzp1QCunOuWdBEjlrKi+djsQJZ6DbCyMT04AXFal/uf1rC UqNFIe6hU35psd6Gf0oy6hF6c9o3OLkFu/T+fjMdO0cA5LfIr51WFq6aV3uax0Nw3Jvk 9MBauE3e1PEfu6G/QZO0ftkZy3TDQesL7VHu5FiQLxkWyZV0ff0PkUx8xw88dTBmsLD4 qaLIQ9VTkU19mSDpMi6gVSsKM8jQUIossZghRqNMVPq31KZ8zjWYlhpw+kFm3o9iIBY1 HY8dHjFqKBc+t0aX4wwBwkZOOkyV1z1el+gIdrelfu6eUIUWhRjwmNjphIjWdVUPURUu JrBw== X-Gm-Message-State: AHPjjUiUFjlxee7GF/yqzULqWG9EwSrqNC9sHXECjZwcm/jL6XCZjUUr RkGPCi3p9oJV/D/nWuJa9MsQ0qCpMD0= X-Google-Smtp-Source: AOwi7QAro65yLhXEyFA3jaSmE4cpyRi0i9FcMh30MbThMX/EUqmMSLc/peHbqnv3ATEtxE3thY4jIA== X-Received: by 10.84.136.1 with SMTP id 1mr5160939plk.101.1505992051355; Thu, 21 Sep 2017 04:07:31 -0700 (PDT) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id x124sm2090762pfx.56.2017.09.21.04.07.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 21 Sep 2017 04:07:30 -0700 (PDT) From: Heyi Guo 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, waip23@126.com, Chenhui Sun Date: Thu, 21 Sep 2017 18:59:54 +0800 Message-Id: <1505991597-52989-16-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1505991597-52989-1-git-send-email-heyi.guo@linaro.org> References: <1505991597-52989-1-git-send-email-heyi.guo@linaro.org> Subject: [PATCH edk2-platforms v3 08/11] Hisilicon/D03: Disable the function of PerfTuning X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 11:04:24 -0000 From: Chenhui Sun The PerTuning function is not stable, it will cause the 3008/3108 crash, disable this function first. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Chenhui Sun --- Platform/Hisilicon/D03/D03.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Hisilicon/D03/D03.dsc b/Platform/Hisilicon/D03/D03.dsc index fca6781..ac880d9 100644 --- a/Platform/Hisilicon/D03/D03.dsc +++ b/Platform/Hisilicon/D03/D03.dsc @@ -112,7 +112,7 @@ # It could be set FALSE to save size. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE gHisiTokenSpaceGuid.PcdIsItsSupported|TRUE - gHisiTokenSpaceGuid.PcdIsPciPerfTuningEnable|TRUE + gHisiTokenSpaceGuid.PcdIsPciPerfTuningEnable|FALSE [PcdsFixedAtBuild.common] gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"D03" -- 1.9.1