coreboot-kgpe-d16/src/vendorcode/amd
Jacob Garber 9e3e49234d vc/amd/agesa/f15tn,f16kb: Fix array types
These variables are declared to be arrays of MICROCODE_PATCHES_4K (which
is a struct containing a UINT8 array). However, the actual definitions
of these arrays ignore the wrapping struct and just use the underlying
UINT8 arrays directly, which causes a compiler error when using LTO
because of the type mismatch. Fix the type declaration so that it
matches.

Change-Id: I6bef27507092fe72fe2f836c427ebb2c19009e78
Signed-off-by: Jacob Garber <jgarber1@ualberta.ca>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40436
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2020-04-18 19:07:19 +00:00
..
agesa vc/amd/agesa/f15tn,f16kb: Fix array types 2020-04-18 19:07:19 +00:00
cimx src (minus soc and mainboard): Remove copyright notices 2020-03-17 18:26:34 +00:00
fsp/picasso vc/amd/fsp/picasso: Add file for GUIDs 2020-04-16 23:42:57 +00:00
include src/vendorcode: Use SPDX for GPL-2.0-only files 2020-04-04 14:58:21 +00:00
pi src/vendorcode: Use SPDX for GPL-2.0-only files 2020-04-04 14:58:21 +00:00
Kconfig src (minus soc and mainboard): Remove copyright notices 2020-03-17 18:26:34 +00:00
Makefile.inc