coreboot-kgpe-d16/util/amdfwtool
Marshall Dawson 13ec029145 util/amdfwtool: Fix EFS generation polarity
The DWORD used to indicate the Embedded Firmware Structure's generation
uses 1 to indicate a first-gen structure, e.g. a SPI device's erased
value of 0xffffffff.  A 0 in bit 0 is how Client PSPs will interpret
the structure as designed for second-gen.

This change and the original addition should have no effects on
any current products as none interpret offset 0x24.

BUG=b:158755102
TEST=inspect EFS in coreboot.rom

Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Change-Id: If391f356a1811ed04acdfe9ab9de2e146f6ef5fd
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47769
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
2020-12-11 19:36:23 +00:00
..
.gitignore .gitignore: Ignore .test/.dependencies globally 2020-10-31 18:21:36 +00:00
amdfwtool.c util/amdfwtool: Fix EFS generation polarity 2020-12-11 19:36:23 +00:00
amdfwtool.h amdfwtool: Take a config file instead of command line parameters 2020-10-30 12:10:04 +00:00
data_parse.c util/amdfwtool: add missing zero-initialization for local variable 2020-11-21 19:40:33 +00:00
description.md util: Add description.md to each util 2018-07-26 13:26:50 +00:00
Makefile amdfwtool: Take a config file instead of command line parameters 2020-10-30 12:10:04 +00:00
Makefile.inc amdfwtool: Take a config file instead of command line parameters 2020-10-30 12:10:04 +00:00