Home
last modified time | relevance | path

Searched hist:"67574733960 b797dc56e24884e68ea3cc0f6739f" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/arm/common/
H A Darm_bl2_setup.c67574733960b797dc56e24884e68ea3cc0f6739f Fri Oct 10 19:48:31 UTC 2025 Ahmed Azeem <ahmed.azeem@arm.com> feat(arm): load config after GPT FIP offset

When ARM_GPT_SUPPORT is enabled and the FIP resides inside a GPT
partition, arm_bl2_el3_plat_config_load() may try to load a random
FIP at base address 0, failing to find the actual FIP.

Resolve the FIP from the GPT partition table first and compute the
offset when ARM_GPT_SUPPORT is set, before calling
arm_bl2_el3_plat_config_load() to load the platform config from
the FIP itself.

Change-Id: I5c9a461961c5167b816d5fb632cceb76f1439d83
Signed-off-by: Ahmed Azeem <ahmed.azeem@arm.com>