| #
1c63cd61 |
| 06-Nov-2025 |
Manish V Badarkhe <manish.badarkhe@arm.com> |
Merge changes from topic "qti-rb3gen2" into integration
* changes: docs(maintainers): update QTI platform maintainers docs(qti): add RB3Gen2 platform documentation docs(qti): move documentatio
Merge changes from topic "qti-rb3gen2" into integration
* changes: docs(maintainers): update QTI platform maintainers docs(qti): add RB3Gen2 platform documentation docs(qti): move documentation under docs/plat/qti/ feat(kodiak): add support for RB3Gen2 platform feat(qti): introduce basic XPU driver refactor(qti): introduce SoC codename as Kodiak feat(qti): add TF-A BL2 common platform framework refactor(qti): refactor RNG as a proper driver fix(qti): fix config PLAT_XLAT_TABLES_DYNAMIC feat(qti): add BL32 support refactor(qti): make UART config independent refactor(qti): make CNTFRQ config independent fix(qti): fix build without coreboot
show more ...
|
| #
1b9f8ec7 |
| 25-Sep-2025 |
Sumit Garg <sumit.garg@oss.qualcomm.com> |
refactor(qti): refactor RNG as a proper driver
Refactor QTI RNG as a proper driver rather than being present in platform code aligning with common practice followed by other platforms.
Change-Id: I
refactor(qti): refactor RNG as a proper driver
Refactor QTI RNG as a proper driver rather than being present in platform code aligning with common practice followed by other platforms.
Change-Id: I4c1f23b7ea2f17fdb71792319b4c403db542b757 Signed-off-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
show more ...
|
| #
7f86b635 |
| 25-Sep-2025 |
Sumit Garg <sumit.garg@oss.qualcomm.com> |
fix(qti): fix config PLAT_XLAT_TABLES_DYNAMIC
Follow common practice to enable config option PLAT_XLAT_TABLES_DYNAMIC via platform.mk instead of platform_def.h.
Change-Id: I18944d5b5e97d784195c6df3
fix(qti): fix config PLAT_XLAT_TABLES_DYNAMIC
Follow common practice to enable config option PLAT_XLAT_TABLES_DYNAMIC via platform.mk instead of platform_def.h.
Change-Id: I18944d5b5e97d784195c6df374892029e24f3d0b Signed-off-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
show more ...
|
| #
adb219f0 |
| 07-Jul-2025 |
Govindraj Raja <govindraj.raja@arm.com> |
Merge changes I9bc7b609,Ie56dc965,Ic57d46bf,I3f2ab549,I3ad715fa, ... into integration
* changes: refactor(build): initialise `arch-features` closer to where it is needed refactor(build): define
Merge changes I9bc7b609,Ie56dc965,Ic57d46bf,I3f2ab549,I3ad715fa, ... into integration
* changes: refactor(build): initialise `arch-features` closer to where it is needed refactor(build): define the W and DEBUG flags in the standard way refactor(build): put the cross referencing of options together fix: use LDLIBS instead of LDFLAGS for library search paths fix(build): remove redundant variables fix(intel): fix variable may be used uninitialized error
show more ...
|
| #
d833129a |
| 13-May-2025 |
Boyan Karatotev <boyan.karatotev@arm.com> |
fix: use LDLIBS instead of LDFLAGS for library search paths
The LDLIBS is quite convenient for both the -l and -L flags as both ld and gcc will accept them identically when linking. So use LDLIBS an
fix: use LDLIBS instead of LDFLAGS for library search paths
The LDLIBS is quite convenient for both the -l and -L flags as both ld and gcc will accept them identically when linking. So use LDLIBS and leave LDFLAGS alone for flags that have some difference (eg needing a -Wl prefix).
Change-Id: I3f2ab54931eff4e796dc4757950ed797ab3344a8 Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
show more ...
|
| #
f3ad3f48 |
| 13-Dec-2024 |
Manish V Badarkhe <manish.badarkhe@arm.com> |
Merge "feat(qti): platform support for qcs615" into integration
|
| #
f60617d3 |
| 07-Nov-2024 |
quic_assethi <quic_assethi@quicinc.com> |
feat(qti): platform support for qcs615
Change-Id: Ibbe78a196d77530fa9d94d7d12b2f08a4b66d62e Signed-off-by: Amarinder Singh Sethi <quic_assethi@quicinc.com>
|