X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BuildNotes2.txt;h=45520536a25cff3561fe3320e81b610ad1716522;hp=693e3b8ba1383ca85b1e982b6d99d6ef27d1067c;hb=5a1bfda4bd04815ed8c7489e2db47f9a1f245566;hpb=a64823fb4ef18d860809d49d8c199c7b9f12d36f diff --git a/BuildNotes2.txt b/BuildNotes2.txt index 693e3b8ba1..45520536a2 100644 --- a/BuildNotes2.txt +++ b/BuildNotes2.txt @@ -1,34 +1,23 @@ Intel(R) Platform Innovation Framework for EFI EFI Development Kit II (EDK II) -Root Package 1.00 -2008-05-22 +2011-12-14 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 - 2008, Intel Corporation All rights reserved. +Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved. -EDK II packages are in the development phase. They consist of: +EDK II packages can be gathered from the following address: + https://github.com/tianocore/edk2.git - BuildNotes2.txt - The build notes for this package - BaseTools - Build -specific tools that are designed to help the - developer create and modify drivers and libraries - DuetPkg - UEFI 2.1.PI 1.0 boot image creation platform - EdkShellBinPkg - Binaries of full shell, minimum shell and commands - FatBinPkg - Binaries built from the FatPkg - IntelFrameworkPkg - Tiano/Framework Includes and Libraries - IntelFrameworkModulePKg - Tiano/Framework Includes and Libraries - MdeModulePkg - UEFI 2.1/PI 1.0 compliant modules - MdePkg - Industry-standard headers and libraries - Nt32Pkg - UEFI 2.1/PI 1.0 emulation environment for Windows - OptionRomPkg - UEFI 2.1 peripheral drivers - UnixPkg - UEFI 2.1/PI 1.0 emulation environment for Unix +The detailed introduction of these packages can be found in each package +description file. (The *.dec file under the package directory) ------------------------------------------------------------------------------- The most recent version of the setup instructions is available on the EDK II web-site: - https://edk2.tianocore.org/installation.html + https://github.com/tianocore/tianocore.github.io/wiki/Getting%20Started%20with%20EDK%20II ------------------------------------------------------------------------------- @@ -56,26 +45,27 @@ dlls are not required for normal development. c:\MyWork\edk2\> edksetup --nt32 -The default tool chain (named MYTOOLS) is pre-configured to use VS2005 for IA32 -and X64 target architectures and the DDK for IPF target architectures. To use a +The default tool chain (named MYTOOLS) is pre-configured to use VS2008 for IA32 +and X64 target architectures and DDK3790 for IPF target architectures. To use a different tool chain, either modify the tools_def.txt file's MYTOOLS entries, or modify the %WORKSPACE%\Conf\target.txt file's TOOL_CHAIN_TAG. The pre-defined tags are listed near the top of the %WORKSPACE%\Conf\tools_def.txt file, below the Supported Tool Chains comment. Alternatively, you may use the build command's -t option to specify a different -tool chain tag name: build -t VS2003 ... , for example. Using this method will -require that you always use the build command's -t option. +tool chain tag name: build -t VS2008 ... , for example. Using this method will +require that you always use the build command's -t option. If you use 64-bit +Windows OS, you should use tool chain tag name with x86, such as VS2008x86. -Next, go to the module directory and begin to build. This example is for the +Next, go to the module directory and begin to build. This example is for the HelloWorld application. c:\MyWork\edk2\> cd MdeModulePkg\Application\HelloWorld c:\MyWork\edk2\> build If you want to build the a module in another package (for example, -MdePkg\Library\BaseLib\BaseLib.inf), please edit the file, -%WORKSPACE%\Conf\Target.txt, first. +MdePkg\Library\BaseLib\BaseLib.inf), please edit the file +%WORKSPACE%\Conf\Target.txt first. Change the following line ACTIVE_PLATFORM = MdeModulePkg/MdeModulePkg.dsc @@ -129,12 +119,10 @@ run - Launch NT32 shell (only valid for NT32 platform) Tools in Python --------------- -* Run buld tool written in Python from source - The build tool written in Python can be executed from its source directly as - long as you have the Python interpreter (version 2.5) installed. The source - of Python code is locating at: - - https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python +* Run build tool written in Python from source + It can be executed from its source directly as long as you have the Python + interpreter (version 2.5.4) installed. The source code is located at + WORKSPACE/BaseTools. where: