coreboot-kgpe-d16/util/amdfwtool
Karthikeyan Ramasubramanian 236245ec7d util/amdfwtool: Include the header with __packed definition
Checkpatch script recommends to use __packed instead of
__attribute__((packed)). Currently the build rule for amdfwtool does not
include the required header file with __packed definition. Update the
compiler flag to include the required header file.

BUG=None
TEST=Build amdfwtool.

Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com>
Change-Id: I448cbad533608dd5c2bd4f2d827fcc5db5dee5cb
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67384
Reviewed-by: Jon Murphy <jpmurphy@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2022-10-02 22:09:01 +00:00
..
.gitignore util/amdfwtool: Add amdfwread utility 2022-05-13 15:51:37 +00:00
Makefile util/amdfwtool: Include the header with __packed definition 2022-10-02 22:09:01 +00:00
Makefile.inc util/amdfwtool: Include the header with __packed definition 2022-10-02 22:09:01 +00:00
amdfwread.c util/amdfwtool/amdfwread: Fix incorrect option index 2022-09-04 17:06:21 +00:00
amdfwtool.c util/amdfwtool: Add support for PSP NVRAM base addr and size 2022-09-22 17:10:46 +00:00
amdfwtool.h util/amdfwtool: Include the header with __packed definition 2022-10-02 22:09:01 +00:00
data_parse.c util/amdfwtool/data_parse: fix PMU subprogram/instance ID handling 2022-09-30 18:03:50 +00:00
description.md