coreboot-kgpe-d16/util/amdfwtool
Fred Reitberger f36b0138c4 util/amdfwtool: Initalize all variables before use
Not all of the fields of the amd_cb_config structure were properly
initialized. Rather than initialize each field individually, initialize
the entire structure to 0.

TEST: Boot chausie

Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com>
Change-Id: Ia343f01bce3956d66d01ce485b43963193c9df31
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65533
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
2022-06-30 19:08:14 +00:00
..
.gitignore util/amdfwtool: Add amdfwread utility 2022-05-13 15:51:37 +00:00
Makefile util/amdfwtool: Add amdfwread utility 2022-05-13 15:51:37 +00:00
Makefile.inc amdfwtool: Add ISH header support for A/B recovery layout 2022-03-27 15:24:15 +00:00
amdfwread.c util/amdfwtool: Add amdfwread utility 2022-05-13 15:51:37 +00:00
amdfwtool.c util/amdfwtool: Initalize all variables before use 2022-06-30 19:08:14 +00:00
amdfwtool.h util/amdfwtool: Add amdfwread utility 2022-05-13 15:51:37 +00:00
data_parse.c util/amdfwtool: Add IKEK key for Trusted Application 2022-05-05 14:48:31 +00:00
description.md