| 6ae8fce3 | 18-Nov-2025 |
Jorge Ramirez-Ortiz <jorge.ramirez@oss.qualcomm.com> |
feat(kodiak): add access control driver
Add the QTI accesscontrol driver, which wraps the memory-assignment API and initializes the VMIDMT and XPU subsystems (static config plus interrupt registrati
feat(kodiak): add access control driver
Add the QTI accesscontrol driver, which wraps the memory-assignment API and initializes the VMIDMT and XPU subsystems (static config plus interrupt registration, with fatal-error handling on failure).
To use this implementation, the access control support provided by QTISECLIB must be disabled at build time. When the driver is not enabled, the associated stub continues to call into QTISECLIB.
For Kodiak, iPMEM is reserved to the TZ.
For coverity purporses, enable the driver on the non-bootable build.
Change-Id: Ib5472ea2a3b41b75faa4c8766bc9f0ad3d23061a Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez@oss.qualcomm.com>
show more ...
|
| 349fe8c3 | 29-Oct-2025 |
Jorge Ramirez-Ortiz <jorge.ramirez@oss.qualcomm.com> |
feat(kodiak): add watchdog driver
Add a Kodiak platform watchdog driver providing timeout programming, bark/bite handling, and per-core tracking, integrating with QTimer and the generic interrupt se
feat(kodiak): add watchdog driver
Add a Kodiak platform watchdog driver providing timeout programming, bark/bite handling, and per-core tracking, integrating with QTimer and the generic interrupt service.
For coverity purposes, enable the driver on the non-bootable build.
Change-Id: Ieb8cd5a597253553ac7f0f1b861cb78bff35a12d Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez@oss.qualcomm.com>
show more ...
|
| 9743b9d9 | 27-Oct-2025 |
Jorge Ramirez-Ortiz <jorge.ramirez@oss.qualcomm.com> |
feat(kodiak): add qtimer driver
Introduce a minimal QTimer driver implementing basic initialization, raw counter access, and a microsecond conversion helper.
For coverity purposes, enable the drive
feat(kodiak): add qtimer driver
Introduce a minimal QTimer driver implementing basic initialization, raw counter access, and a microsecond conversion helper.
For coverity purposes, enable the driver on the non-bootable build.
Change-Id: I8dbde26848642b697302508847a7812e32d146e0 Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez@oss.qualcomm.com>
show more ...
|