From 207dffd7945be81a435f24758cf9d0d0a0004cf9 Mon Sep 17 00:00:00 2001 From: Anastasia Klimchuk Date: Fri, 28 Jul 2023 18:01:45 +1000 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/flashrom/+/76771 Tested-by: build bot (Jenkins) Reviewed-by: Peter Marheine --- doc/dev_guide/development_guide.rst | 1 + 1 file changed, 1 insertion(+) 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 `_. Set up the git repository and dev environment =============================================