util/amdtools/description.md: add description for the different tools

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: I4cb9bbb3d7fd5d7c9e33fbf656301c0beb2f1b47
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61894
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
Felix Held 2022-02-12 18:37:56 +01:00
parent 6198a8213a
commit f57bf3f994
1 changed files with 10 additions and 1 deletions

View File

@ -1 +1,10 @@
A set of tools to compare extended) K8 memory settings. `Perl`
Various tools for AMD processors
* 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`
* 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-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`