summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-27 09:20:45 -0600
committerTom Rini <[email protected]>2026-03-27 09:20:45 -0600
commitc704af3c8b0f37929bce8c2a4bba27d6e89919c7 (patch)
tree964cbe3e66c171668f22a487fcc2fda9c572e56f /lib
parentc24a72c35abe9cbbeb72e2effc6b6c73cd828a32 (diff)
parentc009771427767679b5d0f2a91110eb10bfa1d604 (diff)
Merge tag 'doc-2026-04-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2026-04-rc6 CI: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/29687 Documentation: * TI boards - fix OP-TEE args - fix incorrect labels for boot switches * Fix typo in pstore documentation. * Fix document references pointing to replaced uImage.FIT. * buildman: Add missing :: for examples. * overlay-fdt-boot: .dtbos do not need load addresses. * When building the documentation use sys.path.append for pytests.
Diffstat (limited to 'lib')
-rw-r--r--lib/ecdsa/Kconfig2
-rw-r--r--lib/rsa/Kconfig4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/ecdsa/Kconfig b/lib/ecdsa/Kconfig
index 5c3d67d8144..ca13b6bfa1f 100644
--- a/lib/ecdsa/Kconfig
+++ b/lib/ecdsa/Kconfig
@@ -5,7 +5,7 @@ config ECDSA
This enables the ECDSA (elliptic curve signature) algorithm for FIT
image verification in U-Boot. The ECDSA algorithm is implemented
using the driver model, so CONFIG_DM is required by this library.
- See doc/uImage.FIT/signature.txt for more details.
+ See doc/usage/fit/signature.rst for more details.
ECDSA is enabled for mkimage regardless of this option.
if ECDSA
diff --git a/lib/rsa/Kconfig b/lib/rsa/Kconfig
index 1a763149c05..12a71c3df6f 100644
--- a/lib/rsa/Kconfig
+++ b/lib/rsa/Kconfig
@@ -6,7 +6,7 @@ config RSA
help
RSA support. This enables the RSA algorithm used for FIT image
verification in U-Boot.
- See doc/uImage.FIT/signature.txt for more details.
+ See doc/usage/fit/signature.rst for more details.
The Modular Exponentiation algorithm in RSA is implemented using
driver model. So CONFIG_DM needs to be enabled by default for this
library to function.
@@ -88,7 +88,7 @@ config RSA_SOFTWARE_EXP
Enables driver for modular exponentiation in software. This is a RSA
algorithm used in FIT image verification. It required RSA Key as
input.
- See doc/uImage.FIT/signature.txt for more details.
+ See doc/usage/fit/signature.rst for more details.
config RSA_FREESCALE_EXP
bool "Enable RSA Modular Exponentiation with FSL crypto accelerator"