Thanks Tom!
On Fri, May 22, 2026 at 5:08 PM Tom Rini <[email protected]> wrote: > > Our official domain is now u-boot-project.org, so update all in-tree > references to use the correct domain. > > Signed-off-by: Tom Rini <[email protected]> > --- > MAINTAINERS | 2 +- > README | 2 +- > doc/CONTRIBUTE.rst | 2 +- > doc/build/documentation.rst | 2 +- > doc/device-tree-bindings/bootcount-syscon.txt | 2 +- > doc/mkeficapsule.1 | 2 +- > drivers/bootcount/Kconfig | 2 +- > tools/binman/etype/atf_fip.py | 2 +- > tools/binman/missing-blob-help | 6 +++--- > tools/binman/pyproject.toml | 2 +- > tools/buildman/pyproject.toml | 2 +- > tools/dtoc/pyproject.toml | 2 +- > tools/patman/pyproject.toml | 2 +- > tools/u_boot_pylib/pyproject.toml | 2 +- > 14 files changed, 16 insertions(+), 16 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 2613929cdf5f..571af1964654 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1116,7 +1116,7 @@ EFI CLIENT > M: Simon Glass <[email protected]> > M: Heinrich Schuchardt <[email protected]> > S: Maintained > -W: https://docs.u-boot.org/en/latest/develop/uefi/u-boot_on_efi.html > +W: > https://docs.u-boot-project.org/en/latest/develop/uefi/u-boot_on_efi.html > F: board/efi/efi-x86_app > F: configs/efi-x86_app* > F: doc/develop/uefi/u-boot_on_efi.rst > diff --git a/README b/README > index f0bad144360a..5653f687e820 100644 > --- a/README > +++ b/README > @@ -2281,5 +2281,5 @@ Contributing > > The U-Boot projects depends on contributions from the user community. > If you want to participate, please, have a look at the 'General' > -section of https://docs.u-boot.org/en/latest/develop/index.html > +section of https://docs.u-boot-project.org/en/latest/develop/index.html > where we describe coding standards and the patch submission process. > diff --git a/doc/CONTRIBUTE.rst b/doc/CONTRIBUTE.rst > index a47dfdca2216..a6e1cd1fb68a 100644 > --- a/doc/CONTRIBUTE.rst > +++ b/doc/CONTRIBUTE.rst > @@ -22,7 +22,7 @@ Repository > The official U-Boot repository is located at > https://source.denx.de/u-boot/u-boot > > Further more detailed documentation can be found at the following link: > -https://docs.u-boot.org/en/latest/index.html > +https://docs.u-boot-project.org/en/latest/index.html > > Contributions > ------------- > diff --git a/doc/build/documentation.rst b/doc/build/documentation.rst > index b55a46666431..65f767440bd5 100644 > --- a/doc/build/documentation.rst > +++ b/doc/build/documentation.rst > @@ -40,7 +40,7 @@ The *htmldocs* target is used to build the HTML > documentation. It uses the > # Display the documentation in a graphical web browser > x-www-browser doc/output/index.html > > -The HTML documentation is published at https://docs.u-boot.org. The build > +The HTML documentation is published at https://docs.u-boot-project.org. The > build > process for that site is controlled by the file *.readthedocs.yml*. > > Infodoc documentation > diff --git a/doc/device-tree-bindings/bootcount-syscon.txt > b/doc/device-tree-bindings/bootcount-syscon.txt > index ea27b246c8a4..8e6060a711e6 100644 > --- a/doc/device-tree-bindings/bootcount-syscon.txt > +++ b/doc/device-tree-bindings/bootcount-syscon.txt > @@ -1,6 +1,6 @@ > Bootcount Configuration > This is the implementation of the feature as described in > -https://docs.u-boot.org/en/latest/api/bootcount.html > +https://docs.u-boot-project.org/en/latest/api/bootcount.html > > Required Properties: > - compatible: must be "u-boot,bootcount-syscon". > diff --git a/doc/mkeficapsule.1 b/doc/mkeficapsule.1 > index d6653ec42472..ed296730eeb9 100644 > --- a/doc/mkeficapsule.1 > +++ b/doc/mkeficapsule.1 > @@ -153,4 +153,4 @@ The directory in which all capsule files be placed > Written by AKASHI Takahiro <[email protected]> > > .SH HOMEPAGE > -http://www.u-boot.org/ > +http://www.u-boot-project.org/ > diff --git a/drivers/bootcount/Kconfig b/drivers/bootcount/Kconfig > index 99b6c7534fda..4c0c8d89bb40 100644 > --- a/drivers/bootcount/Kconfig > +++ b/drivers/bootcount/Kconfig > @@ -6,7 +6,7 @@ menuconfig BOOTCOUNT_LIMIT > bool "Enable support for checking boot count limit" > help > Enable checking for exceeding the boot count limit. > - More information: > https://docs.u-boot.org/en/latest/api/bootcount.html > + More information: > https://docs.u-boot-project.org/en/latest/api/bootcount.html > > if BOOTCOUNT_LIMIT > > diff --git a/tools/binman/etype/atf_fip.py b/tools/binman/etype/atf_fip.py > index 636e073afc84..681b79006823 100644 > --- a/tools/binman/etype/atf_fip.py > +++ b/tools/binman/etype/atf_fip.py > @@ -163,7 +163,7 @@ class Entry_atf_fip(Entry_section): > > .. _FIP: > https://trustedfirmware-a.readthedocs.io/en/latest/design/firmware-design.html#firmware-image-package-fip > .. _`TF-A source tree`: > https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git > - .. _`send a patch`: > https://docs.u-boot.org/en/latest/develop/sending_patches.html > + .. _`send a patch`: > https://docs.u-boot-project.org/en/latest/develop/sending_patches.html > """ > def __init__(self, section, etype, node): > # Put this here to allow entry-docs and help to work without libfdt > diff --git a/tools/binman/missing-blob-help b/tools/binman/missing-blob-help > index d2ed35bef4d0..27dc620bd359 100644 > --- a/tools/binman/missing-blob-help > +++ b/tools/binman/missing-blob-help > @@ -55,7 +55,7 @@ HS-FS and HS-SE parts will not boot without this > certificate. > Have a look at your board's documentation to find and include the latest > TIFS certificate blobs and how to include them in the build. > > - https://docs.u-boot.org/en/latest/board/ti/k3.html > + https://docs.u-boot-project.org/en/latest/board/ti/k3.html > > tee-os: > See the documentation for your board. You may need to build Open Portable > @@ -69,7 +69,7 @@ will not boot without this firmware. > Have a look at your board's documentation to find the latest version of > the DM firmware binary and how to include it in the build. > > - https://docs.u-boot.org/en/latest/board/ti/k3.html > + https://docs.u-boot-project.org/en/latest/board/ti/k3.html > > ti-fs-enc.bin: > You are missing TI's Foundational Security (TIFS) firmware which is > @@ -80,4 +80,4 @@ this firmware. > Have a look at your board's documentation to find the latest version of the > TIFS firmware binary and how to include them in the build. > > - https://docs.u-boot.org/en/latest/board/ti/k3.html > + https://docs.u-boot-project.org/en/latest/board/ti/k3.html > diff --git a/tools/binman/pyproject.toml b/tools/binman/pyproject.toml > index 7c9ab0f2a27e..2f17588e9df4 100644 > --- a/tools/binman/pyproject.toml > +++ b/tools/binman/pyproject.toml > @@ -19,7 +19,7 @@ classifiers = [ > ] > > [project.urls] > -"Homepage" = "https://docs.u-boot.org/en/latest/develop/package/index.html" > +"Homepage" = > "https://docs.u-boot-project.org/en/latest/develop/package/index.html" > "Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues" > > [project.scripts] > diff --git a/tools/buildman/pyproject.toml b/tools/buildman/pyproject.toml > index 274042df1553..5f5c405afbf0 100644 > --- a/tools/buildman/pyproject.toml > +++ b/tools/buildman/pyproject.toml > @@ -23,7 +23,7 @@ classifiers = [ > ] > > [project.urls] > -"Homepage" = "https://docs.u-boot.org/en/latest/build/buildman.html" > +"Homepage" = "https://docs.u-boot-project.org/en/latest/build/buildman.html" > "Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues" > > [project.scripts] > diff --git a/tools/dtoc/pyproject.toml b/tools/dtoc/pyproject.toml > index cc96cf784c66..53b09dba8859 100644 > --- a/tools/dtoc/pyproject.toml > +++ b/tools/dtoc/pyproject.toml > @@ -19,7 +19,7 @@ classifiers = [ > ] > > [project.urls] > -"Homepage" = > "https://docs.u-boot.org/en/latest/develop/driver-model/of-plat.html" > +"Homepage" = > "https://docs.u-boot-project.org/en/latest/develop/driver-model/of-plat.html" > "Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues" > > [project.scripts] > diff --git a/tools/patman/pyproject.toml b/tools/patman/pyproject.toml > index 91802c8cc277..0fc4b7d4ecda 100644 > --- a/tools/patman/pyproject.toml > +++ b/tools/patman/pyproject.toml > @@ -19,7 +19,7 @@ classifiers = [ > ] > > [project.urls] > -"Homepage" = "https://docs.u-boot.org/en/latest/develop/patman.html" > +"Homepage" = "https://docs.u-boot-project.org/en/latest/develop/patman.html" > "Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues" > > [project.scripts] > diff --git a/tools/u_boot_pylib/pyproject.toml > b/tools/u_boot_pylib/pyproject.toml > index ed04d956b4e6..1c6a023ee4b3 100644 > --- a/tools/u_boot_pylib/pyproject.toml > +++ b/tools/u_boot_pylib/pyproject.toml > @@ -18,7 +18,7 @@ classifiers = [ > ] > > [project.urls] > -"Homepage" = "https://docs.u-boot.org" > +"Homepage" = "https://docs.u-boot-project.org" > "Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues" > > [tool.setuptools] > -- > 2.43.0 > Reviewed-by: Tony Dinh <[email protected]>

