diff options
| author | Tom Rini <[email protected]> | 2026-02-06 12:35:44 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-02-06 12:35:44 -0600 |
| commit | e5e75ea8c7b8e6d9ce1ca8ec7a25fa8b3f6029a9 (patch) | |
| tree | e9e37d639663dbeea4baaa48c391ba06b2e9568b /doc/develop | |
| parent | a54d613baf742a95b6deb7a016ef6262737d1918 (diff) | |
| parent | 36e321b487a9ac73c2dfb9cbaadb0244f70f66fb (diff) | |
Merge tag 'efi-2026-04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2026-04-rc2
CI: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/29203
Documentation:
* Remove pip from requirements.txt
* develop/process: Clarify name usage in the Signed-off-by line
UEFI:
* Improve EFI variable load message
* Fix use after free in efi_exit() with tcg2
* Fix efi_debug_image_info_normal allocation
* Add missing EFI_CALL in efi_net
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/process.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/develop/process.rst b/doc/develop/process.rst index fd81d9c5ebd..3c783ed5a0e 100644 --- a/doc/develop/process.rst +++ b/doc/develop/process.rst @@ -139,8 +139,7 @@ document. message by which the signer certifies that they were involved in the development of the patch and that they accept the `Developer Certificate of Origin <https://developercertificate.org/>`_. Following this and adding a - ``Signed-off-by:`` line that contains the developer's name and email address - is required. + ``Signed-off-by:`` line using a known identity and email address is required. * Please note that in U-Boot, we do not add a ``Signed-off-by`` tag if we just pass on a patch without any changes. |
