summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/vtd/Makefile.inc
blob: e717f2b8aace904e035d1102fadf5d080e48ce0d (plain)
1
2
3
4
5
6
7
8
## SPDX-License-Identifier: GPL-2.0-only

# VT-d will not be functional in bootblock and verstage yet.
# It will become available after FSP memory init.
# If coreboot does native VT-d initialization, early DMA protection
# could be enabled in bootblock already.
romstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_VTD) += vtd.c
ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_VTD) += vtd.c