From patchwork Thu Oct 27 03:15:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gary guo X-Patchwork-Id: 79593 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp407638qge; Wed, 26 Oct 2016 20:28:29 -0700 (PDT) X-Received: by 10.55.41.209 with SMTP id p78mr4929563qkp.282.1477538909743; Wed, 26 Oct 2016 20:28:29 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id b9si3056140qkj.81.2016.10.26.20.28.29; Wed, 26 Oct 2016 20:28:29 -0700 (PDT) Received-SPF: pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=linaro-uefi-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 2F0CE60E81; Thu, 27 Oct 2016 03:28:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2 autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 59D4A61DBA; Thu, 27 Oct 2016 03:21:04 +0000 (UTC) X-Original-To: linaro-uefi@lists.linaro.org Delivered-To: linaro-uefi@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id A1FAC61DA4; Thu, 27 Oct 2016 03:20:38 +0000 (UTC) Received: from mail-pf0-f179.google.com (mail-pf0-f179.google.com [209.85.192.179]) by lists.linaro.org (Postfix) with ESMTPS id DB32C60D93 for ; Thu, 27 Oct 2016 03:16:53 +0000 (UTC) Received: by mail-pf0-f179.google.com with SMTP id 197so8246050pfu.0 for ; Wed, 26 Oct 2016 20:16:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=RKcXiDBrH1H6yYXlMQdFdoBMOMPcAfFy+uUn322MUOA=; b=QuHGDx1iwE1sAwSJ/hG/tu0ajdW3yU+x6i7m6Q2MdSVsDYH9/2NFAVaDswZ1sh2Tz1 dceEirCia58D/7wJVcdQH4WKWdWZAIl96jpz5FnP3JrMmH3d2dMF7rnLHkYEzJw4TEx0 wIWJ552Un50wjl2G2+Ksec0cavzI1r7oDbA5Co+JowCqus/XzjELXY2ijljNGx0XZ9Gq y6hICN8ZgNS2ADlQiybxVvl+P0yaxjaGAdtMbxbiz8q/LE94MuUSa222P7PFiFQtAgmP FFB5L6tFgn0Db1+uokjM/NHTtn+VckLqkVa1z4El/nbTXCFXimPx6uc6RoljUw4z64H7 CIEg== X-Gm-Message-State: ABUngvfmCVeDQjXLqQV+1zqiyMBdl8YFSh2/Pt+KYiY7QamHGpbFUSUBl38jD0RS3dAo5mClk5w= X-Received: by 10.98.102.84 with SMTP id a81mr10012395pfc.176.1477538213238; Wed, 26 Oct 2016 20:16:53 -0700 (PDT) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id h5sm7091734pfg.86.2016.10.26.20.16.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 26 Oct 2016 20:16:52 -0700 (PDT) From: Heyi Guo To: linaro-uefi@lists.linaro.org Date: Thu, 27 Oct 2016 11:15:25 +0800 Message-Id: <1477538129-118465-21-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1477538129-118465-1-git-send-email-heyi.guo@linaro.org> References: <1477538129-118465-1-git-send-email-heyi.guo@linaro.org> Subject: [Linaro-uefi] [PATCH 22/26] D03: Disable memory test in BDS X-BeenThere: linaro-uefi@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linaro-uefi-bounces@lists.linaro.org Sender: "Linaro-uefi" Memory test may take long time when there is a lot of memory in system, so we disable memory test in BDS to accelerate boot speed. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo --- Platforms/Hisilicon/D03/D03.dsc | 2 +- Platforms/Hisilicon/D03/D03.fdf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Platforms/Hisilicon/D03/D03.dsc b/Platforms/Hisilicon/D03/D03.dsc index 7167f4d..d6c8b7c 100644 --- a/Platforms/Hisilicon/D03/D03.dsc +++ b/Platforms/Hisilicon/D03/D03.dsc @@ -504,7 +504,7 @@ # # Memory test # - MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf + MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf diff --git a/Platforms/Hisilicon/D03/D03.fdf b/Platforms/Hisilicon/D03/D03.fdf index b57a74b..9f8c6f3 100644 --- a/Platforms/Hisilicon/D03/D03.fdf +++ b/Platforms/Hisilicon/D03/D03.fdf @@ -290,7 +290,7 @@ READ_LOCK_STATUS = TRUE # INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf - INF MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/GenericMemoryTestDxe.inf + INF MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf INF MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf INF MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf INF IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf