ACPI: Add code to create root port entry in DMAR table

Hardware / Coreboot - Werner Zeh [siemens.com] - 2 August 2016 23:24 UTC

PCI root ports with "Address Translation Service" capability can be reported in DMAR table in the ATSR scope to let the OS know how to handle these devices the right way when VT-d is used. Add code to create an entry for a PCI root port using the type "SCOPE_PCI_SUB".

Change-Id: Ie2c46db7292d9f1637ffe2e9cfaf6619372ddf13

21a5bff ACPI: Add code to create root port entry in DMAR table
src/arch/x86/acpi.c | 7 +++++++
src/arch/x86/include/arch/acpi.h | 2 ++
2 files changed, 9 insertions(+)

Upstream: review.coreboot.org


  • Share