diff options
author | Tom Hiller <thrilleratplay@gmail.com> | 2018-07-22 17:54:41 -0400 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-07-24 09:12:37 +0000 |
commit | 999094378261691f66eedd42a1d631ffb24702d3 (patch) | |
tree | caf3e8d07415727edee6aefce48684d8a7b6e870 | |
parent | ae3aaeb045a00aeba061e37ac29d6af959b41d5b (diff) | |
download | coreboot-999094378261691f66eedd42a1d631ffb24702d3.tar.xz |
Documentation: Add code_development_model.md to soc/intel/index.md
Fixes Sphinx WARNING document isn't included in any toctree
Change-Id: I956ed23d87c7cbd65383cc64a6af7161e90d6611
Signed-off-by: Tom Hiller <thrilleratplay@gmail.com>
Reviewed-on: https://review.coreboot.org/27593
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rw-r--r-- | Documentation/soc/intel/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/soc/intel/index.md b/Documentation/soc/intel/index.md index 5ac5125cfc..70060f197e 100644 --- a/Documentation/soc/intel/index.md +++ b/Documentation/soc/intel/index.md @@ -4,4 +4,5 @@ This section contains documentation about coreboot on specific Intel SOCs. ## Platforms +- [Common code development strategy](code_development_model/code_development_model.md) - [Ice Lake/9th Gen Core-i series](icelake/index.md) |