coreboot-kgpe-d16/src/vendorcode/amd
Felix Held 692dde599f vc/amd/fsp/picasso: replace #pragma pack(1) with __packed attribute
Forgetting to add the #pragma pack() at the end of the header file can
lead to hard to debug breakage, so get rid of the #pragma pack usage and
add a __packed to the structs that need to be packed which has less
possibly unwanted side effects.

Since commit d44221f9c8 coreboot always
includes commonlib/compiler.h which provides __packed.

TEST=Timeless build results in identical binary.

Change-Id: Icc53168f4fbc3a63a859f686b18e7023d225f8d2
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43433
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2020-07-15 08:32:18 +00:00
..
agesa vc/amd/agesa/f15tn: Drop dead code 2020-07-09 23:53:07 +00:00
cimx src: Fix up #-commented SPDX headers 2020-06-01 17:08:53 +00:00
fsp/picasso vc/amd/fsp/picasso: replace #pragma pack(1) with __packed attribute 2020-07-15 08:32:18 +00:00
include treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
pi vc/amd/pi/00660F01: Drop dead code 2020-07-10 23:58:12 +00:00
Kconfig src: Fix up #-commented SPDX headers 2020-06-01 17:08:53 +00:00
Makefile.inc