TrenchBoot / landing-zone

An open source implementation of an AMD-V Secure Loader.
GNU General Public License v2.0
23 stars 7 forks source link

iommu.c: fix order of outb() arguments #66

Closed krystian-hebel closed 3 years ago

krystian-hebel commented 3 years ago

That change was introduced with addition of tpmlib submodule in order to make it compatible with Linux. IOMMU code was initially developed before that, so it used the old version until now.

Signed-off-by: Krystian Hebel krystian.hebel@3mdeb.com