Documentation/soc/intel/icelake: Fix references between documents
Change-Id: Ifbdab15b1183998712f92d1f2f5340d2ad1451dc Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/c/30157 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
This commit is contained in:
parent
84eb41d74c
commit
dca74c16a3
|
@ -4,14 +4,14 @@ This page describes how to run coreboot on the google dragonegg board.
|
||||||
|
|
||||||
Dragonegg is based on Intel Ice Lake platform, please refer to below link to get more details
|
Dragonegg is based on Intel Ice Lake platform, please refer to below link to get more details
|
||||||
```eval_rst
|
```eval_rst
|
||||||
:doc:`../../soc/intel/iceLake_coreboot_development.md`
|
:doc:`../../soc/intel/icelake/iceLake_coreboot_development`
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building coreboot
|
## Building coreboot
|
||||||
|
|
||||||
* Follow build instructions mentioned in Ice Lake document
|
* Follow build instructions mentioned in Ice Lake document
|
||||||
```eval_rst
|
```eval_rst
|
||||||
:doc:`../../soc/intel/iceLake_coreboot_development.md`
|
:doc:`../../soc/intel/icelake/iceLake_coreboot_development`
|
||||||
```
|
```
|
||||||
|
|
||||||
* The default options for this board should result in a fully working image:
|
* The default options for this board should result in a fully working image:
|
||||||
|
|
|
@ -4,14 +4,14 @@ This page describes how to run coreboot on the Intel icelake_rvp board.
|
||||||
|
|
||||||
Ice Lake RVP is based on Intel Ice Lake platform, please refer to below link to get more details
|
Ice Lake RVP is based on Intel Ice Lake platform, please refer to below link to get more details
|
||||||
```eval_rst
|
```eval_rst
|
||||||
:doc:`../../soc/intel/iceLake_coreboot_development.md`
|
:doc:`../../soc/intel/icelake/iceLake_coreboot_development`
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building coreboot
|
## Building coreboot
|
||||||
|
|
||||||
* Follow build instructions mentioned in Ice Lake document
|
* Follow build instructions mentioned in Ice Lake document
|
||||||
```eval_rst
|
```eval_rst
|
||||||
:doc:`../../soc/intel/iceLake_coreboot_development.md`
|
:doc:`../../soc/intel/icelake/iceLake_coreboot_development`
|
||||||
```
|
```
|
||||||
|
|
||||||
* The default options for this board should result in a fully working image:
|
* The default options for this board should result in a fully working image:
|
||||||
|
|
|
@ -17,12 +17,12 @@ Like any other Intel SoC, Ice Lake coreboot development is also based on "Intel
|
||||||
|
|
||||||
2. Additionally provides Firmware code support for Intel Reference Platform (RVP), known as Ice lake RVP with same SoC.
|
2. Additionally provides Firmware code support for Intel Reference Platform (RVP), known as Ice lake RVP with same SoC.
|
||||||
```eval_rst
|
```eval_rst
|
||||||
:doc:`../../../mainboard/intel/icelake_rvp.md`
|
:doc:`../../../mainboard/intel/icelake_rvp`
|
||||||
```
|
```
|
||||||
|
|
||||||
3. OEMs to design based on reference platform and make use of mainboard sample code. Dragonegg is Ice Lake based mainboard developed by Google
|
3. OEMs to design based on reference platform and make use of mainboard sample code. Dragonegg is Ice Lake based mainboard developed by Google
|
||||||
```eval_rst
|
```eval_rst
|
||||||
:doc:`../../../mainboard/google/dragonegg.md`
|
:doc:`../../../mainboard/google/dragonegg`
|
||||||
```
|
```
|
||||||
|
|
||||||
### Summary:
|
### Summary:
|
||||||
|
|
Loading…
Reference in New Issue