summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNeil Armstrong <[email protected]>2026-06-25 17:36:15 +0200
committerTom Rini <[email protected]>2026-07-03 14:41:14 -0600
commit08028efaaff1aacaa69ada124aae03dbfd16b4b7 (patch)
tree6403200c3967d35564b59bfbca3fabc43a124996 /lib
parenta215eb7dd84e438ed66518714394dec1c4f7ce30 (diff)
treewide: change email links from mailman to patch.msgid.link with message-id
In preparation of the migration of the mailman mailing-list currently hosted on the denx.de infrastructure, migrate the links in the code, comments and documentation to https://patch.msgid.link to be future proof and always link to the expected content data and uses the message-id in the URL which will help find the appropriate e-mail in the future. Signed-off-by: Neil Armstrong <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_selftest/efi_selftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_selftest/efi_selftest.c b/lib/efi_selftest/efi_selftest.c
index 2b95713afb4..b284132c0a2 100644
--- a/lib/efi_selftest/efi_selftest.c
+++ b/lib/efi_selftest/efi_selftest.c
@@ -284,7 +284,7 @@ efi_status_t EFIAPI efi_selftest(efi_handle_t image_handle,
* implemented we should call
* st_boottime->exit(image_handle, EFI_SUCCESS, 0, NULL);
* here, cf.
- * https://lists.denx.de/pipermail/u-boot/2017-October/308720.html
+ * https://patch.msgid.link/[email protected]/
*/
return EFI_SUCCESS;
}