mirror of https://review.coreboot.org/STM.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
.. | ||
StmPkg | 3 years ago | |
Readme.txt | 7 years ago | |
buildstm.bat | 7 years ago | |
buildstm.sh | 7 years ago | |
buildstmtool.bat | 7 years ago | |
preparestm.bat | 7 years ago |
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.