summaryrefslogtreecommitdiffstats
path: root/Documentation/vendorcode
diff options
context:
space:
mode:
authorPatrick Rudolph <siro@das-labor.org>2018-10-22 10:55:34 +0200
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-10-22 12:02:15 +0000
commit718775803896ece301099228df14b003842e6e39 (patch)
treed5229959015053fb9f11998b57ff8d993199c546 /Documentation/vendorcode
parent3b43c01bba4884866c60e4c7904af5fa12411f0b (diff)
downloadcoreboot-718775803896ece301099228df14b003842e6e39.tar.gz
coreboot-718775803896ece301099228df14b003842e6e39.tar.bz2
coreboot-718775803896ece301099228df14b003842e6e39.zip
Documentation: Fix markdown highlighting
Fix some code blocks that use invalid Markdown syntax. Change-Id: I8cfe63b2c21ae93923f88bbf7ef4cfb8dccdb5ef Signed-off-by: Patrick Rudolph <siro@das-labor.org> Reviewed-on: https://review.coreboot.org/29207 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Diffstat (limited to 'Documentation/vendorcode')
-rw-r--r--Documentation/vendorcode/cavium/bdk.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/vendorcode/cavium/bdk.md b/Documentation/vendorcode/cavium/bdk.md
index 5763ece25481..5f6721f03777 100644
--- a/Documentation/vendorcode/cavium/bdk.md
+++ b/Documentation/vendorcode/cavium/bdk.md
@@ -1,7 +1,7 @@
# Cavium's BDK
## BDK
-A part of Cavium's BDK can be found in '''src/vendorcode/cavium/bdk'''.
+A part of Cavium's BDK can be found in `src/vendorcode/cavium/bdk`.
It does the **DRAM init** in romstage and the **PCIe**, **QLM**, **SLI**,
**PHY**, **BGX**, **SATA** init in ramstage.
@@ -11,9 +11,9 @@ compatible. The devicetree stores key-value pairs (see **bdk-devicetree.h**
for implementation details), where the key and the value are stored as strings.
The key-value pairs must be advertised in romstage and ramstage using the
-'''bdk_config_set_fdt()''' method.
+`bdk_config_set_fdt()` method.
-The tool '''util/cavium/devicetree_convert.py''' can be used to convert a
+The tool `util/cavium/devicetree_convert.py` can be used to convert a
devicetree to a key-value array.
## Modifications