[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/5] hw/watchdog/cmsdk_apb_watchdog: Fix broken link
From: |
Roque Arcudia Hernandez |
Subject: |
[PATCH 1/5] hw/watchdog/cmsdk_apb_watchdog: Fix broken link |
Date: |
Fri, 15 Nov 2024 16:03:24 +0000 |
The patch changes the comments to point to the latest Design Kit
Technical Reference Manual.
Signed-off-by: Roque Arcudia Hernandez <roqueh@google.com>
---
hw/watchdog/cmsdk-apb-watchdog.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/watchdog/cmsdk-apb-watchdog.c b/hw/watchdog/cmsdk-apb-watchdog.c
index 7ad46f9410..e4d25a25f7 100644
--- a/hw/watchdog/cmsdk-apb-watchdog.c
+++ b/hw/watchdog/cmsdk-apb-watchdog.c
@@ -12,8 +12,8 @@
/*
* This is a model of the "APB watchdog" which is part of the Cortex-M
* System Design Kit (CMSDK) and documented in the Cortex-M System
- * Design Kit Technical Reference Manual (ARM DDI0479C):
- *
https://developer.arm.com/products/system-design/system-design-kits/cortex-m-system-design-kit
+ * Design Kit Technical Reference Manual (ARM DDI0479):
+ * https://developer.arm.com/documentation/ddi0479/
*
* We also support the variant of this device found in the TI
* Stellaris/Luminary boards and documented in:
--
2.47.0.338.g60cca15819-goog
- [PATCH 0/5] Make WDOGCONTROL.INTEN the counter enable of the CMSDK APB Watchdog, Roque Arcudia Hernandez, 2024/11/15
- [PATCH 1/5] hw/watchdog/cmsdk_apb_watchdog: Fix broken link,
Roque Arcudia Hernandez <=
- [PATCH 2/5] hw/watchdog/cmsdk_apb_watchdog: Fix INTEN issues, Roque Arcudia Hernandez, 2024/11/15
- [PATCH 3/5] tests/qtest/cmsdk-apb-watchdog-test: Parameterize tests, Roque Arcudia Hernandez, 2024/11/15
- [PATCH 4/5] tests/qtest/cmsdk-apb-watchdog-test: Don't abort on assertion failure, Roque Arcudia Hernandez, 2024/11/15
- [PATCH 5/5] tests/qtest/cmsdk-apb-watchdog-test: Test INTEN as counter enable, Roque Arcudia Hernandez, 2024/11/15
- Re: [PATCH 0/5] Make WDOGCONTROL.INTEN the counter enable of the CMSDK APB Watchdog, Roque Arcudia Hernandez, 2024/11/15
- Re: [PATCH 0/5] Make WDOGCONTROL.INTEN the counter enable of the CMSDK APB Watchdog, Peter Maydell, 2024/11/18