diff options
| author | Tom Rini <[email protected]> | 2024-06-30 10:59:42 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-30 10:59:42 -0600 |
| commit | 2f9603392355e21c379b4adddea7c6b35cf09b9b (patch) | |
| tree | 3341b0c0f5a604fe1b55781de81a7cad3f36bc10 /doc/usage | |
| parent | 48641bfab793b5ffbf481ee2085fb8c0432da5fa (diff) | |
| parent | 636480e4e7088d05d7ff77af72ca00443c62b3e9 (diff) | |
Merge tag 'efi-2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi into next
Pull request efi-2024-10-rc1
Documentation:
Update requirements.txt to use current Python module versions
Add a page describing debugging U-Boot with GDB
FIT: describe data-size as a conditionally mandatory property
Correct link to FIT specification in SPL code.
Correct kaslrseed command long text description
UEFI:
Add unit test checking that don't have kaslr-seed when measuring boot
Deduplicate code for measured boot.
Other:
Print size information in fwu command
Diffstat (limited to 'doc/usage')
| -rw-r--r-- | doc/usage/fit/source_file_format.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/usage/fit/source_file_format.rst b/doc/usage/fit/source_file_format.rst index 7727ab77c54..15990e3ff54 100644 --- a/doc/usage/fit/source_file_format.rst +++ b/doc/usage/fit/source_file_format.rst @@ -254,9 +254,6 @@ compression zstd zstd compressed ==================== ================== -data-size - size of the data in bytes - Conditionally mandatory property ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -276,6 +273,9 @@ data-position not relative to the loading of the FIT. This is mandatory if external data used with a fixed address. +data-size + Size of the data in bytes. This is mandatory if external data is used. + os OS name, mandatory for types "kernel". Valid OS names are: |
