Avoiding gaps in IOMMU protection at boot
https://mjg59.dreamwidth.org/54433.html [mjg59.dreamwidth.org]
2020-02-12 00:43
But setting things up in the OS isn’t sufficient. If an attacker is able to trigger arbitrary DMA before the OS has started then they can tamper with the system firmware or your bootloader and modify the kernel before it even starts running. So ideally you want your firmware to set up the IOMMU before it even enables any external devices, and newer firmware should actually do this automatically. It sounds like the problem is solved.
source: solar