summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-13 10:18:38 -0600
committerTom Rini <trini@konsulko.com>2024-04-13 10:18:38 -0600
commit266603d8c39cf4d194e2cfe8d86d870590e150e0 (patch)
tree409a82b720c8845ba8a2ff3289f3801ee4b6d258 /doc/develop
parent977fc15e9806ce3af2c20228acc3c744f9c3ed0c (diff)
parentf1f4b0e6f37d801f01d043a1ed44b88e7fdd1d92 (diff)
Merge tag 'efi-2024-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2024-07-rc1-2 Documentation: * bump build dependency idna to 3.7 * update docker image reference to latest * fix section levels in gen_compile_commands * fix references to trace doc UEFI: * eliminate duplicate runtime section definitions * let 'EFI using ACPI tables at' be a debug message * sanitize efi_tcg2_final_events_table definition * move efi_var_collect to common functions * improve error messages in variables unit test by using EFI_UNSUPPORTED for private authenticated variables
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/tests_sandbox.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/develop/tests_sandbox.rst b/doc/develop/tests_sandbox.rst
index bfd3bdb9270..72923070150 100644
--- a/doc/develop/tests_sandbox.rst
+++ b/doc/develop/tests_sandbox.rst
@@ -28,8 +28,8 @@ Some of the available tests are:
- test/image/test-imagetools.sh - multi-file images
- test/py/tests/test-fit.py - FIT images
- - tracing: test/trace/test-trace.sh tests the tracing system (see
- README.trace)
+ - tracing: test/trace/test-trace.sh tests the tracing system
+ (see :doc:`trace`).
- verified boot: test/py/tests/test_vboot.py
If you change or enhance any U-Boot subsystem, you should write or expand a