From: Ilias Apalodimas Date: Tue, 1 Apr 2025 11:27:26 +0000 (+0300) Subject: doc: Update authenticated capsules documentation X-Git-Tag: v2025.07-rc1~80^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00cf654b29e62feddae01e4c47c7ec38932c5b7b;p=thirdparty%2Fu-boot.git doc: Update authenticated capsules documentation Now that we moved out the capsule signature from the DTB, remove the relevant documentation. Signed-off-by: Ilias Apalodimas --- diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst index 48d6110b2ad..3ca22b572a9 100644 --- a/doc/develop/uefi/uefi.rst +++ b/doc/develop/uefi/uefi.rst @@ -597,21 +597,6 @@ and used by the steps highlighted below. [--fit | --raw | --guid -4. Insert the signature list into a device tree in the following format:: - - { - signature { - capsule-key = [ ]; - } - ... - } - -You can perform step-4 through the Kconfig symbol -CONFIG_EFI_CAPSULE_CRT_FILE. This symbol points to the signing key -generated in step-2. As part of U-Boot build, the ESL certificate file will -be generated from the signing key and automatically get embedded into the -platform's dtb. - Anti-rollback Protection ************************