]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/BuildNotes.txt
BaseTools: Add Brotli algorithm tool
[mirror_edk2.git] / BaseTools / BuildNotes.txt
index 05bbd7ca9f19f61a6d558666edf71d9c7584d542..31e4f3cd9074df1c5ba7a2f482daf10482347568 100644 (file)
@@ -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