History log of /rk3399_ARM-atf/drivers/qti/accesscontrol/access_control.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 5de3e03d 05-Feb-2026 Yann Gautier <yann.gautier@st.com>

Merge changes from topic "qtiseclib_devel" into integration

* changes:
feat(kodiak): build XPU bypass only when bypass is enabled
docs(maintainers): update QTI maintainers
feat(qti): integrate

Merge changes from topic "qtiseclib_devel" into integration

* changes:
feat(kodiak): build XPU bypass only when bypass is enabled
docs(maintainers): update QTI maintainers
feat(qti): integrate access control stub
feat(kodiak): add access control driver
feat(qti): integrate watchdog stub
feat(kodiak): add watchdog driver
feat(qti): extend interrupt dispatcher
feat(qti): integrate qtimer stub
feat(kodiak): add qtimer driver
feat(qti): integrate sec_core stub
feat(kodiak): add sec_core driver

show more ...


# 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 ...