You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN . venv/bin/activate && python BaseTools/Edk2ToolsBuild.py -t "${toolchain}"
51
49
52
-
# Add IntelVTdDxe to OvmfPkgX64.dsc (for compilation)
53
50
RUN sed -i '/\[Components\]/a \ Silicon/Intel/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/IntelVTdDxe.inf' \
54
51
/edk2/OvmfPkg/OvmfPkgX64.dsc
55
52
56
-
# Add IntelVTdDxe to OvmfPkgX64.fdf (for inclusion in firmware image)
57
53
# Place after AcpiTableDxe since VTdDxe depends on ACPI tables (DMAR)
58
54
RUN sed -i '/INF MdeModulePkg\/Universal\/Acpi\/AcpiTableDxe\/AcpiTableDxe.inf/a \ INF Silicon/Intel/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/IntelVTdDxe.inf' \
59
55
/edk2/OvmfPkg/OvmfPkgX64.fdf
@@ -75,7 +71,6 @@ ENV stuart_opts="-c OvmfPkg/PlatformCI/QemuBuild.py -a RISCV64 Target=${build_ta
0 commit comments