From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::241; helo=mail-io0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x241.google.com (mail-io0-x241.google.com [IPv6:2607:f8b0:4001:c06::241]) (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 864502234432F for ; Sat, 20 Jan 2018 03:00:09 -0800 (PST) Received: by mail-io0-x241.google.com with SMTP id f4so3008029ioh.8 for ; Sat, 20 Jan 2018 03:05:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=uAVNDlzXYbXysr4ZAEFSeMWt0EYdOZcIsNFE/roOEgg=; b=hvxxvmJXD3R32Gcfwhk9vS/LY/9/ZSaTpXHaKEEJRKoyOMKQWg6ra+PN8fcig6Mej6 EKVbSJWCyQocPFVwpOVuWGF3hrmLVYXWc3fGvhIRl1rpuL/EIVF0Te5gyJX/L6+s0bp/ rRLV+tC9MKobGTDdf9UZFLipSqMZ3h1EKype8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=uAVNDlzXYbXysr4ZAEFSeMWt0EYdOZcIsNFE/roOEgg=; b=MYC68oGOWcfGv9x0xesEwmUmPOG4RiPt3NAhNmpClNdbj0fIo2MM0nTLI/jRWMkDWw 2EWWKQKwpvbUkEaMZlgca7mtPrjf4aCd0SBQHDi/gm4fmN7Qd+pjdALQePlQ5OrYzVmm XTSV9ZjgknU6Ugp5UtlztqpnVcylelF6OFKng3Cn1FPq7FZqCT3+I2gil/OeRUBQrGvz Scmf90nH/rfxYA8MiQEVhNihgcHNeR9l771+q61ivzIgVxnc/dSaPLq/JmcInyA/6Nby 0ufiylRpygiflkH0zy5alzer2Q7emTclNqI2khELXxVuTR+WNqVlqy1MxL2/+PxNYpKE arWQ== X-Gm-Message-State: AKwxytdvQwCNtRR8NpIVF/QCJgYb/a5DKOCbaU0UOswPL1EJaoc/ePRg 7zaTrmJVpcrv39Ov7iwtjucj1F8B7d/tugZz4nJX2lDuw04= X-Google-Smtp-Source: AH8x226NoAcICaWMTgZ9HnRf3XZwm2PvpYxnNZg8qbIH+TIAxSRWnvyVfkA1O7DH4Q08nEcbyBWeLhtgGz4RFjEZnf0= X-Received: by 10.107.20.194 with SMTP id 185mr1440203iou.127.1516446332428; Sat, 20 Jan 2018 03:05:32 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.112.13 with HTTP; Sat, 20 Jan 2018 03:05:32 -0800 (PST) In-Reply-To: <1516287703-35516-10-git-send-email-huangming23@huawei.com> References: <1516287703-35516-1-git-send-email-huangming23@huawei.com> <1516287703-35516-10-git-send-email-huangming23@huawei.com> From: Ard Biesheuvel Date: Sat, 20 Jan 2018 11:05:32 +0000 Message-ID: To: Ming Huang Cc: Leif Lindholm , linaro-uefi , "edk2-devel@lists.01.org" , Graeme Gregory , guoheyi@huawei.com, wanghuiqiang , huangming , Jason Zhang , Mengfanrong , waip23@126.com, GongChengYa 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: Sat, 20 Jan 2018 11:00:10 -0000 Content-Type: text/plain; charset="UTF-8" On 18 January 2018 at 15:01, 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: Ard Biesheuvel > --- > 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 >