]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/BuildNotes.txt
BaseTools: expression can use single in instead of 3 API calls.
[mirror_edk2.git] / BaseTools / BuildNotes.txt
index 4d9608400d782211e33aefa80eb847e6cdad1229..31e4f3cd9074df1c5ba7a2f482daf10482347568 100644 (file)
@@ -6,7 +6,7 @@ Root Package 1.00
 Intel is a trademark or registered trademark of Intel Corporation or its\r
 subsidiaries in the United States and other countries.\r
 * Other names and brands may be claimed as the property of others.\r
-Copyright (c) 2007, Intel Corporation\r
+Copyright (c) 2007, Intel Corporation. All rights reserved.\r
 \r
 -------------------------------------------------------------------------------\r
 Quick Start\r
@@ -18,7 +18,7 @@ Windows:
 \r
 Unix-like:\r
   a) make -C <buildtools_project>/BaseTools\r
-  b) Look over https://edk2.tianocore.org/step-by-step-instructions.html\r
+  b) Look over https://github.com/tianocore/tianocore.github.io/wiki/Getting%20Started%20with%20EDK%20II\r
      for a helpful step-by-step guide for building 'Hello World' on\r
      various operating systems with edk2.\r
 \r
@@ -34,7 +34,7 @@ Tools in Python
 * Convert Python source to exe file\r
 \r
   The tools written in Python can be converted into executable program which can \r
-  be executed without installing a Python interpreter.  (Generally it is easier\r
+  be executed without installing a Python interpreter. (Generally it is easier\r
   to run the scripts from their source on operating systems other than Windows.)\r
 \r
   For Windows and Linux, the conversion tool package is called cx_Freeze, its\r
@@ -74,11 +74,11 @@ please make sure the environment variable PYTHONPATH is set to
 \r
         <buildtools_project>/BaseTools/Source/Python\r
 \r
-  There're four tools written in Python. The entrance file of each tool is listed\r
+  There're five tools written in Python. The entrance file of each tool is listed\r
 below.\r
 \r
       build               <buildtools_project>/BaseTools/Source/Python/build/build.py\r
       GenFds              <buildtools_project>/BaseTools/Source/Python/GenFds/GenFds.py\r
       Trim                <buildtools_project>/BaseTools/Source/Python/Trim/Trim.py\r
       MigrationMsa2Inf    <buildtools_project>/BaseTools/Source/Python/MigrationMsa2Inf/MigrationMsa2Inf.py\r
-\r
+      UPT                 <buildtools_project>/BaseTools/Source/Python/UPT/UPT.py\r