amdfwtool: Clear the whole byte of EFS_GEN
Change-Id: I434e031e906f73362b1e920e034fa15a8d078ab2 Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/63138 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
284831e445
commit
3a6ab474e0
|
@ -1785,6 +1785,7 @@ int main(int argc, char **argv)
|
|||
amd_romsig->imc_entry = 0;
|
||||
amd_romsig->gec_entry = 0;
|
||||
amd_romsig->xhci_entry = 0;
|
||||
amd_romsig->efs_gen.reserved = 0;
|
||||
|
||||
if (soc_id != PLATFORM_UNKNOWN) {
|
||||
retval = set_efs_table(soc_id, amd_romsig, efs_spi_readmode,
|
||||
|
|
Loading…
Reference in New Issue