diff options
author | Tom Rini <trini@konsulko.com> | 2024-09-13 08:18:54 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-09-13 08:18:54 -0600 |
commit | a7b83ade98e0f567c82d168022e12d3ebef1f318 (patch) | |
tree | d14636b62f7036de2807415112cc3c1a964f2b90 /doc/develop/sending_patches.rst | |
parent | 5f044932413694475422d4b16607dfcf9aff8781 (diff) | |
parent | ff994a3c2ed0e8d233bcc6f0176ef21ea9c75009 (diff) |
Merge tag 'doc-2024-10-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2024-10-rc4
* doc/develop/sending_patches.rst: Clarify when to use which branch
* doc/arch/m68k.rst: Update toolchain comment
* doc/arch/mips.rst: Update toolchain list
* doc: Update rST to not reference the old wiki
* doc/mkeficapsule.1: Update homepage link
* bootcount: Update to point to current documentation
* binman: Update links for sending patches
Diffstat (limited to 'doc/develop/sending_patches.rst')
-rw-r--r-- | doc/develop/sending_patches.rst | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/develop/sending_patches.rst b/doc/develop/sending_patches.rst index 3f25b1d0466..9308f428bbd 100644 --- a/doc/develop/sending_patches.rst +++ b/doc/develop/sending_patches.rst @@ -73,12 +73,14 @@ General Patch Submission Rules cover letter why they are ignored is desired. * Send your patches as plain text messages: no HTML, no MIME, no links, no - compression, no attachments. Just plain text. The best way the generate - patches is by using the ``git format-patch`` command. Please use the - ``master`` branch of the mainline U-Boot git repository - (``https://source.denx.de/u-boot/u-boot.git``) as reference, unless (usually - late in a release cycle) there has been an announcement to use the ``next`` - branch of this repository instead. + compression, no attachments. Just plain text. The best way to generate + patches is by using the ``git format-patch`` command. For a patch that is + fixing a bug or regression of some sort, please use the ``master`` branch of + the mainline U-Boot git repository + (``https://source.denx.de/u-boot/u-boot.git``) as reference. For new + features, if the ``next`` branch has been opened (which happens with the + release of ``-rc2``) that branch should be used, otherwise ``master`` is + acceptable. * Make sure that your mailer does not mangle the patch by automatic changes like wrapping of longer lines etc. |