util/amdfwtool: Fix all warnings
commita8e31caee8ddb9563cdd3bac48ee3b9dc5cf6f48
authorMartin Roth <martin@coreboot.org>
Sun, 14 Feb 2021 04:42:46 +0000 (13 21:42 -0700)
committerPatrick Georgi <pgeorgi@google.com>
Tue, 16 Feb 2021 08:09:35 +0000 (16 08:09 +0000)
tree4412f8c268acc9fc7a98179633547e884b46e0b2
parent6d085446feb3d47154ff9641b66f583ddc218d40
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>
util/amdfwtool/amdfwtool.c
util/amdfwtool/data_parse.c