summaryrefslogtreecommitdiff
path: root/cmd/cli.c
diff options
context:
space:
mode:
authorCaleb Connolly <caleb.connolly@linaro.org>2023-12-11 18:41:42 +0000
committerTom Rini <trini@konsulko.com>2023-12-21 11:59:49 -0500
commitd3db45cb9c0dde8a02f7b05d4ac154dd526fc06d (patch)
tree484cb3331b3684109b4647069ce7ef296a2ac66a /cmd/cli.c
parent76c53dad6b5dc94e4c43069882b2708853c284c0 (diff)
iommu: add qcom-hyp-smmu
Add a basic implementation of the ARM SMMU. This driver is intended for use on Qualcomm platforms where the SMMU has been configured by a previous bootloader, cannot be turned off, and doesn't support BYPASS streams. It keeps all existing stream mappings and only creates new ones for stream ids that aren't already configured. This driver is necessary to support peripherals that perform DMA which weren't configured by the previous stage bootloader (for example USB). It works by allocating a context bank using identity mapping (as U-Boot doesn't use virtual addresses). Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
Diffstat (limited to 'cmd/cli.c')
0 files changed, 0 insertions, 0 deletions