| 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 ...
|
| ea453871 | 04-Dec-2024 |
Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> |
feat(versal2): retrieve DT address from transfer list
On versal2 platform, unlike current static DT address passing mechanism, DT address is retrieved from transfer list dynamically.
Change-Id: I44
feat(versal2): retrieve DT address from transfer list
On versal2 platform, unlike current static DT address passing mechanism, DT address is retrieved from transfer list dynamically.
Change-Id: I44b9a0753809652f26bc1b7e061f5364229ba352 Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
show more ...
|