DMAR Table Audit¶
Copyright¶
Copyright (C) Microsoft Corporation. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent
About¶
DMARTableAudit.py
Unit test that checks:
- DMA remapping bit is enabled
- No ANDD structures are included in DMAR table
- RMRRs are limited to only the RMRRs specified in provided XML file (if no XML provided then verify no RMRRs exist)
Software Requirements
- Python3
- Pywin32
pip install Pywin32
- Project Mu python library
pip install mu-python-library