Skip to content

Commit

Permalink
Add SMM_ENABLED=FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeytdisco committed May 1, 2023
1 parent 55aea3e commit c1b5f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions DfciDutFiles/BuildDfci.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
args = " BLD_*_GUI_FRONT_PAGE=TRUE"
args += " BLD_*_NETWORK_ALLOW_HTTP_CONNECTIONS=TRUE"
args += " BLD_*_QEMU_CORE_NUM=4"
args += " BLD_*_SMM_ENABLED=FALSE"
args += " --clean"

cmd = platformbuild + args
Expand Down
1 change: 1 addition & 0 deletions DfciDutFiles/RunDfci.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
args += " ALT_BOOT_ENABLE=TRUE"

args += " BLD_*_QEMU_CORE_NUM=4"
args += " BLD_*_SMM_ENABLED=FALSE"

cmd = platformbuild + args
os.system(cmd)

0 comments on commit c1b5f7a

Please sign in to comment.