From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::242; helo=mail-wm0-x242.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::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 4419F2232BE10 for ; Tue, 23 Jan 2018 06:16:19 -0800 (PST) Received: by mail-wm0-x242.google.com with SMTP id f71so2196598wmf.0 for ; Tue, 23 Jan 2018 06:21:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=U/rtppTA6QsBmnJvwFBV30Nur8lUqP9MOFOxZwrlgm0=; b=VxxaKKwW2uOQzTrEOvW7oK+nAyROe+8RBjAQ1kJBN2sM/BTN6YRV0NSPqmBemonhv2 LhAyIGlaVHx3lSUtkBYi85h/AnIhp/K7VKAmWIWrZeVmMVL1HNDx1YmqwgzDWTbbDsm0 AcsYo7Gv74CpLdCqRpHDas/7xM8JgOKT9o3KM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=U/rtppTA6QsBmnJvwFBV30Nur8lUqP9MOFOxZwrlgm0=; b=GwaF8WI42T80FuaSaEAT+d2BUe3dvWJmcEZhNy7IvKfSVbvmcyDEeGb8Kb9t8jJDpr jPgM4LyRzzkmIybfByjZTx7b+xej1+tbY48ClBoaHpLLB5JxYeIJgMO1kUH8I55Fkpk/ UV6MFAwcDQH/lQuOYtmeu16Bgw6d/Blg0DsQNt3bAmyIyxrfQYBkXQdflLqAk+r+pL3H V2KAX226YD7AbMdK0SsDX3TD7oZJuLMEexhQQtKMDFZwOeM13PV23LmLpfEeTlPUFs6b fDWHxkqz1bKDOMn94LQj3qY1h8cKc+q6ZiOd3ZJY3YcFHg1eHC6JPTmy0peD8Z4+xATo DK9g== X-Gm-Message-State: AKwxyteMvZklUnxZA4hzRvJxkyELxHCiK+SyL19tFetED36DlMPM5bFl p8HQ6ttHce5Tf2alpQGy19zKfQ== X-Google-Smtp-Source: AH8x226bDqTlicIYIeLK7FJkzqLU7bOil8/WCJOCdkOaKIS8FTU7tTKqAK+acL1E2P8jxzNd7m5B2g== X-Received: by 10.28.107.69 with SMTP id g66mr1929727wmc.145.1516717305044; Tue, 23 Jan 2018 06:21:45 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id t4sm7493214wmt.9.2018.01.23.06.21.43 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 23 Jan 2018 06:21:44 -0800 (PST) Date: Tue, 23 Jan 2018 14:21:42 +0000 From: Leif Lindholm To: Ming Huang Cc: linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org, ard.biesheuvel@linaro.org, guoheyi@huawei.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, mengfanrong@huawei.com, waip23@126.com, GongChengYa Message-ID: <20180123142142.txq2oaqs5s7j7w73@bivouac.eciton.net> References: <1516287703-35516-1-git-send-email-huangming23@huawei.com> <1516287703-35516-11-git-send-email-huangming23@huawei.com> MIME-Version: 1.0 In-Reply-To: <1516287703-35516-11-git-send-email-huangming23@huawei.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v1 10/14] Hisilicon/D03: Replace SP805Watchdog by WatchdogTimer driver. 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: Tue, 23 Jan 2018 14:16:19 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jan 18, 2018 at 11:01:39PM +0800, Ming Huang wrote: > In SCT test,we find SP805 watchdog driver can't reset when timeout > so we use another driver in MdeModulePkg. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ming Huang > Signed-off-by: Heyi Guo > Signed-off-by: GongChengYa Reviewed-by: Leif Lindholm > --- > Platform/Hisilicon/D03/D03.dsc | 2 +- > Platform/Hisilicon/D03/D03.fdf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Platform/Hisilicon/D03/D03.dsc b/Platform/Hisilicon/D03/D03.dsc > index b22afe3..88c08dd 100644 > --- a/Platform/Hisilicon/D03/D03.dsc > +++ b/Platform/Hisilicon/D03/D03.dsc > @@ -379,7 +379,7 @@ > > ArmPkg/Drivers/TimerDxe/TimerDxe.inf > > - ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf > + MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf > IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf > # > #ACPI > diff --git a/Platform/Hisilicon/D03/D03.fdf b/Platform/Hisilicon/D03/D03.fdf > index e93985b..5b7bb1d 100644 > --- a/Platform/Hisilicon/D03/D03.fdf > +++ b/Platform/Hisilicon/D03/D03.fdf > @@ -189,7 +189,7 @@ READ_LOCK_STATUS = TRUE > INF ArmPkg/Drivers/ArmGic/ArmGicDxe.inf > INF ArmPkg/Drivers/TimerDxe/TimerDxe.inf > > - INF ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf > + INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf > > # > # FAT filesystem + GPT/MBR partitioning > -- > 1.9.1 >