coreboot/src
Arthur Heymans bc853b72ac soc/mt/mt8196/gpio_eint.c: Add assert message
This fixes the following warning with clang (18.1.6):
src/soc/mediatek/mt8196/gpio_eint.c:259:44: error: '_Static_assert' with no message is a C23 extension [-Werror,-Wc23-extensions]
  259 | _Static_assert(ARRAY_SIZE(eint_data) == 293);
      |                                            ^
      |

Change-Id: I934b6d7ee8e8a0c204a4e328331c3ff3cd0f07de
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84618
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2024-10-02 12:42:32 +00:00
..
acpi acpi/sata.c: Fix Wunterminated-string-initialization error on port_name 2024-09-01 05:34:38 +00:00
arch arch/arm64: Add Clang as supported target 2024-10-02 09:19:21 +00:00
commonlib drivers/efi/uefi_capsules.c: coalesce and store UEFI capsules 2024-08-30 15:48:25 +00:00
console console/i2c_smbus: Allow to send data w/o register offset 2024-07-11 00:06:22 +00:00
cpu cpu/x86/smm/smm_module_handler: Remove <commonlib/bsd/compiler.h> 2024-09-10 03:11:13 +00:00
device device_util: Add support for GICv3 path in device path handling 2024-09-30 16:31:37 +00:00
drivers drivers/tpm: Remove unused 2nd argument in FUNC method 2024-10-02 11:50:52 +00:00
ec chromeec/ec_acpi: Define ACPI devices for USB-C ports using UCSI 2024-09-30 16:54:44 +00:00
include sconfig: Move config_of_soc from device.h to static.h 2024-09-28 20:44:40 +00:00
lib lib/jpeg: return string (not int) error messages 2024-09-18 21:51:40 +00:00
mainboard mb/starlabs/starbook/cml: Alphabetize and group FSP UPDs 2024-10-02 11:52:11 +00:00
northbridge nb/amd/agesa/agesa_helper.h: Remove unused <stddef.h> 2024-09-10 03:12:00 +00:00
sbom src, util: Clean up makefile.inc in text, help & comments 2024-01-26 20:15:18 +00:00
security tree: Drop unnecessary "true/false" comments 2024-09-04 01:16:40 +00:00
soc soc/mt/mt8196/gpio_eint.c: Add assert message 2024-10-02 12:42:32 +00:00
southbridge azalia: Get rid of "return {-1,0} 2024-08-11 17:10:08 +00:00
superio superio/ite/it8728f: Support setting power state after power failure 2024-08-20 13:10:02 +00:00
vendorcode vc/intel/fsp: Update PTL FSP headers from dummy headers to v2382_01 2024-09-28 18:09:34 +00:00
Kconfig Add initial experimental LTO support 2024-08-24 12:50:38 +00:00