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 <mibodhi@gmail.com>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2026-05-22 17:58:38 -06:00
parent e875c10c6f
commit 7c419d4b57
14 changed files with 16 additions and 16 deletions

View File

@@ -1116,7 +1116,7 @@ EFI CLIENT
M: Simon Glass <sjg@chromium.org> M: Simon Glass <sjg@chromium.org>
M: Heinrich Schuchardt <xypron.glpk@gmx.de> M: Heinrich Schuchardt <xypron.glpk@gmx.de>
S: Maintained 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: board/efi/efi-x86_app
F: configs/efi-x86_app* F: configs/efi-x86_app*
F: doc/develop/uefi/u-boot_on_efi.rst F: doc/develop/uefi/u-boot_on_efi.rst

2
README
View File

@@ -2281,5 +2281,5 @@ Contributing
The U-Boot projects depends on contributions from the user community. The U-Boot projects depends on contributions from the user community.
If you want to participate, please, have a look at the 'General' 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. where we describe coding standards and the patch submission process.

View File

@@ -22,7 +22,7 @@ Repository
The official U-Boot repository is located at https://source.denx.de/u-boot/u-boot 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: 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 Contributions
------------- -------------

View File

@@ -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 # Display the documentation in a graphical web browser
x-www-browser doc/output/index.html 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*. process for that site is controlled by the file *.readthedocs.yml*.
Infodoc documentation Infodoc documentation

View File

@@ -1,6 +1,6 @@
Bootcount Configuration Bootcount Configuration
This is the implementation of the feature as described in 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: Required Properties:
- compatible: must be "u-boot,bootcount-syscon". - compatible: must be "u-boot,bootcount-syscon".

View File

@@ -153,4 +153,4 @@ The directory in which all capsule files be placed
Written by AKASHI Takahiro <takahiro.akashi@linaro.org> Written by AKASHI Takahiro <takahiro.akashi@linaro.org>
.SH HOMEPAGE .SH HOMEPAGE
http://www.u-boot.org/ http://www.u-boot-project.org/

View File

@@ -6,7 +6,7 @@ menuconfig BOOTCOUNT_LIMIT
bool "Enable support for checking boot count limit" bool "Enable support for checking boot count limit"
help help
Enable checking for exceeding the boot count limit. 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 if BOOTCOUNT_LIMIT

View File

@@ -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 .. _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 .. _`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): def __init__(self, section, etype, node):
# Put this here to allow entry-docs and help to work without libfdt # Put this here to allow entry-docs and help to work without libfdt

View File

@@ -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 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. 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: tee-os:
See the documentation for your board. You may need to build Open Portable 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 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. 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: ti-fs-enc.bin:
You are missing TI's Foundational Security (TIFS) firmware which is 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 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. 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

View File

@@ -19,7 +19,7 @@ classifiers = [
] ]
[project.urls] [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" "Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues"
[project.scripts] [project.scripts]

View File

@@ -23,7 +23,7 @@ classifiers = [
] ]
[project.urls] [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" "Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues"
[project.scripts] [project.scripts]

View File

@@ -19,7 +19,7 @@ classifiers = [
] ]
[project.urls] [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" "Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues"
[project.scripts] [project.scripts]

View File

@@ -19,7 +19,7 @@ classifiers = [
] ]
[project.urls] [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" "Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues"
[project.scripts] [project.scripts]

View File

@@ -18,7 +18,7 @@ classifiers = [
] ]
[project.urls] [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" "Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues"
[tool.setuptools] [tool.setuptools]