aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/Kconfig
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2019-09-25 11:07:56 -0600
committerMartin Roth <martinroth@google.com>2019-10-20 22:10:16 +0000
commit4357a820764868ca75ae753b01aeecbaad2ad34c (patch)
tree8b225f661a34476c8379d376dd9c78abf38cb6b8 /src/soc/amd/picasso/Kconfig
parent0581bf6a75b2b0582930eeaf660d961c28dd78bd (diff)
soc/amd/picasso: Increase max APCB images to 5
An important piece of information contained in the APCB is a copy of SPD-type data to use for soldered down memory. The amdfwtool has been updated with the ability to build five APCBs into the PSP's BIOS Directory Table. Modify Picasso's Kconfig and Makefile.inc to take advantage of the flexibility, and pass the correct instance ID to amdfwtool. Change-Id: I0efa02cb35f187ca85a8f0d8bd574fc438e6dc0a Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36121 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/amd/picasso/Kconfig')
-rw-r--r--src/soc/amd/picasso/Kconfig27
1 files changed, 26 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index 5af830cc83..b5ecfc7550 100644
--- a/src/soc/amd/picasso/Kconfig
+++ b/src/soc/amd/picasso/Kconfig
@@ -297,7 +297,32 @@ config AMD_PUBKEY_FILE
config PSP_APCB_FILE
string "APCB file"
help
- The name of the AGESA Parameter Customization Block.
+ The name of the AGESA Parameter Customization Block. This image is
+ instance ID 0 in the PSP's BIOS Directory Table.
+
+config PSP_APCB1_FILE
+ string
+ help
+ If specified, this image is instance ID 1 in the PSP's BIOS
+ Directory Table.
+
+config PSP_APCB2_FILE
+ string
+ help
+ If specified, this image is instance ID 2 in the PSP's BIOS
+ Directory Table.
+
+config PSP_APCB3_FILE
+ string
+ help
+ If specified, this image is instance ID 3 in the PSP's BIOS
+ Directory Table.
+
+config PSP_APCB4_FILE
+ string
+ help
+ If specified, this image is instance ID 4 in the PSP's BIOS
+ Directory Table.
config PSP_APOB_DESTINATION
hex