summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2022-02-12 18:33:59 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-02-15 23:32:52 +0000
commit72236b475f8207b4e929b87c5e7a2b7ecb459bf4 (patch)
tree8ed5970051e6872c757fd3c4f637b461bb7dc79d /util
parentf57bf3f99490dadf3bdaf1a22e09318d5ea2a7d8 (diff)
downloadcoreboot-72236b475f8207b4e929b87c5e7a2b7ecb459bf4.tar.gz
coreboot-72236b475f8207b4e929b87c5e7a2b7ecb459bf4.tar.bz2
coreboot-72236b475f8207b4e929b87c5e7a2b7ecb459bf4.zip
util/amdtools/README,description.md: add update_efs_spi_speed docs
This change is mostly from CB:56644 patchset 3. Signed-off-by: Martin Roth <martin@coreboot.org> Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Idece950bab260a099c9790485805cbe8ea641666 Reviewed-on: https://review.coreboot.org/c/coreboot/+/61895 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'util')
-rw-r--r--util/amdtools/README.md4
-rw-r--r--util/amdtools/description.md1
2 files changed, 5 insertions, 0 deletions
diff --git a/util/amdtools/README.md b/util/amdtools/README.md
index c628f5579860..0e48d89fdcb9 100644
--- a/util/amdtools/README.md
+++ b/util/amdtools/README.md
@@ -1,6 +1,10 @@
# amdtools
Various tools for AMD platforms
+## A tool to update the SPI speed set in the EFS table
+This works for Stoney Ridge and Zen class AMD processors.
+ - update_efs_spi_speed
+
## A set of tools to compare (extended) K8 memory settings.
- k8-compare-pci-space.pl
- k8-interpret-extended-memory-settings.pl
diff --git a/util/amdtools/description.md b/util/amdtools/description.md
index 9c075eb279aa..fc9f1c5d4692 100644
--- a/util/amdtools/description.md
+++ b/util/amdtools/description.md
@@ -1,4 +1,5 @@
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
in PCI space and the default value. `Perl`