summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnastasia Klimchuk <aklm@flashrom.org>2023-07-28 18:01:45 +1000
committerPeter Marheine <pmarheine@chromium.org>2023-08-07 00:58:07 +0000
commit207dffd7945be81a435f24758cf9d0d0a0004cf9 (patch)
tree2c380e140736e8b08bec045a8e06509f85677cb5
parentc7f6f023163c109ca9e52088c096ca45bc83bd9f (diff)
downloadflashrom-207dffd7945be81a435f24758cf9d0d0a0004cf9.tar.gz
flashrom-207dffd7945be81a435f24758cf9d0d0a0004cf9.tar.bz2
flashrom-207dffd7945be81a435f24758cf9d0d0a0004cf9.zip
doc: Add link to flashrom patches to dev guide
People might be interested in what's currently ongoing in development, and even more practically, have a look at examples before creating their own patch. In fact, the latter is a good idea to do. Giving the link in the intro of dev guide will encourage that. Viewing the patches does not require an account, so can be done at the very beginning. Change-Id: Iecd31a5e9a3683480b33fb9ba331545a0cf669b4 Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/76771 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Peter Marheine <pmarheine@chromium.org>
-rw-r--r--doc/dev_guide/development_guide.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/dev_guide/development_guide.rst b/doc/dev_guide/development_guide.rst
index 950fa91da..40837a943 100644
--- a/doc/dev_guide/development_guide.rst
+++ b/doc/dev_guide/development_guide.rst
@@ -13,6 +13,7 @@ can avoid duplicated work and know about how flashrom internals need to be
adjusted and you avoid frustration if there is some disagreement about the
design.
+You can `look at the latest flashrom development efforts in Gerrit <https://review.coreboot.org/q/project:flashrom>`_.
Set up the git repository and dev environment
=============================================