summaryrefslogtreecommitdiff
path: root/tools/binman
diff options
context:
space:
mode:
Diffstat (limited to 'tools/binman')
-rw-r--r--tools/binman/btool/bootgen.py2
-rw-r--r--tools/binman/etype/gbb.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/btool/bootgen.py b/tools/binman/btool/bootgen.py
index 1bc9f0aa96f..f740381b704 100644
--- a/tools/binman/btool/bootgen.py
+++ b/tools/binman/btool/bootgen.py
@@ -7,7 +7,7 @@
bootgen allows creating bootable SPL for Zynq(MP)
Documentation is available via:
-https://www.xilinx.com/support/documents/sw_manuals/xilinx2022_1/ug1283-bootgen-user-guide.pdf
+https://docs.amd.com/r/en-US/ug1283-bootgen-user-guide/
Source code is available at:
https://github.com/Xilinx/bootgen
diff --git a/tools/binman/etype/gbb.py b/tools/binman/etype/gbb.py
index cca18af6e2f..70067a54504 100644
--- a/tools/binman/etype/gbb.py
+++ b/tools/binman/etype/gbb.py
@@ -48,7 +48,7 @@ class Entry_gbb(Entry):
the root and recovery keys that are used to verify the boot process. Some
more details are here:
- https://www.chromium.org/chromium-os/firmware-porting-guide/2-concepts
+ https://www.chromium.org/chromium-os/developer-library/guides/firmware/firmware-porting-guide/2-concepts/
but note that the page dates from 2013 so is quite out of date. See
README.chromium for how to obtain the required keys and tools.