aboutsummaryrefslogtreecommitdiffstats
path: root/services/spd/trusty/generic-arm64-smcall.h
Commit message (Collapse)AuthorAgeFilesLines
* trusty: generic-arm64-smcall: Support gicr addressArve Hjønnevåg2020-02-121-0/+1
| | | | | | | | | | Add SMC_GET_GIC_BASE_GICR option to SMC_FC_GET_REG_BASE and SMC_FC64_GET_REG_BASE calls for returning the base address of the gic redistributor added in gic version 3. Bug: 122357256 Change-Id: Ia7c287040656515bab262588163e0c5fc8f13a21 Signed-off-by: Arve Hjønnevåg <arve@android.com>
* trusty: generic-arm64-smcall: Use SPDX license identifiersArve Hjønnevåg2018-02-011-25/+1
| | | | Signed-off-by: Arve Hjønnevåg <arve@android.com>
* trusty: Add generic-arm64 supportArve Hjønnevåg2018-01-241-0/+51
Add smc calls to return gic base address and print to the debug console. Allows running a generic trusty binary. Change-Id: I4b6540f140f11432cdff43c3f5a2097df09dc9d1 Signed-off-by: Arve Hjønnevåg <arve@android.com>