* [PATCH v4 0/3] treewide: migrate to the new mailing-list domain
2026-07-20 8:23 [PATCH v4 0/3] treewide: migrate to the new mailing-list domain Neil Armstrong
@ 2026-07-20 8:23 ` Neil Armstrong via U-Boot
2026-07-20 8:23 ` [PATCH v4 1/3] tools/patman: Migrate mailing-list to lists.u-boot-project.org Neil Armstrong
` (3 subsequent siblings)
4 siblings, 0 replies; 18+ messages in thread
From: Neil Armstrong via U-Boot @ 2026-07-20 8:23 UTC (permalink / raw)
To: u-boot, u-boot
Cc: Simon Glass, Tom Rini, Peter Robinson, Heinrich Schuchardt,
Tony Dinh, Mattijs Korpershoek, Quentin Schulz, Heiko Schocher,
Stefan Roese, Anatolij Gustschin, Quentin Schulz, Heiko Stuebner,
David Lechner, Kory Maincent, Kuan-Wei Chiu, Bastien Curutchet,
Marek Vasut, Ilias Apalodimas, James Hilliard, Jerome Forissier,
Daniel Golle, Philip Molloy, Walter Schweizer, Neil Armstrong
We are migrating to the new U-Boot mailing-list server hosted by
OSU-OSL on the new lists.u-boot-project.org domain.
This changes all references of lists.denx.de in code, comments,
documentation and MAINTAINERS/README files.
Please review closely to ensure the transition goes smoothly.
The exact migration date is expected to be on July 20 2026, see [1].
[1] https://lore.kernel.org/all/20260715173119.GL749385@bill-the-cat/
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Changes in v4:
- dropped RFC
- rebased on main and changed the last links
- reworded for the final migration date
- Link to v3: https://patch.msgid.link/20260713-osuosl-ml-switch-v3-0-48b71dec1a23@linaro.org
Changes in v3:
- Rebased on master
- Dropped the already applied links change
- Link to v2: https://patch.msgid.link/20260623-osuosl-ml-switch-v2-0-28fd46e89e46@linaro.org
Changes in v2:
- Also send to the lists.denx.de list... sorry for the noise
- Link to v1: https://patch.msgid.link/20260623-osuosl-ml-switch-v1-0-6d93a5ba2f5b@linaro.org
---
Neil Armstrong (3):
tools/patman: Migrate mailing-list to lists.u-boot-project.org
doc: Migrate mailing-list to lists.u-boot-project.org
MAINTAINERS/README: Migrate mailing-list to lists.u-boot-project.org
MAINTAINERS | 2 +-
README | 4 ++--
doc/CONTRIBUTE.rst | 4 ++--
doc/develop/security.rst | 2 +-
doc/develop/sending_patches.rst | 12 ++++++------
doc/git-mailrc | 2 +-
doc/index.rst | 2 +-
tools/patman/settings.py | 2 +-
tools/u_boot_pylib/gitutil.py | 2 +-
9 files changed, 16 insertions(+), 16 deletions(-)
---
base-commit: fdfe2ec48d5c1c2ed03073d73edd3fdd3fe1ffa1
change-id: 20260623-osuosl-ml-switch-88cf54f5e884
Best regards,
--
Neil Armstrong <neil.armstrong@linaro.org>
^ permalink raw reply [flat|nested] 18+ messages in thread* [PATCH v4 1/3] tools/patman: Migrate mailing-list to lists.u-boot-project.org
2026-07-20 8:23 [PATCH v4 0/3] treewide: migrate to the new mailing-list domain Neil Armstrong
2026-07-20 8:23 ` Neil Armstrong via U-Boot
@ 2026-07-20 8:23 ` Neil Armstrong
2026-07-20 8:23 ` Neil Armstrong via U-Boot
2026-07-20 8:33 ` Peter Robinson
2026-07-20 8:23 ` [PATCH v4 2/3] doc: " Neil Armstrong
` (2 subsequent siblings)
4 siblings, 2 replies; 18+ messages in thread
From: Neil Armstrong @ 2026-07-20 8:23 UTC (permalink / raw)
To: u-boot, u-boot
Cc: Simon Glass, Tom Rini, Peter Robinson, Heinrich Schuchardt,
Tony Dinh, Mattijs Korpershoek, Quentin Schulz, Heiko Schocher,
Stefan Roese, Anatolij Gustschin, Quentin Schulz, Heiko Stuebner,
David Lechner, Kory Maincent, Kuan-Wei Chiu, Bastien Curutchet,
Marek Vasut, Ilias Apalodimas, James Hilliard, Jerome Forissier,
Daniel Golle, Philip Molloy, Walter Schweizer, Neil Armstrong
The U-Boot Mailing-list is moving to the lists.u-boot-project.org
domain, so update all references of the list.denx.de to the new
domain in the patman code.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
tools/patman/settings.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/patman/settings.py b/tools/patman/settings.py
index 17229e0d823..fe65b1d3fb7 100644
--- a/tools/patman/settings.py
+++ b/tools/patman/settings.py
@@ -162,7 +162,7 @@ class _ProjectConfigParser(ConfigParser.ConfigParser):
def ReadGitAliases(fname):
"""Read a git alias file. This is in the form used by git:
- alias uboot u-boot@lists.denx.de
+ alias uboot u-boot@lists.u-boot-project.org
alias wd Wolfgang Denk <wd@denx.de>
Args:
--
2.34.1
^ permalink raw reply related [flat|nested] 18+ messages in thread* [PATCH v4 1/3] tools/patman: Migrate mailing-list to lists.u-boot-project.org
2026-07-20 8:23 ` [PATCH v4 1/3] tools/patman: Migrate mailing-list to lists.u-boot-project.org Neil Armstrong
@ 2026-07-20 8:23 ` Neil Armstrong via U-Boot
2026-07-20 8:33 ` Peter Robinson
1 sibling, 0 replies; 18+ messages in thread
From: Neil Armstrong via U-Boot @ 2026-07-20 8:23 UTC (permalink / raw)
To: u-boot, u-boot
Cc: Simon Glass, Tom Rini, Peter Robinson, Heinrich Schuchardt,
Tony Dinh, Mattijs Korpershoek, Quentin Schulz, Heiko Schocher,
Stefan Roese, Anatolij Gustschin, Quentin Schulz, Heiko Stuebner,
David Lechner, Kory Maincent, Kuan-Wei Chiu, Bastien Curutchet,
Marek Vasut, Ilias Apalodimas, James Hilliard, Jerome Forissier,
Daniel Golle, Philip Molloy, Walter Schweizer, Neil Armstrong
The U-Boot Mailing-list is moving to the lists.u-boot-project.org
domain, so update all references of the list.denx.de to the new
domain in the patman code.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
tools/patman/settings.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/patman/settings.py b/tools/patman/settings.py
index 17229e0d823..fe65b1d3fb7 100644
--- a/tools/patman/settings.py
+++ b/tools/patman/settings.py
@@ -162,7 +162,7 @@ class _ProjectConfigParser(ConfigParser.ConfigParser):
def ReadGitAliases(fname):
"""Read a git alias file. This is in the form used by git:
- alias uboot u-boot@lists.denx.de
+ alias uboot u-boot@lists.u-boot-project.org
alias wd Wolfgang Denk <wd@denx.de>
Args:
--
2.34.1
^ permalink raw reply related [flat|nested] 18+ messages in thread* Re: [PATCH v4 1/3] tools/patman: Migrate mailing-list to lists.u-boot-project.org
2026-07-20 8:23 ` [PATCH v4 1/3] tools/patman: Migrate mailing-list to lists.u-boot-project.org Neil Armstrong
2026-07-20 8:23 ` Neil Armstrong via U-Boot
@ 2026-07-20 8:33 ` Peter Robinson
2026-07-20 8:33 ` Peter Robinson via U-Boot
2026-07-20 9:28 ` Neil Armstrong
1 sibling, 2 replies; 18+ messages in thread
From: Peter Robinson @ 2026-07-20 8:33 UTC (permalink / raw)
To: Neil Armstrong
Cc: u-boot, u-boot, Simon Glass, Tom Rini, Heinrich Schuchardt,
Tony Dinh, Mattijs Korpershoek, Quentin Schulz, Heiko Schocher,
Stefan Roese, Anatolij Gustschin, Quentin Schulz, Heiko Stuebner,
David Lechner, Kory Maincent, Kuan-Wei Chiu, Bastien Curutchet,
Marek Vasut, Ilias Apalodimas, James Hilliard, Jerome Forissier,
Daniel Golle, Philip Molloy, Walter Schweizer
On Mon, 20 Jul 2026 at 09:23, Neil Armstrong <neil.armstrong@linaro.org> wrote:
>
> The U-Boot Mailing-list is moving to the lists.u-boot-project.org
> domain, so update all references of the list.denx.de to the new
> domain in the patman code.
>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
> ---
> tools/patman/settings.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/patman/settings.py b/tools/patman/settings.py
> index 17229e0d823..fe65b1d3fb7 100644
> --- a/tools/patman/settings.py
> +++ b/tools/patman/settings.py
> @@ -162,7 +162,7 @@ class _ProjectConfigParser(ConfigParser.ConfigParser):
> def ReadGitAliases(fname):
> """Read a git alias file. This is in the form used by git:
>
> - alias uboot u-boot@lists.denx.de
> + alias uboot u-boot@lists.u-boot-project.org
> alias wd Wolfgang Denk <wd@denx.de>
Sadly I don't believe that alias is needed any more so should likely
be dropped too.
Peter
> Args:
>
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH v4 1/3] tools/patman: Migrate mailing-list to lists.u-boot-project.org
2026-07-20 8:33 ` Peter Robinson
@ 2026-07-20 8:33 ` Peter Robinson via U-Boot
2026-07-20 9:28 ` Neil Armstrong
1 sibling, 0 replies; 18+ messages in thread
From: Peter Robinson via U-Boot @ 2026-07-20 8:33 UTC (permalink / raw)
To: Neil Armstrong
Cc: u-boot, u-boot, Simon Glass, Tom Rini, Heinrich Schuchardt,
Tony Dinh, Mattijs Korpershoek, Quentin Schulz, Heiko Schocher,
Stefan Roese, Anatolij Gustschin, Quentin Schulz, Heiko Stuebner,
David Lechner, Kory Maincent, Kuan-Wei Chiu, Bastien Curutchet,
Marek Vasut, Ilias Apalodimas, James Hilliard, Jerome Forissier,
Daniel Golle, Philip Molloy, Walter Schweizer
On Mon, 20 Jul 2026 at 09:23, Neil Armstrong <neil.armstrong@linaro.org> wrote:
>
> The U-Boot Mailing-list is moving to the lists.u-boot-project.org
> domain, so update all references of the list.denx.de to the new
> domain in the patman code.
>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
> ---
> tools/patman/settings.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/patman/settings.py b/tools/patman/settings.py
> index 17229e0d823..fe65b1d3fb7 100644
> --- a/tools/patman/settings.py
> +++ b/tools/patman/settings.py
> @@ -162,7 +162,7 @@ class _ProjectConfigParser(ConfigParser.ConfigParser):
> def ReadGitAliases(fname):
> """Read a git alias file. This is in the form used by git:
>
> - alias uboot u-boot@lists.denx.de
> + alias uboot u-boot@lists.u-boot-project.org
> alias wd Wolfgang Denk <wd@denx.de>
Sadly I don't believe that alias is needed any more so should likely
be dropped too.
Peter
> Args:
>
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH v4 1/3] tools/patman: Migrate mailing-list to lists.u-boot-project.org
2026-07-20 8:33 ` Peter Robinson
2026-07-20 8:33 ` Peter Robinson via U-Boot
@ 2026-07-20 9:28 ` Neil Armstrong
2026-07-20 9:28 ` Neil Armstrong via U-Boot
1 sibling, 1 reply; 18+ messages in thread
From: Neil Armstrong @ 2026-07-20 9:28 UTC (permalink / raw)
To: Peter Robinson
Cc: u-boot, u-boot, Simon Glass, Tom Rini, Heinrich Schuchardt,
Tony Dinh, Mattijs Korpershoek, Quentin Schulz, Heiko Schocher,
Stefan Roese, Anatolij Gustschin, Quentin Schulz, Heiko Stuebner,
David Lechner, Kory Maincent, Kuan-Wei Chiu, Bastien Curutchet,
Marek Vasut, Ilias Apalodimas, James Hilliard, Jerome Forissier,
Daniel Golle, Philip Molloy, Walter Schweizer
On 7/20/26 10:33, Peter Robinson wrote:
> On Mon, 20 Jul 2026 at 09:23, Neil Armstrong <neil.armstrong@linaro.org> wrote:
>>
>> The U-Boot Mailing-list is moving to the lists.u-boot-project.org
>> domain, so update all references of the list.denx.de to the new
>> domain in the patman code.
>>
>> Reviewed-by: Simon Glass <sjg@chromium.org>
>> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
>> ---
>> tools/patman/settings.py | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tools/patman/settings.py b/tools/patman/settings.py
>> index 17229e0d823..fe65b1d3fb7 100644
>> --- a/tools/patman/settings.py
>> +++ b/tools/patman/settings.py
>> @@ -162,7 +162,7 @@ class _ProjectConfigParser(ConfigParser.ConfigParser):
>> def ReadGitAliases(fname):
>> """Read a git alias file. This is in the form used by git:
>>
>> - alias uboot u-boot@lists.denx.de
>> + alias uboot u-boot@lists.u-boot-project.org
>> alias wd Wolfgang Denk <wd@denx.de>
>
> Sadly I don't believe that alias is needed any more so should likely
> be dropped too.
I guess we can do a cleanup of all the legacy stuff after the migration
Neil
>
> Peter
>
>> Args:
>>
>> --
>> 2.34.1
>>
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH v4 1/3] tools/patman: Migrate mailing-list to lists.u-boot-project.org
2026-07-20 9:28 ` Neil Armstrong
@ 2026-07-20 9:28 ` Neil Armstrong via U-Boot
0 siblings, 0 replies; 18+ messages in thread
From: Neil Armstrong via U-Boot @ 2026-07-20 9:28 UTC (permalink / raw)
To: Peter Robinson
Cc: u-boot, u-boot, Simon Glass, Tom Rini, Heinrich Schuchardt,
Tony Dinh, Mattijs Korpershoek, Quentin Schulz, Heiko Schocher,
Stefan Roese, Anatolij Gustschin, Quentin Schulz, Heiko Stuebner,
David Lechner, Kory Maincent, Kuan-Wei Chiu, Bastien Curutchet,
Marek Vasut, Ilias Apalodimas, James Hilliard, Jerome Forissier,
Daniel Golle, Philip Molloy, Walter Schweizer
On 7/20/26 10:33, Peter Robinson wrote:
> On Mon, 20 Jul 2026 at 09:23, Neil Armstrong <neil.armstrong@linaro.org> wrote:
>>
>> The U-Boot Mailing-list is moving to the lists.u-boot-project.org
>> domain, so update all references of the list.denx.de to the new
>> domain in the patman code.
>>
>> Reviewed-by: Simon Glass <sjg@chromium.org>
>> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
>> ---
>> tools/patman/settings.py | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tools/patman/settings.py b/tools/patman/settings.py
>> index 17229e0d823..fe65b1d3fb7 100644
>> --- a/tools/patman/settings.py
>> +++ b/tools/patman/settings.py
>> @@ -162,7 +162,7 @@ class _ProjectConfigParser(ConfigParser.ConfigParser):
>> def ReadGitAliases(fname):
>> """Read a git alias file. This is in the form used by git:
>>
>> - alias uboot u-boot@lists.denx.de
>> + alias uboot u-boot@lists.u-boot-project.org
>> alias wd Wolfgang Denk <wd@denx.de>
>
> Sadly I don't believe that alias is needed any more so should likely
> be dropped too.
I guess we can do a cleanup of all the legacy stuff after the migration
Neil
>
> Peter
>
>> Args:
>>
>> --
>> 2.34.1
>>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH v4 2/3] doc: Migrate mailing-list to lists.u-boot-project.org
2026-07-20 8:23 [PATCH v4 0/3] treewide: migrate to the new mailing-list domain Neil Armstrong
2026-07-20 8:23 ` Neil Armstrong via U-Boot
2026-07-20 8:23 ` [PATCH v4 1/3] tools/patman: Migrate mailing-list to lists.u-boot-project.org Neil Armstrong
@ 2026-07-20 8:23 ` Neil Armstrong
2026-07-20 8:23 ` Neil Armstrong via U-Boot
2026-07-20 8:34 ` Peter Robinson
2026-07-20 8:23 ` [PATCH v4 3/3] MAINTAINERS/README: " Neil Armstrong
2026-07-20 19:14 ` [PATCH v4 0/3] treewide: migrate to the new mailing-list domain Tom Rini via U-Boot
4 siblings, 2 replies; 18+ messages in thread
From: Neil Armstrong @ 2026-07-20 8:23 UTC (permalink / raw)
To: u-boot, u-boot
Cc: Simon Glass, Tom Rini, Peter Robinson, Heinrich Schuchardt,
Tony Dinh, Mattijs Korpershoek, Quentin Schulz, Heiko Schocher,
Stefan Roese, Anatolij Gustschin, Quentin Schulz, Heiko Stuebner,
David Lechner, Kory Maincent, Kuan-Wei Chiu, Bastien Curutchet,
Marek Vasut, Ilias Apalodimas, James Hilliard, Jerome Forissier,
Daniel Golle, Philip Molloy, Walter Schweizer, Neil Armstrong
The U-Boot Mailing-list is moving to the lists.u-boot-project.org
domain, so update all references of list.denx.de to the new
domain in the documentation.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
doc/CONTRIBUTE.rst | 4 ++--
doc/develop/security.rst | 2 +-
doc/develop/sending_patches.rst | 12 ++++++------
doc/git-mailrc | 2 +-
doc/index.rst | 2 +-
5 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/doc/CONTRIBUTE.rst b/doc/CONTRIBUTE.rst
index e8fa595ed4a..8494315254e 100644
--- a/doc/CONTRIBUTE.rst
+++ b/doc/CONTRIBUTE.rst
@@ -28,7 +28,7 @@ Contributions
Contributions to the project are welcome. The U-Boot project uses a fairly
traditional Linux style development work-flow using git and `a mailing list
-<https://lists.denx.de/listinfo/u-boot>`_.
+<https://lists.u-boot-project.org/listinfo/u-boot>`_.
Patches should be sent to the mailing list using ``git send-email`` or the
equivalent commands using ``b4`` or ``patman`` with appropriate sign-off and
@@ -41,7 +41,7 @@ The b4 tool automates a number of components mentioned above.
Code is not the only thing you can contribute to the project. As most
open-source projects, the U-Boot project suffers from a lack of reviewers.
Consider spending some time reading patches on `the mailing list archive
-<https://lists.denx.de/pipermail/u-boot/>`_ and providing feedback to
+<https://lists.u-boot-project.org/pipermail/u-boot/>`_ and providing feedback to
contributors when something could be improved or if you have questions. Contrary
to what's most often believed, you do not need to be an expert to review patches
and the project will benefit from people with different skillsets and experience
diff --git a/doc/develop/security.rst b/doc/develop/security.rst
index 84b130646f3..ed652ec756e 100644
--- a/doc/develop/security.rst
+++ b/doc/develop/security.rst
@@ -11,7 +11,7 @@ Contact
-------
The preferred initial point of contact is to send email to
-`u-boot@lists.denx.de` and use `scripts/get_maintainers.pl` to also include any
+`u-boot@lists.u-boot-project.org` and use `scripts/get_maintainers.pl` to also include any
relevant custodians. In addition, Tom Rini should be contacted at
`trini@konsulko.com`.
diff --git a/doc/develop/sending_patches.rst b/doc/develop/sending_patches.rst
index c3e0ef27824..768c8375cf4 100644
--- a/doc/develop/sending_patches.rst
+++ b/doc/develop/sending_patches.rst
@@ -5,7 +5,7 @@ Sending patches
*Before you begin* to implement any new ideas or concepts it is always a good
idea to present your plans on the `U-Boot mailing list
-<https://lists.denx.de/listinfo/u-boot>`_. U-Boot supports a huge amount of
+<https://lists.u-boot-project.org/listinfo/u-boot>`_. U-Boot supports a huge amount of
very different systems, and it is often impossible for the individual developer
to oversee the consequences of a specific change to all architectures.
Discussing concepts early can help you to avoid spending effort on code which,
@@ -25,7 +25,7 @@ Using b4
Use the `b4 <https://b4.docs.kernel.org/en/latest/>`__ tool to prepare and send
your patches. b4 has become the preferred tool to sending patches for many Linux
kernel contributors, and U-Boot ships with a ready-to-use ``.b4-config`` that
-targets ``u-boot@lists.denx.de`` and integrates with ``scripts/get_maintainer.pl``
+targets ``u-boot@lists.u-boot-project.org`` and integrates with ``scripts/get_maintainer.pl``
for recipient discovery.
Start a topical series with ``b4 prep`` and keep the commits organised with
@@ -51,7 +51,7 @@ additional runs.
When the series is ready, use ``b4 send``. Begin with ``--dry-run`` to review the
generated emails and ``--reflect`` to copy yourself for records before
-dispatching to ``u-boot@lists.denx.de``.
+dispatching to ``u-boot@lists.u-boot-project.org``.
.. code-block:: bash
@@ -86,8 +86,8 @@ patman now lives outside the U-Boot tree; install it with
General Patch Submission Rules
------------------------------
-* All patches must be sent to the `u-boot@lists.denx.de
- <https://lists.denx.de/listinfo/u-boot>`_ mailing list.
+* All patches must be sent to the `u-boot@lists.u-boot-project.org
+ <https://lists.u-boot-project.org/listinfo/u-boot>`_ mailing list.
* If your patch affects the code maintained by one of the :ref:`custodians`, CC
them when emailing your patch. The easiest way to make sure you don't forget
@@ -145,7 +145,7 @@ General Patch Submission Rules
If you believe you need to use a mailing list for testing (instead of any
regular mail address you own), we have a special test list for such purposes.
It would be best to subscribe to the list for the duration of your tests to
- avoid repeated moderation - see https://lists.denx.de/listinfo/test
+ avoid repeated moderation - see https://lists.u-boot-project.org/listinfo/test
* Choose a meaningful Subject: - keep in mind that the Subject will also be
visible as headline of your commit message. Make sure the subject does not
diff --git a/doc/git-mailrc b/doc/git-mailrc
index 65626d89eac..f0ba30a5c74 100644
--- a/doc/git-mailrc
+++ b/doc/git-mailrc
@@ -5,7 +5,7 @@
# Then when sending patches, you can use:
# git send-email --to u-boot --cc i2c ...
-alias uboot u-boot@lists.denx.de
+alias uboot u-boot@lists.u-boot-project.org
alias u-boot uboot
# Maintainer aliases. Use the same alias here as patchwork to keep
diff --git a/doc/index.rst b/doc/index.rst
index 5d732ff7a54..6fe8ca0788b 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -9,7 +9,7 @@ This is the top level of the U-Boot's documentation tree. U-Boot
documentation, like the U-Boot itself, is very much a work in progress;
that is especially true as we work to integrate our many scattered
documents into a coherent whole. Please note that improvements to the
-documentation are welcome; join the U-Boot list at http://lists.denx.de
+documentation are welcome; join the U-Boot list at http://lists.u-boot-project.org
if you want to help out.
.. toctree::
--
2.34.1
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH v4 2/3] doc: Migrate mailing-list to lists.u-boot-project.org
2026-07-20 8:23 ` [PATCH v4 2/3] doc: " Neil Armstrong
@ 2026-07-20 8:23 ` Neil Armstrong via U-Boot
2026-07-20 8:34 ` Peter Robinson
1 sibling, 0 replies; 18+ messages in thread
From: Neil Armstrong via U-Boot @ 2026-07-20 8:23 UTC (permalink / raw)
To: u-boot, u-boot
Cc: Simon Glass, Tom Rini, Peter Robinson, Heinrich Schuchardt,
Tony Dinh, Mattijs Korpershoek, Quentin Schulz, Heiko Schocher,
Stefan Roese, Anatolij Gustschin, Quentin Schulz, Heiko Stuebner,
David Lechner, Kory Maincent, Kuan-Wei Chiu, Bastien Curutchet,
Marek Vasut, Ilias Apalodimas, James Hilliard, Jerome Forissier,
Daniel Golle, Philip Molloy, Walter Schweizer, Neil Armstrong
The U-Boot Mailing-list is moving to the lists.u-boot-project.org
domain, so update all references of list.denx.de to the new
domain in the documentation.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
doc/CONTRIBUTE.rst | 4 ++--
doc/develop/security.rst | 2 +-
doc/develop/sending_patches.rst | 12 ++++++------
doc/git-mailrc | 2 +-
doc/index.rst | 2 +-
5 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/doc/CONTRIBUTE.rst b/doc/CONTRIBUTE.rst
index e8fa595ed4a..8494315254e 100644
--- a/doc/CONTRIBUTE.rst
+++ b/doc/CONTRIBUTE.rst
@@ -28,7 +28,7 @@ Contributions
Contributions to the project are welcome. The U-Boot project uses a fairly
traditional Linux style development work-flow using git and `a mailing list
-<https://lists.denx.de/listinfo/u-boot>`_.
+<https://lists.u-boot-project.org/listinfo/u-boot>`_.
Patches should be sent to the mailing list using ``git send-email`` or the
equivalent commands using ``b4`` or ``patman`` with appropriate sign-off and
@@ -41,7 +41,7 @@ The b4 tool automates a number of components mentioned above.
Code is not the only thing you can contribute to the project. As most
open-source projects, the U-Boot project suffers from a lack of reviewers.
Consider spending some time reading patches on `the mailing list archive
-<https://lists.denx.de/pipermail/u-boot/>`_ and providing feedback to
+<https://lists.u-boot-project.org/pipermail/u-boot/>`_ and providing feedback to
contributors when something could be improved or if you have questions. Contrary
to what's most often believed, you do not need to be an expert to review patches
and the project will benefit from people with different skillsets and experience
diff --git a/doc/develop/security.rst b/doc/develop/security.rst
index 84b130646f3..ed652ec756e 100644
--- a/doc/develop/security.rst
+++ b/doc/develop/security.rst
@@ -11,7 +11,7 @@ Contact
-------
The preferred initial point of contact is to send email to
-`u-boot@lists.denx.de` and use `scripts/get_maintainers.pl` to also include any
+`u-boot@lists.u-boot-project.org` and use `scripts/get_maintainers.pl` to also include any
relevant custodians. In addition, Tom Rini should be contacted at
`trini@konsulko.com`.
diff --git a/doc/develop/sending_patches.rst b/doc/develop/sending_patches.rst
index c3e0ef27824..768c8375cf4 100644
--- a/doc/develop/sending_patches.rst
+++ b/doc/develop/sending_patches.rst
@@ -5,7 +5,7 @@ Sending patches
*Before you begin* to implement any new ideas or concepts it is always a good
idea to present your plans on the `U-Boot mailing list
-<https://lists.denx.de/listinfo/u-boot>`_. U-Boot supports a huge amount of
+<https://lists.u-boot-project.org/listinfo/u-boot>`_. U-Boot supports a huge amount of
very different systems, and it is often impossible for the individual developer
to oversee the consequences of a specific change to all architectures.
Discussing concepts early can help you to avoid spending effort on code which,
@@ -25,7 +25,7 @@ Using b4
Use the `b4 <https://b4.docs.kernel.org/en/latest/>`__ tool to prepare and send
your patches. b4 has become the preferred tool to sending patches for many Linux
kernel contributors, and U-Boot ships with a ready-to-use ``.b4-config`` that
-targets ``u-boot@lists.denx.de`` and integrates with ``scripts/get_maintainer.pl``
+targets ``u-boot@lists.u-boot-project.org`` and integrates with ``scripts/get_maintainer.pl``
for recipient discovery.
Start a topical series with ``b4 prep`` and keep the commits organised with
@@ -51,7 +51,7 @@ additional runs.
When the series is ready, use ``b4 send``. Begin with ``--dry-run`` to review the
generated emails and ``--reflect`` to copy yourself for records before
-dispatching to ``u-boot@lists.denx.de``.
+dispatching to ``u-boot@lists.u-boot-project.org``.
.. code-block:: bash
@@ -86,8 +86,8 @@ patman now lives outside the U-Boot tree; install it with
General Patch Submission Rules
------------------------------
-* All patches must be sent to the `u-boot@lists.denx.de
- <https://lists.denx.de/listinfo/u-boot>`_ mailing list.
+* All patches must be sent to the `u-boot@lists.u-boot-project.org
+ <https://lists.u-boot-project.org/listinfo/u-boot>`_ mailing list.
* If your patch affects the code maintained by one of the :ref:`custodians`, CC
them when emailing your patch. The easiest way to make sure you don't forget
@@ -145,7 +145,7 @@ General Patch Submission Rules
If you believe you need to use a mailing list for testing (instead of any
regular mail address you own), we have a special test list for such purposes.
It would be best to subscribe to the list for the duration of your tests to
- avoid repeated moderation - see https://lists.denx.de/listinfo/test
+ avoid repeated moderation - see https://lists.u-boot-project.org/listinfo/test
* Choose a meaningful Subject: - keep in mind that the Subject will also be
visible as headline of your commit message. Make sure the subject does not
diff --git a/doc/git-mailrc b/doc/git-mailrc
index 65626d89eac..f0ba30a5c74 100644
--- a/doc/git-mailrc
+++ b/doc/git-mailrc
@@ -5,7 +5,7 @@
# Then when sending patches, you can use:
# git send-email --to u-boot --cc i2c ...
-alias uboot u-boot@lists.denx.de
+alias uboot u-boot@lists.u-boot-project.org
alias u-boot uboot
# Maintainer aliases. Use the same alias here as patchwork to keep
diff --git a/doc/index.rst b/doc/index.rst
index 5d732ff7a54..6fe8ca0788b 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -9,7 +9,7 @@ This is the top level of the U-Boot's documentation tree. U-Boot
documentation, like the U-Boot itself, is very much a work in progress;
that is especially true as we work to integrate our many scattered
documents into a coherent whole. Please note that improvements to the
-documentation are welcome; join the U-Boot list at http://lists.denx.de
+documentation are welcome; join the U-Boot list at http://lists.u-boot-project.org
if you want to help out.
.. toctree::
--
2.34.1
^ permalink raw reply related [flat|nested] 18+ messages in thread
* Re: [PATCH v4 2/3] doc: Migrate mailing-list to lists.u-boot-project.org
2026-07-20 8:23 ` [PATCH v4 2/3] doc: " Neil Armstrong
2026-07-20 8:23 ` Neil Armstrong via U-Boot
@ 2026-07-20 8:34 ` Peter Robinson
2026-07-20 8:34 ` Peter Robinson via U-Boot
1 sibling, 1 reply; 18+ messages in thread
From: Peter Robinson @ 2026-07-20 8:34 UTC (permalink / raw)
To: Neil Armstrong
Cc: u-boot, u-boot, Simon Glass, Tom Rini, Heinrich Schuchardt,
Tony Dinh, Mattijs Korpershoek, Quentin Schulz, Heiko Schocher,
Stefan Roese, Anatolij Gustschin, Quentin Schulz, Heiko Stuebner,
David Lechner, Kory Maincent, Kuan-Wei Chiu, Bastien Curutchet,
Marek Vasut, Ilias Apalodimas, James Hilliard, Jerome Forissier,
Daniel Golle, Philip Molloy, Walter Schweizer
On Mon, 20 Jul 2026 at 09:23, Neil Armstrong <neil.armstrong@linaro.org> wrote:
>
> The U-Boot Mailing-list is moving to the lists.u-boot-project.org
> domain, so update all references of list.denx.de to the new
> domain in the documentation.
>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
> ---
> doc/CONTRIBUTE.rst | 4 ++--
> doc/develop/security.rst | 2 +-
> doc/develop/sending_patches.rst | 12 ++++++------
> doc/git-mailrc | 2 +-
> doc/index.rst | 2 +-
> 5 files changed, 11 insertions(+), 11 deletions(-)
>
> diff --git a/doc/CONTRIBUTE.rst b/doc/CONTRIBUTE.rst
> index e8fa595ed4a..8494315254e 100644
> --- a/doc/CONTRIBUTE.rst
> +++ b/doc/CONTRIBUTE.rst
> @@ -28,7 +28,7 @@ Contributions
>
> Contributions to the project are welcome. The U-Boot project uses a fairly
> traditional Linux style development work-flow using git and `a mailing list
> -<https://lists.denx.de/listinfo/u-boot>`_.
> +<https://lists.u-boot-project.org/listinfo/u-boot>`_.
>
> Patches should be sent to the mailing list using ``git send-email`` or the
> equivalent commands using ``b4`` or ``patman`` with appropriate sign-off and
> @@ -41,7 +41,7 @@ The b4 tool automates a number of components mentioned above.
> Code is not the only thing you can contribute to the project. As most
> open-source projects, the U-Boot project suffers from a lack of reviewers.
> Consider spending some time reading patches on `the mailing list archive
> -<https://lists.denx.de/pipermail/u-boot/>`_ and providing feedback to
> +<https://lists.u-boot-project.org/pipermail/u-boot/>`_ and providing feedback to
> contributors when something could be improved or if you have questions. Contrary
> to what's most often believed, you do not need to be an expert to review patches
> and the project will benefit from people with different skillsets and experience
> diff --git a/doc/develop/security.rst b/doc/develop/security.rst
> index 84b130646f3..ed652ec756e 100644
> --- a/doc/develop/security.rst
> +++ b/doc/develop/security.rst
> @@ -11,7 +11,7 @@ Contact
> -------
>
> The preferred initial point of contact is to send email to
> -`u-boot@lists.denx.de` and use `scripts/get_maintainers.pl` to also include any
> +`u-boot@lists.u-boot-project.org` and use `scripts/get_maintainers.pl` to also include any
> relevant custodians. In addition, Tom Rini should be contacted at
> `trini@konsulko.com`.
>
> diff --git a/doc/develop/sending_patches.rst b/doc/develop/sending_patches.rst
> index c3e0ef27824..768c8375cf4 100644
> --- a/doc/develop/sending_patches.rst
> +++ b/doc/develop/sending_patches.rst
> @@ -5,7 +5,7 @@ Sending patches
>
> *Before you begin* to implement any new ideas or concepts it is always a good
> idea to present your plans on the `U-Boot mailing list
> -<https://lists.denx.de/listinfo/u-boot>`_. U-Boot supports a huge amount of
> +<https://lists.u-boot-project.org/listinfo/u-boot>`_. U-Boot supports a huge amount of
> very different systems, and it is often impossible for the individual developer
> to oversee the consequences of a specific change to all architectures.
> Discussing concepts early can help you to avoid spending effort on code which,
> @@ -25,7 +25,7 @@ Using b4
> Use the `b4 <https://b4.docs.kernel.org/en/latest/>`__ tool to prepare and send
> your patches. b4 has become the preferred tool to sending patches for many Linux
> kernel contributors, and U-Boot ships with a ready-to-use ``.b4-config`` that
> -targets ``u-boot@lists.denx.de`` and integrates with ``scripts/get_maintainer.pl``
> +targets ``u-boot@lists.u-boot-project.org`` and integrates with ``scripts/get_maintainer.pl``
> for recipient discovery.
>
> Start a topical series with ``b4 prep`` and keep the commits organised with
> @@ -51,7 +51,7 @@ additional runs.
>
> When the series is ready, use ``b4 send``. Begin with ``--dry-run`` to review the
> generated emails and ``--reflect`` to copy yourself for records before
> -dispatching to ``u-boot@lists.denx.de``.
> +dispatching to ``u-boot@lists.u-boot-project.org``.
>
> .. code-block:: bash
>
> @@ -86,8 +86,8 @@ patman now lives outside the U-Boot tree; install it with
> General Patch Submission Rules
> ------------------------------
>
> -* All patches must be sent to the `u-boot@lists.denx.de
> - <https://lists.denx.de/listinfo/u-boot>`_ mailing list.
> +* All patches must be sent to the `u-boot@lists.u-boot-project.org
> + <https://lists.u-boot-project.org/listinfo/u-boot>`_ mailing list.
>
> * If your patch affects the code maintained by one of the :ref:`custodians`, CC
> them when emailing your patch. The easiest way to make sure you don't forget
> @@ -145,7 +145,7 @@ General Patch Submission Rules
> If you believe you need to use a mailing list for testing (instead of any
> regular mail address you own), we have a special test list for such purposes.
> It would be best to subscribe to the list for the duration of your tests to
> - avoid repeated moderation - see https://lists.denx.de/listinfo/test
> + avoid repeated moderation - see https://lists.u-boot-project.org/listinfo/test
>
> * Choose a meaningful Subject: - keep in mind that the Subject will also be
> visible as headline of your commit message. Make sure the subject does not
> diff --git a/doc/git-mailrc b/doc/git-mailrc
> index 65626d89eac..f0ba30a5c74 100644
> --- a/doc/git-mailrc
> +++ b/doc/git-mailrc
> @@ -5,7 +5,7 @@
> # Then when sending patches, you can use:
> # git send-email --to u-boot --cc i2c ...
>
> -alias uboot u-boot@lists.denx.de
> +alias uboot u-boot@lists.u-boot-project.org
> alias u-boot uboot
>
> # Maintainer aliases. Use the same alias here as patchwork to keep
> diff --git a/doc/index.rst b/doc/index.rst
> index 5d732ff7a54..6fe8ca0788b 100644
> --- a/doc/index.rst
> +++ b/doc/index.rst
> @@ -9,7 +9,7 @@ This is the top level of the U-Boot's documentation tree. U-Boot
> documentation, like the U-Boot itself, is very much a work in progress;
> that is especially true as we work to integrate our many scattered
> documents into a coherent whole. Please note that improvements to the
> -documentation are welcome; join the U-Boot list at http://lists.denx.de
> +documentation are welcome; join the U-Boot list at http://lists.u-boot-project.org
> if you want to help out.
>
> .. toctree::
>
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH v4 2/3] doc: Migrate mailing-list to lists.u-boot-project.org
2026-07-20 8:34 ` Peter Robinson
@ 2026-07-20 8:34 ` Peter Robinson via U-Boot
0 siblings, 0 replies; 18+ messages in thread
From: Peter Robinson via U-Boot @ 2026-07-20 8:34 UTC (permalink / raw)
To: Neil Armstrong
Cc: u-boot, u-boot, Simon Glass, Tom Rini, Heinrich Schuchardt,
Tony Dinh, Mattijs Korpershoek, Quentin Schulz, Heiko Schocher,
Stefan Roese, Anatolij Gustschin, Quentin Schulz, Heiko Stuebner,
David Lechner, Kory Maincent, Kuan-Wei Chiu, Bastien Curutchet,
Marek Vasut, Ilias Apalodimas, James Hilliard, Jerome Forissier,
Daniel Golle, Philip Molloy, Walter Schweizer
On Mon, 20 Jul 2026 at 09:23, Neil Armstrong <neil.armstrong@linaro.org> wrote:
>
> The U-Boot Mailing-list is moving to the lists.u-boot-project.org
> domain, so update all references of list.denx.de to the new
> domain in the documentation.
>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
> ---
> doc/CONTRIBUTE.rst | 4 ++--
> doc/develop/security.rst | 2 +-
> doc/develop/sending_patches.rst | 12 ++++++------
> doc/git-mailrc | 2 +-
> doc/index.rst | 2 +-
> 5 files changed, 11 insertions(+), 11 deletions(-)
>
> diff --git a/doc/CONTRIBUTE.rst b/doc/CONTRIBUTE.rst
> index e8fa595ed4a..8494315254e 100644
> --- a/doc/CONTRIBUTE.rst
> +++ b/doc/CONTRIBUTE.rst
> @@ -28,7 +28,7 @@ Contributions
>
> Contributions to the project are welcome. The U-Boot project uses a fairly
> traditional Linux style development work-flow using git and `a mailing list
> -<https://lists.denx.de/listinfo/u-boot>`_.
> +<https://lists.u-boot-project.org/listinfo/u-boot>`_.
>
> Patches should be sent to the mailing list using ``git send-email`` or the
> equivalent commands using ``b4`` or ``patman`` with appropriate sign-off and
> @@ -41,7 +41,7 @@ The b4 tool automates a number of components mentioned above.
> Code is not the only thing you can contribute to the project. As most
> open-source projects, the U-Boot project suffers from a lack of reviewers.
> Consider spending some time reading patches on `the mailing list archive
> -<https://lists.denx.de/pipermail/u-boot/>`_ and providing feedback to
> +<https://lists.u-boot-project.org/pipermail/u-boot/>`_ and providing feedback to
> contributors when something could be improved or if you have questions. Contrary
> to what's most often believed, you do not need to be an expert to review patches
> and the project will benefit from people with different skillsets and experience
> diff --git a/doc/develop/security.rst b/doc/develop/security.rst
> index 84b130646f3..ed652ec756e 100644
> --- a/doc/develop/security.rst
> +++ b/doc/develop/security.rst
> @@ -11,7 +11,7 @@ Contact
> -------
>
> The preferred initial point of contact is to send email to
> -`u-boot@lists.denx.de` and use `scripts/get_maintainers.pl` to also include any
> +`u-boot@lists.u-boot-project.org` and use `scripts/get_maintainers.pl` to also include any
> relevant custodians. In addition, Tom Rini should be contacted at
> `trini@konsulko.com`.
>
> diff --git a/doc/develop/sending_patches.rst b/doc/develop/sending_patches.rst
> index c3e0ef27824..768c8375cf4 100644
> --- a/doc/develop/sending_patches.rst
> +++ b/doc/develop/sending_patches.rst
> @@ -5,7 +5,7 @@ Sending patches
>
> *Before you begin* to implement any new ideas or concepts it is always a good
> idea to present your plans on the `U-Boot mailing list
> -<https://lists.denx.de/listinfo/u-boot>`_. U-Boot supports a huge amount of
> +<https://lists.u-boot-project.org/listinfo/u-boot>`_. U-Boot supports a huge amount of
> very different systems, and it is often impossible for the individual developer
> to oversee the consequences of a specific change to all architectures.
> Discussing concepts early can help you to avoid spending effort on code which,
> @@ -25,7 +25,7 @@ Using b4
> Use the `b4 <https://b4.docs.kernel.org/en/latest/>`__ tool to prepare and send
> your patches. b4 has become the preferred tool to sending patches for many Linux
> kernel contributors, and U-Boot ships with a ready-to-use ``.b4-config`` that
> -targets ``u-boot@lists.denx.de`` and integrates with ``scripts/get_maintainer.pl``
> +targets ``u-boot@lists.u-boot-project.org`` and integrates with ``scripts/get_maintainer.pl``
> for recipient discovery.
>
> Start a topical series with ``b4 prep`` and keep the commits organised with
> @@ -51,7 +51,7 @@ additional runs.
>
> When the series is ready, use ``b4 send``. Begin with ``--dry-run`` to review the
> generated emails and ``--reflect`` to copy yourself for records before
> -dispatching to ``u-boot@lists.denx.de``.
> +dispatching to ``u-boot@lists.u-boot-project.org``.
>
> .. code-block:: bash
>
> @@ -86,8 +86,8 @@ patman now lives outside the U-Boot tree; install it with
> General Patch Submission Rules
> ------------------------------
>
> -* All patches must be sent to the `u-boot@lists.denx.de
> - <https://lists.denx.de/listinfo/u-boot>`_ mailing list.
> +* All patches must be sent to the `u-boot@lists.u-boot-project.org
> + <https://lists.u-boot-project.org/listinfo/u-boot>`_ mailing list.
>
> * If your patch affects the code maintained by one of the :ref:`custodians`, CC
> them when emailing your patch. The easiest way to make sure you don't forget
> @@ -145,7 +145,7 @@ General Patch Submission Rules
> If you believe you need to use a mailing list for testing (instead of any
> regular mail address you own), we have a special test list for such purposes.
> It would be best to subscribe to the list for the duration of your tests to
> - avoid repeated moderation - see https://lists.denx.de/listinfo/test
> + avoid repeated moderation - see https://lists.u-boot-project.org/listinfo/test
>
> * Choose a meaningful Subject: - keep in mind that the Subject will also be
> visible as headline of your commit message. Make sure the subject does not
> diff --git a/doc/git-mailrc b/doc/git-mailrc
> index 65626d89eac..f0ba30a5c74 100644
> --- a/doc/git-mailrc
> +++ b/doc/git-mailrc
> @@ -5,7 +5,7 @@
> # Then when sending patches, you can use:
> # git send-email --to u-boot --cc i2c ...
>
> -alias uboot u-boot@lists.denx.de
> +alias uboot u-boot@lists.u-boot-project.org
> alias u-boot uboot
>
> # Maintainer aliases. Use the same alias here as patchwork to keep
> diff --git a/doc/index.rst b/doc/index.rst
> index 5d732ff7a54..6fe8ca0788b 100644
> --- a/doc/index.rst
> +++ b/doc/index.rst
> @@ -9,7 +9,7 @@ This is the top level of the U-Boot's documentation tree. U-Boot
> documentation, like the U-Boot itself, is very much a work in progress;
> that is especially true as we work to integrate our many scattered
> documents into a coherent whole. Please note that improvements to the
> -documentation are welcome; join the U-Boot list at http://lists.denx.de
> +documentation are welcome; join the U-Boot list at http://lists.u-boot-project.org
> if you want to help out.
>
> .. toctree::
>
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH v4 3/3] MAINTAINERS/README: Migrate mailing-list to lists.u-boot-project.org
2026-07-20 8:23 [PATCH v4 0/3] treewide: migrate to the new mailing-list domain Neil Armstrong
` (2 preceding siblings ...)
2026-07-20 8:23 ` [PATCH v4 2/3] doc: " Neil Armstrong
@ 2026-07-20 8:23 ` Neil Armstrong
2026-07-20 8:23 ` Neil Armstrong via U-Boot
2026-07-20 8:35 ` Peter Robinson
2026-07-20 19:14 ` [PATCH v4 0/3] treewide: migrate to the new mailing-list domain Tom Rini via U-Boot
4 siblings, 2 replies; 18+ messages in thread
From: Neil Armstrong @ 2026-07-20 8:23 UTC (permalink / raw)
To: u-boot, u-boot
Cc: Simon Glass, Tom Rini, Peter Robinson, Heinrich Schuchardt,
Tony Dinh, Mattijs Korpershoek, Quentin Schulz, Heiko Schocher,
Stefan Roese, Anatolij Gustschin, Quentin Schulz, Heiko Stuebner,
David Lechner, Kory Maincent, Kuan-Wei Chiu, Bastien Curutchet,
Marek Vasut, Ilias Apalodimas, James Hilliard, Jerome Forissier,
Daniel Golle, Philip Molloy, Walter Schweizer, Neil Armstrong
The U-Boot Mailing-list is moving to the lists.u-boot-project.org
domain, so update all references of list.denx.de to the new
domain in the main README and MAINTAINERS files.
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
MAINTAINERS | 2 +-
README | 4 ++--
tools/u_boot_pylib/gitutil.py | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index e5b2a2e373c..177bc1fdc07 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2022,7 +2022,7 @@ F: test/py/tests/test_xxd/
THE REST
M: Tom Rini <trini@konsulko.com>
-L: u-boot@lists.denx.de
+L: u-boot@lists.u-boot-project.org
Q: http://patchwork.ozlabs.org/project/uboot/list/
S: Maintained
T: git https://source.denx.de/u-boot/u-boot.git
diff --git a/README b/README
index 472cf37d9cc..51e98d0f4cf 100644
--- a/README
+++ b/README
@@ -45,9 +45,9 @@ Where to get help:
In case you have questions about, problems with or contributions for
U-Boot, you should send a message to the U-Boot mailing list at
-<u-boot@lists.denx.de>. There is also an archive of previous traffic
+<u-boot@lists.u-boot-project.org>. There is also an archive of previous traffic
on the mailing list - please search the archive before asking FAQ's.
-Please see https://lists.denx.de/pipermail/u-boot and
+Please see https://lists.u-boot-project.org/pipermail/u-boot and
https://marc.info/?l=u-boot
Where to get source code:
diff --git a/tools/u_boot_pylib/gitutil.py b/tools/u_boot_pylib/gitutil.py
index 34b4dbb4839..59688aa7147 100644
--- a/tools/u_boot_pylib/gitutil.py
+++ b/tools/u_boot_pylib/gitutil.py
@@ -528,7 +528,7 @@ send --cc-cmd cc-fname" cover p1 p2'
"Please add something like this to a commit\n"
"Series-to: Fred Bloggs <f.blogs@napier.co.nz>\n"
"Or do something like this\n"
- "git config sendemail.to u-boot@lists.denx.de")
+ "git config sendemail.to u-boot@lists.u-boot-project.org")
return None
cc = build_email_list(list(set(series.get('cc')) - set(series.get('to'))),
alias, '--cc', warn_on_error)
--
2.34.1
^ permalink raw reply related [flat|nested] 18+ messages in thread* [PATCH v4 3/3] MAINTAINERS/README: Migrate mailing-list to lists.u-boot-project.org
2026-07-20 8:23 ` [PATCH v4 3/3] MAINTAINERS/README: " Neil Armstrong
@ 2026-07-20 8:23 ` Neil Armstrong via U-Boot
2026-07-20 8:35 ` Peter Robinson
1 sibling, 0 replies; 18+ messages in thread
From: Neil Armstrong via U-Boot @ 2026-07-20 8:23 UTC (permalink / raw)
To: u-boot, u-boot
Cc: Simon Glass, Tom Rini, Peter Robinson, Heinrich Schuchardt,
Tony Dinh, Mattijs Korpershoek, Quentin Schulz, Heiko Schocher,
Stefan Roese, Anatolij Gustschin, Quentin Schulz, Heiko Stuebner,
David Lechner, Kory Maincent, Kuan-Wei Chiu, Bastien Curutchet,
Marek Vasut, Ilias Apalodimas, James Hilliard, Jerome Forissier,
Daniel Golle, Philip Molloy, Walter Schweizer, Neil Armstrong
The U-Boot Mailing-list is moving to the lists.u-boot-project.org
domain, so update all references of list.denx.de to the new
domain in the main README and MAINTAINERS files.
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
MAINTAINERS | 2 +-
README | 4 ++--
tools/u_boot_pylib/gitutil.py | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index e5b2a2e373c..177bc1fdc07 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2022,7 +2022,7 @@ F: test/py/tests/test_xxd/
THE REST
M: Tom Rini <trini@konsulko.com>
-L: u-boot@lists.denx.de
+L: u-boot@lists.u-boot-project.org
Q: http://patchwork.ozlabs.org/project/uboot/list/
S: Maintained
T: git https://source.denx.de/u-boot/u-boot.git
diff --git a/README b/README
index 472cf37d9cc..51e98d0f4cf 100644
--- a/README
+++ b/README
@@ -45,9 +45,9 @@ Where to get help:
In case you have questions about, problems with or contributions for
U-Boot, you should send a message to the U-Boot mailing list at
-<u-boot@lists.denx.de>. There is also an archive of previous traffic
+<u-boot@lists.u-boot-project.org>. There is also an archive of previous traffic
on the mailing list - please search the archive before asking FAQ's.
-Please see https://lists.denx.de/pipermail/u-boot and
+Please see https://lists.u-boot-project.org/pipermail/u-boot and
https://marc.info/?l=u-boot
Where to get source code:
diff --git a/tools/u_boot_pylib/gitutil.py b/tools/u_boot_pylib/gitutil.py
index 34b4dbb4839..59688aa7147 100644
--- a/tools/u_boot_pylib/gitutil.py
+++ b/tools/u_boot_pylib/gitutil.py
@@ -528,7 +528,7 @@ send --cc-cmd cc-fname" cover p1 p2'
"Please add something like this to a commit\n"
"Series-to: Fred Bloggs <f.blogs@napier.co.nz>\n"
"Or do something like this\n"
- "git config sendemail.to u-boot@lists.denx.de")
+ "git config sendemail.to u-boot@lists.u-boot-project.org")
return None
cc = build_email_list(list(set(series.get('cc')) - set(series.get('to'))),
alias, '--cc', warn_on_error)
--
2.34.1
^ permalink raw reply related [flat|nested] 18+ messages in thread* Re: [PATCH v4 3/3] MAINTAINERS/README: Migrate mailing-list to lists.u-boot-project.org
2026-07-20 8:23 ` [PATCH v4 3/3] MAINTAINERS/README: " Neil Armstrong
2026-07-20 8:23 ` Neil Armstrong via U-Boot
@ 2026-07-20 8:35 ` Peter Robinson
2026-07-20 8:35 ` Peter Robinson via U-Boot
2026-07-20 18:59 ` Tom Rini via U-Boot
1 sibling, 2 replies; 18+ messages in thread
From: Peter Robinson @ 2026-07-20 8:35 UTC (permalink / raw)
To: Neil Armstrong
Cc: u-boot, u-boot, Simon Glass, Tom Rini, Heinrich Schuchardt,
Tony Dinh, Mattijs Korpershoek, Quentin Schulz, Heiko Schocher,
Stefan Roese, Anatolij Gustschin, Quentin Schulz, Heiko Stuebner,
David Lechner, Kory Maincent, Kuan-Wei Chiu, Bastien Curutchet,
Marek Vasut, Ilias Apalodimas, James Hilliard, Jerome Forissier,
Daniel Golle, Philip Molloy, Walter Schweizer
On Mon, 20 Jul 2026 at 09:23, Neil Armstrong <neil.armstrong@linaro.org> wrote:
>
> The U-Boot Mailing-list is moving to the lists.u-boot-project.org
> domain, so update all references of list.denx.de to the new
> domain in the main README and MAINTAINERS files.
>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
> ---
> MAINTAINERS | 2 +-
> README | 4 ++--
> tools/u_boot_pylib/gitutil.py | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e5b2a2e373c..177bc1fdc07 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2022,7 +2022,7 @@ F: test/py/tests/test_xxd/
>
> THE REST
> M: Tom Rini <trini@konsulko.com>
> -L: u-boot@lists.denx.de
> +L: u-boot@lists.u-boot-project.org
> Q: http://patchwork.ozlabs.org/project/uboot/list/
> S: Maintained
> T: git https://source.denx.de/u-boot/u-boot.git
> diff --git a/README b/README
> index 472cf37d9cc..51e98d0f4cf 100644
> --- a/README
> +++ b/README
> @@ -45,9 +45,9 @@ Where to get help:
>
> In case you have questions about, problems with or contributions for
> U-Boot, you should send a message to the U-Boot mailing list at
> -<u-boot@lists.denx.de>. There is also an archive of previous traffic
> +<u-boot@lists.u-boot-project.org>. There is also an archive of previous traffic
> on the mailing list - please search the archive before asking FAQ's.
> -Please see https://lists.denx.de/pipermail/u-boot and
> +Please see https://lists.u-boot-project.org/pipermail/u-boot and
> https://marc.info/?l=u-boot
Should we also add a reference to https://lore.kernel.org/u-boot/ here?
> Where to get source code:
> diff --git a/tools/u_boot_pylib/gitutil.py b/tools/u_boot_pylib/gitutil.py
> index 34b4dbb4839..59688aa7147 100644
> --- a/tools/u_boot_pylib/gitutil.py
> +++ b/tools/u_boot_pylib/gitutil.py
> @@ -528,7 +528,7 @@ send --cc-cmd cc-fname" cover p1 p2'
> "Please add something like this to a commit\n"
> "Series-to: Fred Bloggs <f.blogs@napier.co.nz>\n"
> "Or do something like this\n"
> - "git config sendemail.to u-boot@lists.denx.de")
> + "git config sendemail.to u-boot@lists.u-boot-project.org")
> return None
> cc = build_email_list(list(set(series.get('cc')) - set(series.get('to'))),
> alias, '--cc', warn_on_error)
>
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 18+ messages in thread* Re: [PATCH v4 3/3] MAINTAINERS/README: Migrate mailing-list to lists.u-boot-project.org
2026-07-20 8:35 ` Peter Robinson
@ 2026-07-20 8:35 ` Peter Robinson via U-Boot
2026-07-20 18:59 ` Tom Rini via U-Boot
1 sibling, 0 replies; 18+ messages in thread
From: Peter Robinson via U-Boot @ 2026-07-20 8:35 UTC (permalink / raw)
To: Neil Armstrong
Cc: u-boot, u-boot, Simon Glass, Tom Rini, Heinrich Schuchardt,
Tony Dinh, Mattijs Korpershoek, Quentin Schulz, Heiko Schocher,
Stefan Roese, Anatolij Gustschin, Quentin Schulz, Heiko Stuebner,
David Lechner, Kory Maincent, Kuan-Wei Chiu, Bastien Curutchet,
Marek Vasut, Ilias Apalodimas, James Hilliard, Jerome Forissier,
Daniel Golle, Philip Molloy, Walter Schweizer
On Mon, 20 Jul 2026 at 09:23, Neil Armstrong <neil.armstrong@linaro.org> wrote:
>
> The U-Boot Mailing-list is moving to the lists.u-boot-project.org
> domain, so update all references of list.denx.de to the new
> domain in the main README and MAINTAINERS files.
>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
> ---
> MAINTAINERS | 2 +-
> README | 4 ++--
> tools/u_boot_pylib/gitutil.py | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e5b2a2e373c..177bc1fdc07 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2022,7 +2022,7 @@ F: test/py/tests/test_xxd/
>
> THE REST
> M: Tom Rini <trini@konsulko.com>
> -L: u-boot@lists.denx.de
> +L: u-boot@lists.u-boot-project.org
> Q: http://patchwork.ozlabs.org/project/uboot/list/
> S: Maintained
> T: git https://source.denx.de/u-boot/u-boot.git
> diff --git a/README b/README
> index 472cf37d9cc..51e98d0f4cf 100644
> --- a/README
> +++ b/README
> @@ -45,9 +45,9 @@ Where to get help:
>
> In case you have questions about, problems with or contributions for
> U-Boot, you should send a message to the U-Boot mailing list at
> -<u-boot@lists.denx.de>. There is also an archive of previous traffic
> +<u-boot@lists.u-boot-project.org>. There is also an archive of previous traffic
> on the mailing list - please search the archive before asking FAQ's.
> -Please see https://lists.denx.de/pipermail/u-boot and
> +Please see https://lists.u-boot-project.org/pipermail/u-boot and
> https://marc.info/?l=u-boot
Should we also add a reference to https://lore.kernel.org/u-boot/ here?
> Where to get source code:
> diff --git a/tools/u_boot_pylib/gitutil.py b/tools/u_boot_pylib/gitutil.py
> index 34b4dbb4839..59688aa7147 100644
> --- a/tools/u_boot_pylib/gitutil.py
> +++ b/tools/u_boot_pylib/gitutil.py
> @@ -528,7 +528,7 @@ send --cc-cmd cc-fname" cover p1 p2'
> "Please add something like this to a commit\n"
> "Series-to: Fred Bloggs <f.blogs@napier.co.nz>\n"
> "Or do something like this\n"
> - "git config sendemail.to u-boot@lists.denx.de")
> + "git config sendemail.to u-boot@lists.u-boot-project.org")
> return None
> cc = build_email_list(list(set(series.get('cc')) - set(series.get('to'))),
> alias, '--cc', warn_on_error)
>
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 18+ messages in thread* Re: [PATCH v4 3/3] MAINTAINERS/README: Migrate mailing-list to lists.u-boot-project.org
2026-07-20 8:35 ` Peter Robinson
2026-07-20 8:35 ` Peter Robinson via U-Boot
@ 2026-07-20 18:59 ` Tom Rini via U-Boot
1 sibling, 0 replies; 18+ messages in thread
From: Tom Rini via U-Boot @ 2026-07-20 18:59 UTC (permalink / raw)
To: Peter Robinson
Cc: Neil Armstrong, u-boot, Simon Glass, Heinrich Schuchardt,
Tony Dinh, Mattijs Korpershoek, Quentin Schulz, Heiko Schocher,
Stefan Roese, Anatolij Gustschin, Quentin Schulz, Heiko Stuebner,
David Lechner, Kory Maincent, Kuan-Wei Chiu, Bastien Curutchet,
Marek Vasut, Ilias Apalodimas, James Hilliard, Jerome Forissier,
Daniel Golle, Philip Molloy, Walter Schweizer
[-- Attachment #1: Type: text/plain, Size: 2127 bytes --]
On Mon, Jul 20, 2026 at 09:35:28AM +0100, Peter Robinson wrote:
> On Mon, 20 Jul 2026 at 09:23, Neil Armstrong <neil.armstrong@linaro.org> wrote:
> >
> > The U-Boot Mailing-list is moving to the lists.u-boot-project.org
> > domain, so update all references of list.denx.de to the new
> > domain in the main README and MAINTAINERS files.
> >
> > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
> > ---
> > MAINTAINERS | 2 +-
> > README | 4 ++--
> > tools/u_boot_pylib/gitutil.py | 2 +-
> > 3 files changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index e5b2a2e373c..177bc1fdc07 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -2022,7 +2022,7 @@ F: test/py/tests/test_xxd/
> >
> > THE REST
> > M: Tom Rini <trini@konsulko.com>
> > -L: u-boot@lists.denx.de
> > +L: u-boot@lists.u-boot-project.org
> > Q: http://patchwork.ozlabs.org/project/uboot/list/
> > S: Maintained
> > T: git https://source.denx.de/u-boot/u-boot.git
> > diff --git a/README b/README
> > index 472cf37d9cc..51e98d0f4cf 100644
> > --- a/README
> > +++ b/README
> > @@ -45,9 +45,9 @@ Where to get help:
> >
> > In case you have questions about, problems with or contributions for
> > U-Boot, you should send a message to the U-Boot mailing list at
> > -<u-boot@lists.denx.de>. There is also an archive of previous traffic
> > +<u-boot@lists.u-boot-project.org>. There is also an archive of previous traffic
> > on the mailing list - please search the archive before asking FAQ's.
> > -Please see https://lists.denx.de/pipermail/u-boot and
> > +Please see https://lists.u-boot-project.org/pipermail/u-boot and
> > https://marc.info/?l=u-boot
>
> Should we also add a reference to https://lore.kernel.org/u-boot/ here?
No, only because it's the top-level README that we need to keep moving
on cleaning out so that we can replace it with if not doc/index.rst then
maybe doc/CONTRIBUTE.rst or similar.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH v4 0/3] treewide: migrate to the new mailing-list domain
2026-07-20 8:23 [PATCH v4 0/3] treewide: migrate to the new mailing-list domain Neil Armstrong
` (3 preceding siblings ...)
2026-07-20 8:23 ` [PATCH v4 3/3] MAINTAINERS/README: " Neil Armstrong
@ 2026-07-20 19:14 ` Tom Rini via U-Boot
4 siblings, 0 replies; 18+ messages in thread
From: Tom Rini via U-Boot @ 2026-07-20 19:14 UTC (permalink / raw)
To: u-boot, Neil Armstrong
Cc: Simon Glass, Peter Robinson, Heinrich Schuchardt, Tony Dinh,
Mattijs Korpershoek, Quentin Schulz, Heiko Schocher, Stefan Roese,
Anatolij Gustschin, Quentin Schulz, Heiko Stuebner, David Lechner,
Kory Maincent, Kuan-Wei Chiu, Bastien Curutchet, Marek Vasut,
Ilias Apalodimas, James Hilliard, Jerome Forissier, Daniel Golle,
Philip Molloy, Walter Schweizer
On Mon, 20 Jul 2026 10:23:28 +0200, Neil Armstrong wrote:
> We are migrating to the new U-Boot mailing-list server hosted by
> OSU-OSL on the new lists.u-boot-project.org domain.
>
> This changes all references of lists.denx.de in code, comments,
> documentation and MAINTAINERS/README files.
>
> Please review closely to ensure the transition goes smoothly.
>
> [...]
Applied to u-boot/main, thanks!
[1/3] tools/patman: Migrate mailing-list to lists.u-boot-project.org
commit: 6e316df3b7a8706c5be900ad39a4f672aa1d85a6
[2/3] doc: Migrate mailing-list to lists.u-boot-project.org
commit: 1a5b1ce0722bfca256bf770b32370d4f2373e7e2
[3/3] MAINTAINERS/README: Migrate mailing-list to lists.u-boot-project.org
commit: 910385cacb8878007da2011bbf8733ee30bab7f9
--
Tom
^ permalink raw reply [flat|nested] 18+ messages in thread