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::242; helo=mail-io0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x242.google.com (mail-io0-x242.google.com [IPv6:2607:f8b0:4001:c06::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 16C132234432F for ; Sat, 20 Jan 2018 03:00:36 -0800 (PST) Received: by mail-io0-x242.google.com with SMTP id c17so4796380iod.1 for ; Sat, 20 Jan 2018 03:06:00 -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=ZkplQ9X5eGFAbRUs/4ngj28WurzYAeiLGTyvuCNvyGw=; b=Hi0VN3Nt2OH5meYOz9tknvgHC+NKoF15nxkQTzIwLspKvmE0/9UyxlKtR83wqBeVJq nk6Jf3Dr9On+4gh30M0Eqd5Emth3mb/8ZAJ0/fLZ9Gjtemfj/thlDnIPdqenLiONFzg4 96tks0UW3hKheWMG0Z5pTbGE+1hJqZznGlns8= 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=ZkplQ9X5eGFAbRUs/4ngj28WurzYAeiLGTyvuCNvyGw=; b=bHcDMwzCgGlHI8wys4RGyfgmyuV+O9Aw9Aw4u0yI+gPyw3WvjqDSooJ+gTbDfJpf1+ vvqBMRK4MO/GzoPaxrgzw1izQkmn2Dty4T1b1tIknbB2s/xzhTTKH6S7Fm0hy6VsXRz7 fBTOdoWOVOnZ0XKAO55vlBbSJ7nrghCs5UoPXX0TRKcTvBxsaVeBAX8HiBhgjy0AGhbr x4BL+vEkCAYgOf/kPPWM1R6IPa6AakEuXdMpCyWwN7EMqAr+VWndCKvZ6VHHrwohZFPJ dz3Tiv+25FL3PCKDs6QoMkfOUQ51KNN7O3VjCjFSdunVcihG2r/6m4SVuVgUvD42YmVQ LBAQ== X-Gm-Message-State: AKwxytclU9l0c3Bl8Pfjkl7PgRzDfRUcYpju7r8HXFUrtpn/QR82seID wJq8CiFMP/jaL6cuVjgf1Hmnbqljdb/SGuCFbuyXYQ== X-Google-Smtp-Source: AH8x225Jm9C0MEG4H1wjOh9Tfw58JWUcQqpgsrvNPU0KSQgxYJdf7sCjgEI96Vz+DWHIKnU2bx6MLRK/cTN9B9Htrlw= X-Received: by 10.107.6.161 with SMTP id f33mr1662869ioi.196.1516446359661; Sat, 20 Jan 2018 03:05:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.112.13 with HTTP; Sat, 20 Jan 2018 03:05:59 -0800 (PST) In-Reply-To: <1516287703-35516-11-git-send-email-huangming23@huawei.com> References: <1516287703-35516-1-git-send-email-huangming23@huawei.com> <1516287703-35516-11-git-send-email-huangming23@huawei.com> From: Ard Biesheuvel Date: Sat, 20 Jan 2018 11:05:59 +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 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: Sat, 20 Jan 2018 11:00:38 -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/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 >