aboutsummaryrefslogtreecommitdiff
path: root/util/amdtools/description.md
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2022-05-22 20:07:55 -0600
committerMartin L Roth <gaumless@tutanota.com>2022-05-30 13:05:21 +0000
commit74129e51411c26ffcb61607f676059799198bb34 (patch)
tree30bf47dce6a5936c1c7e4b2c7d073bc597b2a6e2 /util/amdtools/description.md
parentd5c31acee4879ef9bc9d64b7ef9d85d078741c99 (diff)
util: Update description files
- Spelling fix - Add languages - Update formatting - Move notes that shouldn't be in the description file to a README Change-Id: I4af37327d5834f8546a3f967585658fb5686f17a Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64581 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'util/amdtools/description.md')
-rw-r--r--util/amdtools/description.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/util/amdtools/description.md b/util/amdtools/description.md
index fc9f1c5d46..3b1287d5e2 100644
--- a/util/amdtools/description.md
+++ b/util/amdtools/description.md
@@ -1,11 +1,13 @@
-Various tools for AMD processors
-* update_efs_spi_speed - Change SPI speed in binary. `Bash`
-* A set of tools to compare extended K8 memory settings. `Perl`
- * k8-compare-pci-space.pl - Shows differences between values
+__amdtools__ Various tools for AMD processors
+
+* _update_efs_spi_speed_ - Change SPI speed in binary. `Bash`
+
+* Tools to compare extended K8 memory settings.
+ * _k8-compare-pci-space.pl_ - Shows differences between values
in PCI space and the default value. `Perl`
- * k8-interpret-extended-memory-settings.pl - Shows differences
+ * _k8-interpret-extended-memory-settings.pl_ - Shows differences
between memory controller values and the default value. `Perl`
- * k8-read-mem-settings.sh - Makes data files understood by the
+ * _k8-read-mem-settings.sh_ - Makes data files understood by the
k8-interpret-extended-memory-settings script. `Bash`
- * parse-bkdg.pl - Make bkdg.data file used by above scripts. `Perl`
- * example_input - Sample input for the above scripts. `Text`
+ * _parse-bkdg.pl_ - Make bkdg.data file used by above scripts. `Perl`
+ * _example_input_ - Sample input for the above scripts. `Text`