[coreboot-gerrit] Change in coreboot[master]: Documentation: Fix markdown highlighting

Patrick Rudolph (Code Review) gerrit at coreboot.org
Mon Oct 22 11:23:37 CEST 2018


Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/29207


Change subject: Documentation: Fix markdown highlighting
......................................................................

Documentation: Fix markdown highlighting

Fix some code blocks that use invalid Markdown syntax.

Change-Id: I8cfe63b2c21ae93923f88bbf7ef4cfb8dccdb5ef
Signed-off-by: Patrick Rudolph <siro at das-labor.org>
---
M Documentation/soc/cavium/cn81xx/index.md
M Documentation/vendorcode/cavium/bdk.md
2 files changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/29207/1

diff --git a/Documentation/soc/cavium/cn81xx/index.md b/Documentation/soc/cavium/cn81xx/index.md
index 69fe710..3063b94 100644
--- a/Documentation/soc/cavium/cn81xx/index.md
+++ b/Documentation/soc/cavium/cn81xx/index.md
@@ -41,8 +41,8 @@
 are unlocked and the contents are flushed to DRAM.
 Locked cachelines are never evicted.
 
-The CAR setup is done in '''bootblock_custom.S''' and thus doesn't use the common
-aarch64 '''bootblock.S''' code.
+The CAR setup is done in `bootblock_custom.S` and thus doesn't use the common
+aarch64 `bootblock.S` code.
 
 ## DRAM setup
 
diff --git a/Documentation/vendorcode/cavium/bdk.md b/Documentation/vendorcode/cavium/bdk.md
index 5763ece..5f6721f 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 @@
 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

-- 
To view, visit https://review.coreboot.org/29207
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8cfe63b2c21ae93923f88bbf7ef4cfb8dccdb5ef
Gerrit-Change-Number: 29207
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Rudolph <siro at das-labor.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181022/5f712b9e/attachment-0001.html>


More information about the coreboot-gerrit mailing list