From 05f026440a6ece2b45bc5377bb55c37c8c42687e Mon Sep 17 00:00:00 2001 From: Henry Hrvoje Tonkovac Date: Thu, 25 Jun 2026 10:05:08 +0200 Subject: [PATCH] devices: rtc_pl031: update outdated ARM TRM doc link static.docs.arm.com no longer serves the PL031 RTC technical reference manual; point the comment at the current developer.arm.com location. Clears the lychee link check, as requested on the review. Signed-off-by: Henry Hrvoje Tonkovac Assisted-by: Claude:Opus-4.8 --- devices/src/legacy/rtc_pl031.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/src/legacy/rtc_pl031.rs b/devices/src/legacy/rtc_pl031.rs index c45df0db9..7b7f7dbbf 100644 --- a/devices/src/legacy/rtc_pl031.rs +++ b/devices/src/legacy/rtc_pl031.rs @@ -21,7 +21,7 @@ use vm_device::BusDevice; use crate::{read_le_u32, write_le_u32}; -// As you can see in https://static.docs.arm.com/ddi0224/c/real_time_clock_pl031_r1p3_technical_reference_manual_DDI0224C.pdf +// As you can see in https://developer.arm.com/documentation/ddi0224/c/ // at section 3.2 Summary of RTC registers, the total size occupied by this device is 0x000 -> 0xFFC + 4 = 0x1000. // From 0x0 to 0x1C we have following registers: const RTCDR: u64 = 0x0; // Data Register.