| #
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 ...
|
| #
87daf659 |
| 26-Nov-2025 |
Akshay Belsare <akshay.belsare@amd.com> |
feat(amd): support multiple custom packages
Add support for including multiple custom packages to be built and linked with TF-A for AMD platforms. This allows flexible integration of multiple custom
feat(amd): support multiple custom packages
Add support for including multiple custom packages to be built and linked with TF-A for AMD platforms. This allows flexible integration of multiple custom service implementations.
- Introduce custom_pkg.mk for custom package integration - Create custom_svc_stub.c with default stub implementations - Refactor platform.mk to conditionally include custom packages - Support multiple package paths via space/semicolon-separated CUSTOM_PKG_PATH
The framework handles discovery and inclusion of custom_pkg.mk files from each package directory, providing flexibility for platform-specific customizations without modifying TF-A core code.
Change-Id: I254373f81744328a3e7d5fcf482d137c7108444f Signed-off-by: Akshay Belsare <akshay.belsare@amd.com>
show more ...
|