diff options
| author | Tom Rini <[email protected]> | 2025-07-26 09:21:09 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-07-26 09:21:09 -0600 |
| commit | 4c3b5fcd810081bd7f3c51859fe1b5f0c159803c (patch) | |
| tree | 33e98ade70c760a0c90c63149d66a61b6ff95f20 /doc/usage | |
| parent | 1d782a3f229c269d01e5b7a94744bcd7f53e3f47 (diff) | |
| parent | afd5426043b3ef6aa57f2a731f94125ae983395c (diff) | |
Merge tag 'efi-2025-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2025-10-rc1
CI: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/27176
Documentation:
* update FIT signature testing instructions
* describe defconfigs for AM69-SK
UEFI:
* provide unit test for system table pointer
* efi_realloc() must check efi_alloc() return value
* correct EFI_DEBUG_TABLE_ENTRY_SIZE
* avoid NULL dereference in ESRT creation tests
* add missing check in FMP.GetImageInfo()
* rename lib/efi to lib/efi_client
* rename CONFIG_EFI to CONFIG_EFI_CLIENT
* create a new CONFIG_EFI
* update maintainers for EFI_CLIENT
Diffstat (limited to 'doc/usage')
| -rw-r--r-- | doc/usage/fit/signature.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/usage/fit/signature.rst b/doc/usage/fit/signature.rst index b868dcbf9fd..e5b5a8432e9 100644 --- a/doc/usage/fit/signature.rst +++ b/doc/usage/fit/signature.rst @@ -433,16 +433,14 @@ CONFIG_LEGACY_IMAGE_FORMAT Testing ------- -An easy way to test signing and verification is to use the test script -provided in test/vboot/vboot_test.sh. This uses sandbox (a special version +An easy way to test signing and verification is to use the vboot tests +provided in the pytest suite. This uses sandbox (a special version of U-Boot which runs under Linux) to show the operation of a 'bootm' command loading and verifying images. A sample run is show below:: - $ make O=sandbox sandbox_config - $ make O=sandbox - $ O=sandbox ./test/vboot/vboot_test.sh + $ ./test/py/test.py --bd sandbox --build -k vboot Simple Verified Boot Test |
