Peter Marheine has submitted this change. ( https://review.coreboot.org/c/flashrom/+/76771?usp=email )
Change subject: doc: Add link to flashrom patches to dev guide ......................................................................
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 --- M doc/dev_guide/development_guide.rst 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Peter Marheine: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/doc/dev_guide/development_guide.rst b/doc/dev_guide/development_guide.rst index 950fa91..40837a9 100644 --- a/doc/dev_guide/development_guide.rst +++ b/doc/dev_guide/development_guide.rst @@ -13,6 +13,7 @@ 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 =============================================