X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FBuildNotes.txt;h=045e8fcf87065d619e05ca0ba1f1f0a80488158d;hb=5e407648358d639ed19d228303527133e4c95c25;hp=4d9608400d782211e33aefa80eb847e6cdad1229;hpb=30fdf1140b8d1ce93f3821d986fa165552023440;p=mirror_edk2.git diff --git a/BaseTools/BuildNotes.txt b/BaseTools/BuildNotes.txt index 4d9608400d..045e8fcf87 100644 --- a/BaseTools/BuildNotes.txt +++ b/BaseTools/BuildNotes.txt @@ -6,7 +6,7 @@ Root Package 1.00 Intel is a trademark or registered trademark of Intel Corporation or its subsidiaries in the United States and other countries. * Other names and brands may be claimed as the property of others. -Copyright (c) 2007, Intel Corporation +Copyright (c) 2007, Intel Corporation. All rights reserved. ------------------------------------------------------------------------------- Quick Start @@ -74,11 +74,11 @@ please make sure the environment variable PYTHONPATH is set to /BaseTools/Source/Python - There're four tools written in Python. The entrance file of each tool is listed + There're five tools written in Python. The entrance file of each tool is listed below. build /BaseTools/Source/Python/build/build.py GenFds /BaseTools/Source/Python/GenFds/GenFds.py Trim /BaseTools/Source/Python/Trim/Trim.py MigrationMsa2Inf /BaseTools/Source/Python/MigrationMsa2Inf/MigrationMsa2Inf.py - + UPT /BaseTools/Source/Python/UPT/UPT.py