]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
treewide: change email links from mailman to patch.msgid.link with message-id
authorNeil Armstrong <neil.armstrong@linaro.org>
Thu, 25 Jun 2026 15:36:15 +0000 (17:36 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 3 Jul 2026 20:41:14 +0000 (14:41 -0600)
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 <neil.armstrong@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/powerpc/config.mk
board/boundary/nitrogen6x/README
doc/chromium/chainload.rst
doc/develop/historical/generic_board.rst
lib/efi_selftest/efi_selftest.c
tools/rkcommon.c

index 6e30df6504ecc62eff3dc3cb7d0a3e9cc9dcf4b3..32e86d84a12093c5bf542f81086387f2f7bc3db6 100644 (file)
@@ -32,7 +32,7 @@ archprepare: checkgcc4
 
 # GCC 3.x is reported to have problems generating the type of relocation
 # that U-Boot wants.
-# See http://lists.denx.de/pipermail/u-boot/2012-September/135156.html
+# See https://patch.msgid.link/1348500648.2514.2.camel@petert/
 checkgcc4:
        @if test "$(call cc-name)" = "gcc" -a \
                        $(call cc-version) -lt 0400; then \
index 0b59289e7f009294827a60b6458a3d2f8b353678..114f81f1d1a1f30951449676e51969c25e7ab16c 100644 (file)
@@ -17,7 +17,7 @@ and saving the environment to SPI NOR.
 
 It does not support 'boot from SD' at offset 0x400
 except through the 'bmode' command.
-       http://lists.denx.de/pipermail/u-boot/2012-August/131151.html
+       https://patch.msgid.link/1345062683-19134-1-git-send-email-troy.kisky@boundarydevices.com/
 
 2. Boots using 6x_bootscript on SATA or SD card
 -----------------------------------------------
index b00ee94eaa42d8a222a69e8fa68d09c2de6323dc..0f61e020db8daa1b7e525be92fb267b568af0294 100644 (file)
@@ -42,9 +42,9 @@ Nyan-big
 
 Compiled based on information here::
 
-   https://lists.denx.de/pipermail/u-boot/2015-March/209530.html
+   https://patch.msgid.link/1427703262.24522.59.camel@collabora.co.uk/
    https://git.collabora.com/cgit/user/tomeu/u-boot.git/commit/?h=nyan-big
-   https://lists.denx.de/pipermail/u-boot/2017-May/289491.html
+   https://patch.msgid.link/CALr8Vo1WvO=m1W2zvT=MOQ3k-fNtcCtBjk2+zgKha0j28s8g6A@mail.gmail.com/
    https://github.com/chromeos-nvidia-androidtv/gnu-linux-on-acer-chromebook-13#copy-data-to-the-sd-card
 
 1. Build U-Boot
index 12550a140e055370df70a29e45a742d132c12d0e..17a92687c5b7362e862a6c05907cc0035fedb925 100644 (file)
@@ -64,17 +64,17 @@ separate function calls so that they can easily be included or excluded
 for a particular architecture. It also makes it easier to adopt Graeme's
 initcall proposal when it is ready.
 
-http://lists.denx.de/pipermail/u-boot/2012-January/114499.html
+https://patch.msgid.link/4F019ABB.9010201@gmail.com/
 
 This series removes the dependency on generic relocation. So relocation
 happens as one big chunk and is still completely arch-specific. See the
 relocation series for a proposed solution to this for ARM:
 
-http://lists.denx.de/pipermail/u-boot/2011-December/112928.html
+https://patch.msgid.link/CAPnjgZ0jesqX1Y71S5xoYQDGPuARfOX48RGbU9Mw=P5HGYcOKg@mail.gmail.com/
 
 or Graeme's recent x86 series v2:
 
-http://lists.denx.de/pipermail/u-boot/2012-January/114467.html
+https://patch.msgid.link/1325477374-6417-1-git-send-email-graeme.russ@gmail.com/
 
 Instead of moving over a whole architecture, this series takes the approach
 of simply enabling generic board support for an architecture. It is then up
index 2b95713afb499c98daef1bbe695c15859b7d5c3b..b284132c0a298be0650afc0b669b4d0b6a6bc442 100644 (file)
@@ -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/44453b06-5a09-ee3c-0a6a-b54bee9020e4@gmx.de/
                         */
                        return EFI_SUCCESS;
                }
index cb2d30bfd57ae1826ae1dee900dae1b4f2d7c9fb..b39777fc0607a601c25dc6393dfa972f813ebc1e 100644 (file)
@@ -205,7 +205,7 @@ static int rkcommon_get_aligned_size(struct image_tool_params *params,
 
        /*
         * Pad to a 2KB alignment, as required for init/boot size by the ROM
-        * (see https://lists.denx.de/pipermail/u-boot/2017-May/293268.html)
+        * (see https://patch.msgid.link/CANbgqAQPw5Dxp7Qm_aZoL1nggg9Mm1SQoKvx=V5a8p-9+DTDNw@mail.gmail.com/)
         */
        return ROUND(size, RK_SIZE_ALIGN);
 }
@@ -328,7 +328,7 @@ static void rkcommon_set_header0(void *buf, struct image_tool_params *params)
         * to determine the size of the next-stage bootloader (e.g. U-Boot
         * proper), when used with the back-to-bootrom functionality.
         *
-        * see https://lists.denx.de/pipermail/u-boot/2017-May/293267.html
+        * see https://patch.msgid.link/CANbgqAQ5p-fE4T-Ye9UAMs-nRGU8AP_yxDf+5SbZbP8bxLa0dg@mail.gmail.com/
         * for a more detailed explanation by Andy Yan
         */
        if (spl_params.boot_file)