soc/intel/skylake: Generate DMAR tables for FSP 1.1 boards
commit3509138476a23ddf0ec7f4ad7e37edf4438160f4
authorMatt DeVillier <matt.devillier@gmail.com>
Sun, 18 Feb 2018 17:39:24 +0000 (18 11:39 -0600)
committerPatrick Georgi <pgeorgi@google.com>
Wed, 19 Dec 2018 05:34:59 +0000 (19 05:34 +0000)
tree4fc9229fe7d00e45f383a622a54b7d9ad849c89d
parent3ef74493928fafa2955e3b0acecb2b625f223d83
soc/intel/skylake: Generate DMAR tables for FSP 1.1 boards

Commit c37b0e3 [soc/intel/skylake: Generate ACPI DMAR table]
only generates DMAR tables for boards using FSP 2.0, which
leaves out Skylake Chromebooks, which use FSP 1.1.

Correct this omission by adding the same functionality for
FSP 1.1 boards.

Test: build/boot on U-series Skylake Chromebook, observe
IOMMU fully functional with intel_iommu=on kernel parameter.

Change-Id: I68837f58aac357fa3f58979fe92d8993fae58640
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/30230
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
src/soc/intel/skylake/chip.c