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:c00::241; helo=mail-pf0-x241.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf0-x241.google.com (mail-pf0-x241.google.com [IPv6:2607:f8b0:400e:c00::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 64596221F93B6 for ; Thu, 18 Jan 2018 06:57:02 -0800 (PST) Received: by mail-pf0-x241.google.com with SMTP id a88so13277449pfe.12 for ; Thu, 18 Jan 2018 07:02:24 -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=l/h/WC2EOrb7n/T7S0c2LJudMbXykIQ21K02d0cKqZI=; b=gIHb18C8V6RpxlfmrWCRzq93cu07lykazSH7vrEN5OV9X7TXGDy9HmrJ21AmmWGcRz bdtkEet9gGUHs9duQbIx1O3l03SyO56qui+uPvU7+p0KlEO4cGVaYZCx7ezzfDz4+cdJ KIqcRMBgRj625dci9XEHGcfFcaRBxSc4+uJng= 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=l/h/WC2EOrb7n/T7S0c2LJudMbXykIQ21K02d0cKqZI=; b=C+pmkHG6tP5uona8Iwhw3Hti5/91t1xZVMMNw71ra7xCNz5ocFX3hcLdNDDZUOlftL +POUsM7Jem5i1FDFEbTTz7AQ0/MGYvIZev6spQZxQ/BSpJgoRflsA6902a0VEtBeyMSB ZAy+EZ3/Q/X431UBAPuISgNSoKEnuEoPLrsLVx+rP/PsJIxETOBtjVG+EQubATIhsJ0O WcyEJFnCJpKM+JzqtSJ4bVDNbLLjfagx2I5NbNEq8NNE1lz5zmvEIcww9AzrQzQ11wnt Eg6fKJ2GysUTVgAkkEARw/pDRthTluhurvZ3xOx/GbRa2eVcyWaVcwr7+r9peMZuiP5R Kf2Q== X-Gm-Message-State: AKwxytdaXz1N+EprMNom+F94ZKIoNBPTUoV/xnUjL8o7JnpIM7HAJnWq Ukx3L6XJg/UuXxI423UU/g9FLQ== X-Google-Smtp-Source: ACJfBosuDY9V2osvUaI3cs4IK8lTYMhQWVxJEHU48K7YBHN0dRITn2dYEMDiie+D+LdCXu0c3yBBkQ== X-Received: by 10.99.126.24 with SMTP id z24mr25240312pgc.143.1516287743726; Thu, 18 Jan 2018 07:02:23 -0800 (PST) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id j14sm13621815pfh.94.2018.01.18.07.02.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 18 Jan 2018 07:02:22 -0800 (PST) From: Ming Huang X-Google-Original-From: Ming Huang 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, waip23@126.com, Heyi Guo , GongChengYa Date: Thu, 18 Jan 2018 23:01:39 +0800 Message-Id: <1516287703-35516-11-git-send-email-huangming23@huawei.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1516287703-35516-1-git-send-email-huangming23@huawei.com> References: <1516287703-35516-1-git-send-email-huangming23@huawei.com> Subject: [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: Thu, 18 Jan 2018 14:57:02 -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 --- 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