coreboot/src
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
..
acpi src/acpi: Update license headers to SPDX 2020-01-02 14:49:00 +00:00
arch cpu/x86/acpi: Add assignments to ACPI_Sn enums 2020-04-15 14:05:28 +00:00
commonlib src/commonlib: Use SPDX for GPL-2.0-only files 2020-04-04 01:14:24 +00:00
console src/console: Use SPDX for GPL-2.0-only files 2020-04-04 01:14:11 +00:00
cpu src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
device Replace DEVICE_NOOP with noop_(set|read)_resources 2020-04-10 11:50:22 +00:00
drivers mainboard/lenovo: Use the original hardware ids for keyboard/pointing 2020-04-14 09:50:10 +00:00
ec ec/google/chromeec: Update the USBC ACPI device hierarchy 2020-04-17 18:51:04 +00:00
include intel/common/block/lpc: Add new device IDs for Lewisburg PCH 2020-04-16 18:42:57 +00:00
lib src/lib: Use SPDX for GPL-2.0-only files 2020-04-04 16:35:53 +00:00
mainboard mb/lenovo/t420(s): Do minor cosmetic changes 2020-04-18 18:57:18 +00:00
northbridge asus/p2b*: Move serial init into mainboard bootblock 2020-04-18 18:51:59 +00:00
security ec_sync: Run EFS2 in romstage 2020-04-17 22:01:48 +00:00
soc soc/intel/*/vr_config.c: Use __func__ in error message 2020-04-18 18:49:56 +00:00
southbridge i82371eb: Drop KB/Mouse/FDC declarations 2020-04-18 18:52:34 +00:00
superio Drop unnecessary DEVICE_NOOP entries 2020-04-10 11:25:04 +00:00
vendorcode vc/amd/agesa/f15tn,f16kb: Fix array types 2020-04-18 19:07:19 +00:00
Kconfig src/Kconfig: enable USE_BLOBS by default 2020-04-14 10:03:55 +00:00