diff options
author | Daniel Maslowski <info@orangecms.org> | 2024-10-14 22:44:51 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-10-16 15:31:02 +0000 |
commit | ed73b3f2f783a79eae4f7385f9f843043f3158fb (patch) | |
tree | 4a6fb3e323709c1e519ad654ed64bee3ee699262 | |
parent | 6d1dbe12d2f869388ddb51e0cef7bf30ce80b255 (diff) |
util/amdtools: update K8 BKDG URL
The document was moved. The current URL gives a 404.
Change-Id: If6ca74a8bf47382100da048667976958961b9320
Signed-off-by: Daniel Maslowski <info@orangecms.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84764
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Nicholas Chin <nic.c3.14@gmail.com>
-rw-r--r-- | util/amdtools/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/amdtools/README.md b/util/amdtools/README.md index 0e48d89fdc..cb84cbc5fd 100644 --- a/util/amdtools/README.md +++ b/util/amdtools/README.md @@ -15,7 +15,7 @@ Before you can use them, you need to massage the relevant BKDG sections into useable data. Here's how. 1. First, you need to acquire a copy of the K8 BKDG. Go here: - Rev F: http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/32559.pdf + Rev F: https://www.amd.com/content/dam/amd/en/documents/archived-tech-docs/programmer-references/32559.pdf 2. Make sure pdftotext is installed (it's in the poppler-utils package on Debian/Ubuntu). 3. Run the bkdg through pdftotext: |