Add SMMUv3 driver
authorJeenu Viswambharan <jeenu.viswambharan@arm.com>
Fri, 26 May 2017 13:15:40 +0000 (14:15 +0100)
committerJeenu Viswambharan <jeenu.viswambharan@arm.com>
Tue, 1 Aug 2017 13:33:47 +0000 (14:33 +0100)
commit1154586b71c1e0453076a50638f00d4499eb22b0
tree46e9875d39a00bedbb07f575d5e9a28e707a6460
parente33fd44548e41bcfa7bf697a36653e19e410e6c6
Add SMMUv3 driver

The driver has only one API: to initialize an SMMUv3 device. This
operates on a device that implements secure state, by invalidating
secure caches and TLBs.

Change-Id: Ief32800419ddf0f1fe38c8f0da8f5ba75c72c826
Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
drivers/arm/smmu/smmu_v3.c [new file with mode: 0644]
include/drivers/arm/smmu_v3.h [new file with mode: 0644]