summaryrefslogtreecommitdiffstats
path: root/util/apcb/description.md
diff options
context:
space:
mode:
authorRob Barnes <robbarnes@google.com>2021-12-21 07:19:12 -0700
committerFelix Held <felix-coreboot@felixheld.de>2022-01-10 14:25:32 +0000
commitf26ce9f00e79a73631ec631ae89a5763284a3bb3 (patch)
tree4b295fbc155740c3b6490dae661ffec9717b4458 /util/apcb/description.md
parentd2bba5ccd818417ad146914c95899989ff663e8e (diff)
downloadcoreboot-f26ce9f00e79a73631ec631ae89a5763284a3bb3.tar.gz
coreboot-f26ce9f00e79a73631ec631ae89a5763284a3bb3.tar.bz2
coreboot-f26ce9f00e79a73631ec631ae89a5763284a3bb3.zip
util/apcb: Add apcb_v3_edit tool
apcb_v3_edit.py tool edits APCB V3 binaries. Specifically it will inject up to 16 SPDs into an existing APCB. The APCB must have a magic number at the top of each SPD slot. BUG=b:209486191 BRANCH=None TEST=Inject 4 SPDs into magic APCB, boot guybrush with modified APCB Change-Id: I9148977c415df41210a3a13a1cd9b3bc1504a480 Signed-off-by: Rob Barnes <robbarnes@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60281 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'util/apcb/description.md')
-rw-r--r--util/apcb/description.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/apcb/description.md b/util/apcb/description.md
index 674243ac2d14..46fd4281e4c2 100644
--- a/util/apcb/description.md
+++ b/util/apcb/description.md
@@ -2,3 +2,6 @@ AMD PSP Control Block tools
* _apcb_edit.py_ - This tool allows patching an existing APCB binary with
specific SPDs and GPIO selection pins. `Python3`
+
+* _apcb_v3_edit.py_ - This tool allows patching an existing APCB v3 binary with
+ up to 16 specific SPDs. `Python3`