coreboot/src
Elyes Haouas 16f08cfeaf security/tpm/tpm{1,2}_log_serialized.h: Use C99 flexible arrays
Use C99 flexible arrays instead of older style of one-element or
zero-length arrays.
It allows the compiler to generate errors when the flexible array does
not occur at the end in the structure.

Change-Id: I79e4b34fe682f5f21415cb93cf65394881173b34
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76842
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2023-08-01 12:41:14 +00:00
..
acpi acpi.c: Add functions to create GTDT 2023-07-23 18:26:13 +00:00
arch acpi/acpi.c: Split of ACPI table generation into separate files 2023-07-21 07:33:37 +00:00
commonlib commonlib/timestamp_serialized.h: Use C99 flexible arrays 2023-08-01 12:37:07 +00:00
console console: Deselect using ANSI escape characters when SimNow is used 2023-03-30 13:36:35 +00:00
cpu cpu/amd/mtrr: Use newer function for resource declaration 2023-07-12 10:51:49 +00:00
device allocator_v4: Disable top-down allocation for EDK2 2023-07-08 20:03:07 +00:00
drivers drivers/i2c/generic: Add option to set ACPI subsystem ID 2023-07-31 13:59:52 +00:00
ec ec/google/chromeec: Unhide ChromeEC PD ACPI device 2023-07-31 14:09:52 +00:00
include include/imd_private.h: Use C99 flexible arrays 2023-07-30 09:58:12 +00:00
lib lib/cbmem_console.c: Use C99 flexible arrays 2023-07-30 09:59:46 +00:00
mainboard mb/google/rex/var/screebo: Enable RTD3 for SSD 2023-08-01 11:52:44 +00:00
northbridge acpi: Move ECAM resource below PNP0C02 device in a common place 2023-07-20 10:38:42 +00:00
sbom payloads/Yabits: Remove deprecated Yabits Payload 2023-02-17 01:21:43 +00:00
security security/tpm/tpm{1,2}_log_serialized.h: Use C99 flexible arrays 2023-08-01 12:41:14 +00:00
soc soc/amd/common: Redefine EFS_OFFSET 2023-08-01 12:26:33 +00:00
southbridge sb/intel/lynxpoint/me: Use C99 flexible arrays 2023-07-30 09:59:33 +00:00
superio superio/common: Support more than one SuperIO in ACPI 2023-05-26 19:21:12 +00:00
vendorcode vendorcode/amd/fsp/common: Refactor dmi_info.h 2023-07-21 07:30:08 +00:00
Kconfig lib/smbios: Add a config string for BIOS Vendor in SMBIOS Type 0 2023-06-26 03:07:38 +00:00