From 3d426f38c53536249aa2fa52c9d5839ffe9e6f0d Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Sun, 16 Oct 2022 20:34:57 +0800 Subject: amdfwtool: Add instance = 0 for bios image For future BIOS image entry whose instance = 1. Change-Id: Iaa40872b270cf9ff289794c8c51c4d8b448d862d Signed-off-by: Zheng Bao Reviewed-on: https://review.coreboot.org/c/coreboot/+/69151 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger Reviewed-by: Martin L Roth --- util/amdfwtool/amdfwtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/amdfwtool/amdfwtool.c') diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c index fd5c811b1e..3c213e7d75 100644 --- a/util/amdfwtool/amdfwtool.c +++ b/util/amdfwtool/amdfwtool.c @@ -372,7 +372,7 @@ amd_bios_entry amd_bios_table[] = { { .type = AMD_BIOS_APCB_BK, .inst = 15, .level = BDT_BOTH }, { .type = AMD_BIOS_APOB, .level = BDT_BOTH }, { .type = AMD_BIOS_BIN, - .reset = 1, .copy = 1, .zlib = 1, .level = BDT_BOTH }, + .reset = 1, .copy = 1, .zlib = 1, .inst = 0, .level = BDT_BOTH }, { .type = AMD_BIOS_APOB_NV, .level = BDT_LVL2 }, { .type = AMD_BIOS_PMUI, .inst = 1, .subpr = 0, .level = BDT_BOTH }, { .type = AMD_BIOS_PMUD, .inst = 1, .subpr = 0, .level = BDT_BOTH }, -- cgit v1.2.3