From patchwork Thu Oct 27 03:15:24 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gary guo X-Patchwork-Id: 79594 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp407686qge; Wed, 26 Oct 2016 20:28:41 -0700 (PDT) X-Received: by 10.200.52.221 with SMTP id x29mr2535652qtb.19.1477538921005; Wed, 26 Oct 2016 20:28:41 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id y142si3027218qka.287.2016.10.26.20.28.40; Wed, 26 Oct 2016 20:28:40 -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 8BB2560891; Thu, 27 Oct 2016 03:28:40 +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 7DBAE61D81; Thu, 27 Oct 2016 03:21:06 +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 B9AA860D9D; Thu, 27 Oct 2016 03:20:38 +0000 (UTC) Received: from mail-pf0-f174.google.com (mail-pf0-f174.google.com [209.85.192.174]) by lists.linaro.org (Postfix) with ESMTPS id 3DCB760D85 for ; Thu, 27 Oct 2016 03:16:52 +0000 (UTC) Received: by mail-pf0-f174.google.com with SMTP id n85so8219066pfi.1 for ; Wed, 26 Oct 2016 20:16:52 -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=c0OlFoYhJ1Q2ndmiWIIG4ILTWxxVR/0FQV7OesdYthM=; b=igwKE18SA3v6PcIqdSvZ0k1wuKWFr5d3eHMnM4fnYuhmVhu6Uiv1a0optaCI20Dw1+ S9j5wVdVHCQbTEENkO7uHfePya/7+5C13fN8UfBgVGAY49RuCykU9srBaRCopCWrxs1N Jh6jxDgC/Tg3Ahu/DJg0SWGRwInNGgxQDZuM4tI9LpLn3HSHePTJC05IFbblFzmStAJc /DJk3Ylf3qKmsTGvnECYn9tZdWHi0GvDpcCsXBFtRwG9/aeakH102/x+hYO5IIXif4vc WnyYYXdQ4qne6rDHeJXRpmv6yspF7nikugwtQKg/22lXBddEUGcyfwA+cpIGUJO70hUS hhwQ== X-Gm-Message-State: ABUngveOxTleQkEfc3uht4yHXw2/5v1NXrJO+pJ7P03MxLAqA6ty9RBcaohihcAKG5rYXjDwr1c= X-Received: by 10.98.113.138 with SMTP id m132mr8522845pfc.61.1477538211525; Wed, 26 Oct 2016 20:16:51 -0700 (PDT) Received: from localhost.localdomain ([119.145.15.121]) by smtp.gmail.com with ESMTPSA id h5sm7091734pfg.86.2016.10.26.20.16.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 26 Oct 2016 20:16:51 -0700 (PDT) From: Heyi Guo To: linaro-uefi@lists.linaro.org Date: Thu, 27 Oct 2016 11:15:24 +0800 Message-Id: <1477538129-118465-20-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 21/26] D02: 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/D02/Pv660D02.dsc | 2 +- Platforms/Hisilicon/D02/Pv660D02.fdf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Platforms/Hisilicon/D02/Pv660D02.dsc b/Platforms/Hisilicon/D02/Pv660D02.dsc index c11fa4e..d6fbcb9 100644 --- a/Platforms/Hisilicon/D02/Pv660D02.dsc +++ b/Platforms/Hisilicon/D02/Pv660D02.dsc @@ -429,7 +429,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/D02/Pv660D02.fdf b/Platforms/Hisilicon/D02/Pv660D02.fdf index ec4d749..c941e4e 100644 --- a/Platforms/Hisilicon/D02/Pv660D02.fdf +++ b/Platforms/Hisilicon/D02/Pv660D02.fdf @@ -278,7 +278,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