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:c05::242; helo=mail-pg0-x242.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pg0-x242.google.com (mail-pg0-x242.google.com [IPv6:2607:f8b0:400e:c05::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 15B29223972A1 for ; Wed, 7 Feb 2018 00:20:03 -0800 (PST) Received: by mail-pg0-x242.google.com with SMTP id s73so21325pgc.1 for ; Wed, 07 Feb 2018 00:25:47 -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=mOf0EEDq8uz8RBUZlymJpLBJViqRMXp4zhYvu6zU5YE=; b=WhBX7oQNi/mPkbwwF1tDy73pkRkMCBLZ3+4OPlONadqfBPzXYOEl60KqtU5YRsLZ64 4ZYkQrTmU/o0QSow5/jrqH2La3Ejp/ngaqb6QWkNeiyQu+Jmvj936kgLfD0F1RnMoOAs OGkxBnS96ROryaEI349+fRg81j8K3GzjjDjzQ= 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=mOf0EEDq8uz8RBUZlymJpLBJViqRMXp4zhYvu6zU5YE=; b=YVUe4Q9QfJUP8PlV59Xwn1oWW1L4wQFp4wp7woujVtpe9v0M6vVEqGspvqL2lgZaLO Hv42h60/UUkzbPTteMqDSBnQXTNweUnZLIsnGUB+RmdXPp+hdqGXRTG+iRyy28Y/dYik cm/C6yh20psjhNKWyPHwlwovQYtLCZuaBNQhT4vmreJSiZM8Sf5Vu4l17gfA2SUJDrtO von70E6pkkSEOwd9AlvrYqesjnzrRP64iq2xVrX+eSY0z2ctk4ha7qYc5unqtPvoUmp9 8WmaRavoflScLWYlna/ZDs9rQPZcaJEgPjWsNZxj3jzdrBwO91HE975DRLYBKN1icxhr ZPLA== X-Gm-Message-State: APf1xPDeeMlWka8+0ykSB2wly0rB74+LsSML9MZI9mV7GCOh+h348NgT rSX/Icy2IYFx3Z59iC/NpoeaNQ== X-Google-Smtp-Source: AH8x224o1rluIRDq01MTHaXdOHItSMWCunX0fcHXrKnrXQr6Sz0Nz7NiTwGE+OYWrVaBOVqGFmIzZg== X-Received: by 10.99.126.89 with SMTP id o25mr4173942pgn.94.1517991947496; Wed, 07 Feb 2018 00:25:47 -0800 (PST) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id k127sm1984999pga.92.2018.02.07.00.25.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 07 Feb 2018 00:25:47 -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:46 +0800 Message-Id: <1517991769-5485-13-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 12/15] 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: Wed, 07 Feb 2018 08:20:04 -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/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 947a8a5..37bec9e 100644 --- a/Platform/Hisilicon/D03/D03.dsc +++ b/Platform/Hisilicon/D03/D03.dsc @@ -374,7 +374,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 1c55761..e6a4820 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