X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BuildNotes2.txt;h=3e6f6f96d068a25d47240ab947768bbf1846eef5;hp=78bbf5f0f0d5b2605387263a5a413d103c0f1dcf;hb=ee686203fdf8743eae23ffbcf5837954cfafb9a5;hpb=1f4c44ad26509d39ee4b6070205c72c702fd0c05 diff --git a/BuildNotes2.txt b/BuildNotes2.txt index 78bbf5f0f0..3e6f6f96d0 100644 --- a/BuildNotes2.txt +++ b/BuildNotes2.txt @@ -1,35 +1,23 @@ Intel(R) Platform Innovation Framework for EFI -EFI Development Kit II Prime (EDK II Prime) -Root Package 1.00 -2008-05-15 +EFI Development Kit II (EDK II) +2010-03-31 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 - 2010, Intel Corporation All rights reserved. -EDK II Prime packages are in the development phase. They consist of: +EDK II packages can be checked out from the following SVN address: +http://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2 - BuildNotes2.txt - The build notes for this package - MdePkg - Industry-standard headers and libraries - BaseTools - Build -specific tools that are designed to help the - developer create and modify drivers and libraries - IntelFrameworkPkg - Tiano/Framework Includes and Libraries - MdeModulePkg - UEFI 2.1/PI 1.0 compliant modules - IntelFrameworkModulePKg - Tiano/Framework Includes and Libraries - Nt32Pkg - UEFI 2.1/PI 1.0 emulation environment for Windows - FatBinPkg - Binaries built from the FatPkg - EdkShellBinPkg - Binaries of full shell, minimum shell and commands - -Note: - EdkShellBinPkg is supported to support both EDK II build and EDKII Prime - build by having several module description files. +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 + http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=Step-by-step_instructions ------------------------------------------------------------------------------- @@ -135,12 +123,11 @@ Tools in Python 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 + http://edk2-buildtools.svn.sourceforge.net/svnroot/edk2-buildtools/trunk/BaseTools where: build/build.py - The entry tool of build tools - AutoGen/AutoGen.py - Generate AutoGen.c/.h and makefile only "build.py" steps: 1. Run "edksetup.bat" @@ -151,14 +138,6 @@ Tools in Python 5. Run " /build/build.py" or "/build/build.py" directly. - "AutoGen.py" steps: - 1. Run "edksetup.bat" - 2. set PYTHONPATH to the local directory of above source - (BaseTools/Source/Python) - 3. Set ACTIVE_PLATFORM in WORKSPACE\Conf - 4. Run " /AutoGen/AutoGen.py" or - "/AutoGen/AutoGen.py" - * Convert Python source to exe file The tools written in Python can be coverted into executable program which can be executed without Python interpreter. One of the conversion tools is called