coreboot-kgpe-d16/util/amdfwtool
Fred Reitberger a194e6252f amdfwtool: Increase MAX_PSP_ENTRIES
The MAX_PSP_ENTRIES constant reserves space for the psp directory table
entries. This table is aligned to 4K and the next binary is also aligned
to 4K. The number of psp directory entries on Birman exceeds the
previous limit, so increase it to the maximum that will fit in a 4K
block.

TEST=timeless builds for Birman unchanged

Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com>
Change-Id: I297edc9cccffde0ad1ce7461b375542f9f2f7c23
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73653
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Bao Zheng <fishbaozi@gmail.com>
Reviewed-by: Nikolai Vyssotski <nikolai.vyssotski@amd.corp-partner.google.com>
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
2023-04-28 15:12:47 +00:00
..
.gitignore util/amdfwtool: Add amdfwread utility 2022-05-13 15:51:37 +00:00
Makefile amdfwtool: Move some funtions to other categorized source files 2023-03-24 14:04:31 +00:00
Makefile.inc amdfwtool: Move some funtions to other categorized source files 2023-03-24 14:04:31 +00:00
amdfwread.c util/amdfwtool/amdfwread: List AMDFW RO binary entries 2022-10-26 15:56:18 +00:00
amdfwtool.c amdfwtool: Clean up table buffers before combo loop 2023-03-24 14:07:21 +00:00
amdfwtool.h amdfwtool: Increase MAX_PSP_ENTRIES 2023-04-28 15:12:47 +00:00
data_parse.c util/amdfwtool: Update config parser to accept full paths 2023-03-15 19:35:54 +00:00
description.md
handle_file.c amdfwtool: Move some funtions to other categorized source files 2023-03-24 14:04:31 +00:00
signed_psp.c amdfwtool: Move some funtions to other categorized source files 2023-03-24 14:04:31 +00:00