From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c01::244; helo=mail-pl0-x244.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pl0-x244.google.com (mail-pl0-x244.google.com [IPv6:2607:f8b0:400e:c01::244]) (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 B7267223972A1 for ; Wed, 7 Feb 2018 00:19:59 -0800 (PST) Received: by mail-pl0-x244.google.com with SMTP id v3so45496plg.3 for ; Wed, 07 Feb 2018 00:25:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=qhVPT9jx88A2aNXpA8QsmHtxzsWyev20KOB6CWV3+To=; b=TL4sCApCIq6ZLKoSYl6o69WszGOOMEk70+N6FPP/UogC1Xh6a/jRXfyuPXh73zxvJh z++YPmBW7XQtBIGqanW9a+WrdkJoMASC+AuogonHwGPO1waU7Y9EQR2vVsh8C9V+kzZm 0xFWBhNqfGVNYwJK/PZzAzk+arxpg/ax7xJQ0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=qhVPT9jx88A2aNXpA8QsmHtxzsWyev20KOB6CWV3+To=; b=SB3P3BAvNlGiMAy2KfMM+se3EtS9c603xTOuoZ8ZKFFOOn7BggH3WiztTUuDID0vta LERaTBm1NPYEMgApWaQ7QCzxjXgGHgrOe+yxBHFbgPAnyqRRODoaP+OFq0JafmWwTQFw plvu3peSqaW4WDK6c1FuzBu8KBmCcX9oxtWzqubNrL3ZyqCVEm1cU93phprpXgK6OTgP ym+DSs0AkEO7fHUqWOB5/X1A3L1DLFVyCgMkQ11UMjCvcRt9dzlXieBd+FabgYIRu9Hn GHGA1lbScL9hjfkIkny2PrYMmthv8kgld/aoYtm8UMFTtkA1nAhuVDLAEG9AUpGPYFMz RkIA== X-Gm-Message-State: APf1xPB5BXZyOU9rkRX+O+2L06rscBpGsFBUoFXkK7S7nxMlk8iVAPxr Y8e+6Z9A6AiMwGuEV2PQy6ZGPA== X-Google-Smtp-Source: AH8x22474T4BzfTWI7uE1efsDFqAg+KrLkUutjflG33Jg8RXJhwUU2Pgw6SGLFCaCF+LYlnKuTrtug== X-Received: by 2002:a17:902:4681:: with SMTP id p1-v6mr5345316pld.47.1517991943258; Wed, 07 Feb 2018 00:25:43 -0800 (PST) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id k127sm1984999pga.92.2018.02.07.00.25.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 07 Feb 2018 00:25:42 -0800 (PST) From: Heyi Guo To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Cc: ard.biesheuvel@linaro.org, guoheyi@huawei.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, mengfanrong@huawei.com, huangdaode@hisilicon.com, john.garry@huawei.com, waip23@126.com, Heyi Guo , GongChengYa Date: Wed, 7 Feb 2018 16:22:45 +0800 Message-Id: <1517991769-5485-12-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1517991769-5485-1-git-send-email-heyi.guo@linaro.org> References: <1517991769-5485-1-git-send-email-heyi.guo@linaro.org> Subject: [PATCH edk2-platforms v4 11/15] 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: Wed, 07 Feb 2018 08:20:00 -0000 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 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 dfe19b0..b2ccd0e 100644 --- a/Platform/Hisilicon/D05/D05.dsc +++ b/Platform/Hisilicon/D05/D05.dsc @@ -511,7 +511,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 e829494..22609bb 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