coreboot-kgpe-d16/util/amdfwtool
Martin Roth a8e31caee8 util/amdfwtool: Fix all warnings
Fixes these warnings:

warning: alignment 1 of 'struct _psp_directory_table' is less
than 16 [-Wpacked-not-aligned]

warning: alignment 1 of 'struct _psp_combo_directory' is less
 than 16 [-Wpacked-not-aligned]

In function 'find_register_fw_filename_bios_dir':
warning: implicit conversion from 'enum _amd_fw_type' to
'amd_bios_type' {aka 'enum _amd_bios_type'} [-Wenum-conversion]

BUG=None
TEST=Build and verify binaries are identical.

Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: I761d9893ac6737b42af96c4b2a57c5a4fc61ab05
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50643
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
2021-02-16 08:09:35 +00:00
..
.gitignore .gitignore: Ignore .test/.dependencies globally 2020-10-31 18:21:36 +00:00
Makefile util/amdfwtool: Add "all" target to Makefile 2021-01-28 09:27:46 +00:00
Makefile.inc amdfwtool: Take a config file instead of command line parameters 2020-10-30 12:10:04 +00:00
amdfwtool.c util/amdfwtool: Fix all warnings 2021-02-16 08:09:35 +00:00
amdfwtool.h amdfwtool:cezanne: Add entry of PSP_BOOTLOADER_AB (0x73) 2021-02-03 13:48:51 +00:00
data_parse.c util/amdfwtool: Fix all warnings 2021-02-16 08:09:35 +00:00
description.md