| #
733d0e7f |
| 09-Mar-2026 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge changes from topic "amd_custompkg_infra" into integration
* changes: fix(versal2): remove SCMI drivers in NO PM configuration feat(amd): custom package linker infra chore(versal2): make
Merge changes from topic "amd_custompkg_infra" into integration
* changes: fix(versal2): remove SCMI drivers in NO PM configuration feat(amd): custom package linker infra chore(versal2): make TFA_NO_PM configurable with default value feat(amd): support multiple custom packages
show more ...
|
| #
89aae9a1 |
| 27-Jan-2026 |
Akshay Belsare <akshay.belsare@amd.com> |
feat(amd): custom package linker infra
Add linker script consolidation framework for custom packages integrated with TF-A.
- Implement two-stage preprocessing for custom linker scripts - Auto-disco
feat(amd): custom package linker infra
Add linker script consolidation framework for custom packages integrated with TF-A.
- Implement two-stage preprocessing for custom linker scripts - Auto-discover custom_pkg.ld.S files in package directories - Create linker script template (plat.ld.S.tpl) for consolidation - Support normalized absolute path resolution for multiple packages - Generate final plat.ld.S by preprocessing template with custom scripts
The framework automatically discovers and preprocesses custom package linker scripts, expanding package-specific macros before inclusion in the final consolidated linker script. This enables multiple packages to define custom memory regions and sections without conflicts.
Change-Id: Ie21e807f96507a655275443df5f33b18915965f8 Signed-off-by: Akshay Belsare <akshay.belsare@amd.com>
show more ...
|