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:c0c::243; helo=mail-wr0-x243.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x243.google.com (mail-wr0-x243.google.com [IPv6:2a00:1450:400c:c0c::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 CD45D2232BE10 for ; Tue, 23 Jan 2018 06:15:58 -0800 (PST) Received: by mail-wr0-x243.google.com with SMTP id w50so731410wrc.11 for ; Tue, 23 Jan 2018 06:21:25 -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=VBewnoeLWj+JnT5/w6lwjmDJSvlpSA4m6ECyCSCBxgs=; b=CuZwvddbQErBkKT7fORDUZ7WjrI1f4JBvbejJ0Hq3QlvOLrZXz/jEdkRyPe8PHOHtj JKQdlPHWqBvzBlQKaeEdgQeZdSHHXT0AfREDOj/70dkOZxzCERej+FCf9iqyr4KtnFMk Wbr+fl4SIVzK/w27YJ0wMWhaMcuPU4w1HmdV0= 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=VBewnoeLWj+JnT5/w6lwjmDJSvlpSA4m6ECyCSCBxgs=; b=fo+8Sb29So1Y5UwFekjzULTXPaOLxY7f9hBi6365aCgsU3uLIgbnCRGDig6Bs9MddN CmS2cYO5q+4MgS0vTpFKeaz2FdO5OCV8HavM63035ITj71WKbuCs1+IMJlextdHBPbrn 46iViZwQqfuekL73yL8jJMnF43SJ00I1jTTnG+CkRP0b0Xyfs6EZb9VSfupgcdnwPAP8 R3r/NX50XZv1UkPN3ENhHc47QhVqnCWjxxIFH8VRfBmYzNzaM+CH3c14TFhzawf5ofPh 6AKVwM+2HjNq2fduPF/gfe/NJGXeRgCFtEi3D/nNaKDtmpORbRbG0VtXNAzaEbMyjgS+ cdxw== X-Gm-Message-State: AKwxytfIDMXjyaYeyUeMadlevwbhRuNrrzmP0ZXdmrttmptiTPGUCLA3 L813x7AK+xebRU3l8wt4ZxiYYg== X-Google-Smtp-Source: AH8x227/xF73SaDYA5rLPFpsnBBDI7Go+hEYXIxC8NC6BMt0MuE+C+3ujHMBJ+7fhQXH9gWqRx6bKw== X-Received: by 10.223.189.15 with SMTP id j15mr2621005wrh.1.1516717283056; Tue, 23 Jan 2018 06:21:23 -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 r68sm9382698wmd.47.2018.01.23.06.21.21 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 23 Jan 2018 06:21:21 -0800 (PST) Date: Tue, 23 Jan 2018 14:21:20 +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: <20180123142120.4kfz5hqcxs2k3oqx@bivouac.eciton.net> References: <1516287703-35516-1-git-send-email-huangming23@huawei.com> <1516287703-35516-10-git-send-email-huangming23@huawei.com> MIME-Version: 1.0 In-Reply-To: <1516287703-35516-10-git-send-email-huangming23@huawei.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v1 09/14] Hisilicon/D05: 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:15:59 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jan 18, 2018 at 11:01:38PM +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/D05/D05.dsc | 2 +- > Platform/Hisilicon/D05/D05.fdf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Platform/Hisilicon/D05/D05.dsc b/Platform/Hisilicon/D05/D05.dsc > index 4e19de2..79890ef 100644 > --- a/Platform/Hisilicon/D05/D05.dsc > +++ b/Platform/Hisilicon/D05/D05.dsc > @@ -515,7 +515,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/D05/D05.fdf b/Platform/Hisilicon/D05/D05.fdf > index 9873677..d05e227 100644 > --- a/Platform/Hisilicon/D05/D05.fdf > +++ b/Platform/Hisilicon/D05/D05.fdf > @@ -193,7 +193,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 >