X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FReadMe.txt;h=724e702d6264abc22e42c46c9dc993f180e64901;hb=d4a20ec9dc608d2d3daf03cf68154230e04819f3;hp=044b366c3ee5ad9aece113898fe6dc9ccb8ec919;hpb=03edc4b23942b6ef2fdf5593b07f2357ee1fe486;p=mirror_edk2.git diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt index 044b366c3e..724e702d62 100644 --- a/BaseTools/ReadMe.txt +++ b/BaseTools/ReadMe.txt @@ -28,16 +28,16 @@ Notes: 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: - r750 \BaseTools\Source\Python\Autogen - r750 \BaseTools\Source\Python\build - r750 \BaseTools\Source\Python\Common - r750 \BaseTools\Source\Python\CommonDataClass - r750 \BaseTools\Source\Python\GenFds + r844 \BaseTools\Source\Python\Autogen + r844 \BaseTools\Source\Python\build + r844 \BaseTools\Source\Python\Common + r844 \BaseTools\Source\Python\CommonDataClass + r844 \BaseTools\Source\Python\GenFds 4) GenFds.exe has is a combo of the follow python source.(This is a temporary branch) - r750 \BaseTools\Source\Python\Common - r750 \BaseTools\Source\Python\CommonDataClass - r750 \BaseTools\Source\Python\GenFds + r843 \BaseTools\Source\Python\Common + r843 \BaseTools\Source\Python\CommonDataClass + r843 \BaseTools\Source\Python\GenFds Brief usage for Migration Tool MigrationMsa2Inf.exe: 1. Command line format: @@ -121,6 +121,22 @@ It searches all INF, DEC and DSC file under and update them wit PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf } +Brief usage for Migration Tool Spd2Dec.exe: +1. Command line format: + Spd2Dec [options] input_filename +2. Input File: + A syntactically valid SPD file +3. Output Files: + A DEC file whose syntax confirms to DEC spec. + +4. Example: + a. Spd2Dec -o c:\work\EdkII\Nt32Pkg\Nt32.spd c:\work\EdkII\Nt32Pkg\Nt32.dec + b. Spd2Dec -a c:\work\EdkII\Nt32Pkg\Nt32.spd + Example a & b are equivalent to migrate Nt32 package SPD file from EDKII to EDKII' snytax. + +6. Pyton Source + r777 \BaseTools\Source\Python\spd2Dec + Brief usage for Migration Tool Fpd2Dsc.exe: 1. Command line format: Fpd2Dsc [options] input_filename