From 7c419d4b578492e9781d4d7e755809c78c2c3661 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 22 May 2026 17:58:38 -0600 Subject: [PATCH] global: Update URL for U-Boot project Our official domain is now u-boot-project.org, so update all in-tree references to use the correct domain. Reviewed-by: Tony Dinh Reviewed-by: Peter Robinson Signed-off-by: Tom Rini --- 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 2613929cdf5..571af196465 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1116,7 +1116,7 @@ EFI CLIENT M: Simon Glass M: Heinrich Schuchardt 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 f0bad144360..5653f687e82 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 a47dfdca221..a6e1cd1fb68 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 b55a4666643..65f767440bd 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 ea27b246c8a..8e6060a711e 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 d6653ec4247..ed296730eeb 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 .SH HOMEPAGE -http://www.u-boot.org/ +http://www.u-boot-project.org/ diff --git a/drivers/bootcount/Kconfig b/drivers/bootcount/Kconfig index 99b6c7534fd..4c0c8d89bb4 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 636e073afc8..681b7900682 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 d2ed35bef4d..27dc620bd35 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 7c9ab0f2a27..2f17588e9df 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 274042df155..5f5c405afbf 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 cc96cf784c6..53b09dba885 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 91802c8cc27..0fc4b7d4ecd 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 ed04d956b4e..1c6a023ee4b 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]