diff options
author | Altamshali Hirani <al.hirani@amd.corp-partner.google.com> | 2022-03-17 13:26:31 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-08-12 14:16:18 +0000 |
commit | 8915abe1159f9f14028c4e180b7d150959d72309 (patch) | |
tree | 0eb7fc96fb55b58a392701f5f4ad11365198272c /util/amdfwtool/amdfwtool.c | |
parent | c86c0cdb119d450695e41e96b0f126f7f34b32d9 (diff) |
amdfwtool/amdfwtool.h: Allow 16 additional PSP entries to be supported
Consolidate MAX_BIOS_ENTRIES and MAX_PSP_ENTRIES definitions into one
file
Signed-off-by: Altamshali Hirani <al.hirani@amd.corp-partner.google.com>
Change-Id: Ie3c64a1875010e7fb368967283df6baf1cc7ba8d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62911
Reviewed-by: ritul guru <ritul.bits@gmail.com>
Reviewed-by: Bao Zheng <fishbaozi@gmail.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/amdfwtool/amdfwtool.c')
-rw-r--r-- | util/amdfwtool/amdfwtool.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c index 041caa5c20..548714353f 100644 --- a/util/amdfwtool/amdfwtool.c +++ b/util/amdfwtool/amdfwtool.c @@ -347,9 +347,6 @@ amd_bios_entry amd_bios_table[] = { { .type = AMD_BIOS_INVALID }, }; - -#define MAX_BIOS_ENTRIES 0x2f - typedef struct _context { char *rom; /* target buffer, size of flash device */ uint32_t rom_size; /* size of flash device */ |