coreboot/src/soc/mediatek
Elyes Haouas ecbca16bf4 tree: Replace union {0} initializers with {} for C23 compliance
This change addresses GCC-15 behavior where {0} union initializers only
clear the first member, leaving padding bits uninitialized. The new {}
initializer ensures full union clearing as required by C23.

Change-Id: I1d9b063d8bdd3d2f0b0f67e6c20eb484ff6a5cc5
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/88732
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
2025-08-11 16:40:34 +00:00
..
common tree: Replace union {0} initializers with {} for C23 compliance 2025-08-11 16:40:34 +00:00
mt8173 soc/mediatek/common: Move I2C functions to common code 2025-04-24 06:44:59 +00:00
mt8183 soc/mediatek/common: Refactor auxadc driver to support new platform 2025-06-04 06:06:25 +00:00
mt8186 soc/meidatek/mt8196: Extract common timer code for reuse 2025-07-19 12:10:57 +00:00
mt8188 soc/meidatek/mt8196: Extract common timer code for reuse 2025-07-19 12:10:57 +00:00
mt8189 soc/mediatek/mt8189: Disable 8189G APU power to reduce power consumption 2025-08-02 16:46:26 +00:00
mt8192 soc/mediatek/pmif_spmi: Move pmif_spmi_force_normal_mode() to common 2025-07-01 07:59:28 +00:00
mt8195 soc/meidatek/mt8196: Extract common timer code for reuse 2025-07-19 12:10:57 +00:00
mt8196 soc/mediatek/mt8196: Fix intermittent black screen issue 2025-07-23 16:04:48 +00:00