Initial IOMMU driver hooks.
This is intentially stripped back to initialization and a hook to the
driver when the VM's memory map is changing. This will work as the
baseline from which changes can be made to fit the needs of the drivers.
Change-Id: I904279f511e2d6e4b1c062fb49a2892042b79005
diff --git a/build/toolchain/platform.gni b/build/toolchain/platform.gni
index b99ca64..7ff4b5a 100644
--- a/build/toolchain/platform.gni
+++ b/build/toolchain/platform.gni
@@ -26,6 +26,9 @@
# Console driver to be used for the platform, specified as build target.
plat_console = ""
+ # IOMMU driver to be used for the platform, specified as build target.
+ plat_iommu = ""
+
# The number of pages to allocate for the hypervisor heap.
plat_heap_pages = 0