mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
SMMU: basic driver for init and probing
Introducing the driver in kernel for detecting SMMU features and initialise the hardware. Signed-off-by: Oliver Scott <Oliver.Scott@data61.csiro.au>
This commit is contained in:
@@ -203,6 +203,7 @@ config_set(KernelArchArmV6 ARCH_ARM_V6 "${KernelArchArmV6}")
|
||||
config_set(KernelArchArmV7a ARCH_ARM_V7A "${KernelArchArmV7a}")
|
||||
config_set(KernelArchArmV7ve ARCH_ARM_V7VE "${KernelArchArmV7ve}")
|
||||
config_set(KernelArchArmV8a ARCH_ARM_V8A "${KernelArchArmV8a}")
|
||||
config_set(KernelArmSMMU ARM_SMMU "${KernelArmSMMU}")
|
||||
set(KernelPlatformSupportsMCS "${KernelPlatformSupportsMCS}" CACHE INTERNAL "" FORCE)
|
||||
|
||||
# Check for v7ve before v7a as v7ve is a superset and we want to set the
|
||||
|
||||
Reference in New Issue
Block a user