summaryrefslogtreecommitdiff
path: root/BaseTools/ReadMe.txt
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-20 10:37:40 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-20 10:37:40 +0000
commit5157f1d73afbb5c0dcaea6ed313e6b0ceb67db6c (patch)
treeb394667878750136d07e5cd347b3f767d9cf2316 /BaseTools/ReadMe.txt
parent78d6fbd5e22ca4a1b54629f8cb2baf2309a8a0e1 (diff)
downloadedk2-5157f1d73afbb5c0dcaea6ed313e6b0ceb67db6c.zip
edk2-5157f1d73afbb5c0dcaea6ed313e6b0ceb67db6c.tar.gz
edk2-5157f1d73afbb5c0dcaea6ed313e6b0ceb67db6c.tar.bz2
1. Added revision information of source code from which build.exe came from.
2. Removed some information out of date git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3682 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/ReadMe.txt')
-rw-r--r--BaseTools/ReadMe.txt19
1 files changed, 9 insertions, 10 deletions
diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt
index fb09890..e50ac82 100644
--- a/BaseTools/ReadMe.txt
+++ b/BaseTools/ReadMe.txt
@@ -21,18 +21,17 @@ BaseTools Simple Usage:
*.inf file is
Notes:
-1) Only *.efi files can be generated. Flash image cannot be generated at present.
-2) Only "clean" and "cleanall" build target are supported, in both top level
- makefile and module's makefile.
-3) Not all tool chains and target architectures are tested. Due to both tools
- and source code limitations, ther must be bugs in it. Please report any issue
- ASAP so we can fix it soon.
-4) The tree structure generated by build tools is similar to Ant build system.
-5) Makefile can be called directly by nmake for both top level platform and module. But
+1) The tree structure generated by build tools is similar to Ant build system.
+2) Makefile can be called directly by nmake for both top level platform and module. But
after you call "nmake cleanall", you have to call "build" command to rebuild platform
or modules because the AutoGen.* files have been be removed. The "makefile" itself
cannot generate AutoGen.* files. Only "build" command can.
-
+3) build.exe in %WORKSPACE%\BaseTools\Bin\Win32 is generated from following revision of
+ Python source code:
+ r601 <buildtools_project>\BaseTools\Source\Python\Autogen
+ r601 <buildtools_project>\BaseTools\Source\Python\Python\build
+ r569 <buildtools_project>\BaseTools\Source\Python\Python\Common
+ r564 <buildtools_project>\BaseTools\Source\Python\Python\CommonDataClass
Brief usage for Migration Tool MigrationMsa2Inf.exe:
1. Command line format:
@@ -92,4 +91,4 @@ Brief usage for Migration Tool MigrationMsa2Inf.exe:
-13-August-2007
+20-August-2007