From: Tom Rini Date: Mon, 14 Apr 2025 14:59:45 +0000 (-0600) Subject: Merge patch series "Static initcalls" X-Git-Tag: v2025.07-rc1~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c98b57d72d5e5b94ed064fe1041e51216165334;p=pandora-u-boot.git Merge patch series "Static initcalls" Jerome Forissier says: This series replaces the dynamic initcalls (with function pointers) with static calls, and gets rid of initcall_run_list(), init_sequence_f, init_sequence_f_r and init_sequence_r. This makes the code simpler and the binary slighlty smaller: -2281 bytes/-0.21 % with LTO enabled and -510 bytes/-0.05 % with LTO disabled (xilinx_zynqmp_kria_defconfig). Execution time doesn't seem to change noticeably. There is no impact on the SPL. The inline assembly fixes, although they look unrelated, are triggered on some platforms with LTO enabled. For example: kirkwood_defconfig. CI: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/25514 Link: https://lore.kernel.org/r/20250404135038.2134570-1-jerome.forissier@linaro.org --- 8c98b57d72d5e5b94ed064fe1041e51216165334