STM/Stm
Eugene Myers 3feb15e43e Fix some concurrency problems with SMI handling while a VM/PE is being launched 2018-11-08 11:41:57 -05:00
..
Build/StmPkg/DEBUG_VS2010x86 Fix some concurrency problems with SMI handling while a VM/PE is being launched 2018-11-08 11:41:57 -05:00
Conf Intial Commit 2018-07-20 16:02:31 -04:00
StmPkg Fix some concurrency problems with SMI handling while a VM/PE is being launched 2018-11-08 11:41:57 -05:00
Readme.txt Add STM, bios and test package. 2016-03-31 15:15:57 +08:00
StmPe.sdf Intial Commit 2018-07-20 16:02:31 -04:00
StmPe.sln Intial Commit 2018-07-20 16:02:31 -04:00
StmPe.suo Intial Commit 2018-07-20 16:02:31 -04:00
StmPe.vcxproj Intial Commit 2018-07-20 16:02:31 -04:00
StmPe.vcxproj.filters Intial Commit 2018-07-20 16:02:31 -04:00
StmPe.vcxproj.user Intial Commit 2018-07-20 16:02:31 -04:00
buildstm.bat Add STM, bios and test package. 2016-03-31 15:15:57 +08:00
buildstm.sh Add STM, bios and test package. 2016-03-31 15:15:57 +08:00
buildstmtool.bat Add STM, bios and test package. 2016-03-31 15:15:57 +08:00
preparestm.bat Add STM, bios and test package. 2016-03-31 15:15:57 +08:00

Readme.txt

Build STM image step:
0) Install Visual Studio 2015.
1) Unzip StmPkg zip to target dir, e.g. c:\StmCode
   The final directory layout is like below:
     c:\StmCode\StmPkg\Core
     c:\StmCode\StmPkg\EdkII
     ...
2) Open command window, goto target dir, e.g. c:\StmCode
3) Type "preparestm.bat" to prepare environment, this need run only once.
4) Type "buildstm.bat" to build STM image.
   1) If user want debug build, please use "buildstm.bat" or "buildstm.bat DEBUG".
   2) If user want release build, please use "buildstm.bat RELEASE".

Build STM tool step:
1) Same as above
2) Same as above
3) Same as above
4) Type "buildstmtool.bat" to build STM tool.