Stefan Reinauer has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/86547?usp=email )
Change subject: doc: Remove reference to coreboot dev guidelines ......................................................................
doc: Remove reference to coreboot dev guidelines
The guidelines are fully specified on flashrom.org, no need to reference them.
Change-Id: If5fbcf1f4dc00dd1a9c48e9fad6c99d646954bfb Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org --- M doc/dev_guide/development_guide.rst 1 file changed, 0 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/47/86547/1
diff --git a/doc/dev_guide/development_guide.rst b/doc/dev_guide/development_guide.rst index e063192..85ad29c 100644 --- a/doc/dev_guide/development_guide.rst +++ b/doc/dev_guide/development_guide.rst @@ -142,12 +142,6 @@ * Tables are the only exception to the hard limit and may be as long as needed for practical purposes.
-Our guidelines borrow heavily from `coreboot coding style -https://doc.coreboot.org/contributing/coding_style.html`_ and `coreboot Gerrit -guidelines https://doc.coreboot.org/contributing/gerrit_guidelines.html`_, -and most of them apply to flashrom as well. The really important part is about -the :ref:`sign-off procedure <sign-off>`. - We try to **reuse as much code as possible** and create new files only if absolutely needed, so if you find a function somewhere in the tree which already does what you want, please use it.