diff options
| author | Tom Rini <[email protected]> | 2025-08-08 11:09:42 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-08-08 11:09:42 -0600 |
| commit | e51e139cdf81b2f4c373294a2186fefcf5573388 (patch) | |
| tree | 6ba4d577a42e6f8b4489f5f3461f9964eb790a7e /doc/develop | |
| parent | 9fd31937dd21245f9979d167d97ab66d065d3d56 (diff) | |
| parent | 598df59f758df6c635970ed549beb2cb1674e0d9 (diff) | |
Merge tag 'efi-2025-10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2025-10-rc2
Documentation:
* Describe running U-Boot as a pflash image on RISC-V QEMU
* Correct the description of the bootph-verify device-tree property
UEFI:
* In mkeficapsule fix a resource leak in read_bin_file()
* Support loading a Linux initial RAM disk with the bootefi command.
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/spl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/spl.rst b/doc/develop/spl.rst index aa6d28fa333..7f2eac50806 100644 --- a/doc/develop/spl.rst +++ b/doc/develop/spl.rst @@ -142,7 +142,7 @@ fdtgrep is also used to remove: - the properties defined in CONFIG_OF_SPL_REMOVE_PROPS - all the pre-relocation properties ('bootph-all', 'bootph-pre-ram' (SPL), 'bootph-pre-sram' (TPL) and - 'bootph-verify' (TPL)) + 'bootph-verify' (VPL)) All the nodes remaining in the SPL devicetree are bound (see doc/driver-model/design.rst). |
