summaryrefslogtreecommitdiff
path: root/doc/develop/process.rst
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-09-27 08:05:53 -0600
committerTom Rini <[email protected]>2025-09-27 08:05:53 -0600
commit07b7259b8b668e49d413f6ace3d1fe098a67c5fa (patch)
tree7d5e2ccd2fa182842fd6eb0f3beadf4ca7d425a7 /doc/develop/process.rst
parent9b45d574af1b64fcd997f08fe702a2d0ecfccbe4 (diff)
parenta0fe8cedcbe8c76403a77e57eac228b8f778a3ae (diff)
Merge tag 'efi-2025-10-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2025-10-rc6 CI: * https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/27745 Docs: * Correct encodings for spl memory layout diagrams * Suggest usage of KDOC_WERROR when building documentation * Replace references to README.fdt-control * Clarify precedence of environment locations * Add documentation for the TI am335x_evm board * Remove README.commands.itest * Add a note about asking for feedback in the development process UEFI: * Cleanup UEFI Variables Kconfig menu
Diffstat (limited to 'doc/develop/process.rst')
-rw-r--r--doc/develop/process.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/develop/process.rst b/doc/develop/process.rst
index 0c6fb31e87b..4bfbf0eb9c6 100644
--- a/doc/develop/process.rst
+++ b/doc/develop/process.rst
@@ -139,7 +139,9 @@ comments). Even a "I have no time now, will look into it later"
message is better than nothing. Also, if there are remarks to a
patch, these should leave no doubt if they were just comments and the
patch will be accepted anyway, or if the patch should be
-reworked/resubmitted, or if it was rejected.
+reworked/resubmitted, or if it was rejected. However, if a submitter
+feels it has been too long since posting their patch and not received
+any feedback, it is OK to follow-up and ask.
Review Process, Git Tags
------------------------