I am working on a custom s32g3 board and i am using yocto BSP43 , whenever i add any major features (ex:- HSE ,SECURE BOOT) , the load address of the ATF changes dynamically and this results in bootloader changes to configure the new load address. so whenever there is an update on A-CORE or ATF along with that i am updating the bootloader as well. so , is there a way where we can set a load address to the ATF so that even after multiple builds or addition of new features the load address remains the same and rest will be aligned with respect to the load address which is set.
NOTE: main objective of this is to avoid bootloader changes every time there is a ATF update
Hello, @sandeep3
Thanks for the post.
I suggest adding BL2_BASE=$Address_Specified while building the TFA, then the load address could be calculated, you may reference the s32_common.mk for details.
BR
Chenyin