]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BuildNotes2.txt
Update USB init code to do a softreset.
[mirror_edk2.git] / BuildNotes2.txt
index 78bbf5f0f0d5b2605387263a5a413d103c0f1dcf..693e3b8ba1383ca85b1e982b6d99d6ef27d1067c 100644 (file)
@@ -1,29 +1,28 @@
 Intel(R) Platform Innovation Framework for EFI\r
-EFI Development Kit II Prime (EDK II Prime)\r
+EFI Development Kit II (EDK II)\r
 Root Package 1.00\r
-2008-05-15\r
+2008-05-22\r
 \r
 Intel is a trademark or registered trademark of Intel Corporation or its\r
 subsidiaries in the United States and other countries.\r
 * Other names and brands may be claimed as the property of others.\r
 Copyright (c) 2007 - 2008, Intel Corporation  All rights reserved.\r
 \r
-EDK II Prime packages are in the development phase. They consist of:\r
+EDK II packages are in the development phase. They consist of:\r
 \r
   BuildNotes2.txt         - The build notes for this package\r
-  MdePkg                  - Industry-standard headers and libraries\r
   BaseTools               - Build -specific tools that are designed to help the\r
                             developer create and modify drivers and libraries\r
+  DuetPkg                 - UEFI 2.1.PI 1.0 boot image creation platform\r
+  EdkShellBinPkg          - Binaries of full shell, minimum shell and commands\r
+  FatBinPkg               - Binaries built from the FatPkg \r
   IntelFrameworkPkg       - Tiano/Framework Includes and Libraries\r
-  MdeModulePkg            - UEFI 2.1/PI 1.0 compliant modules\r
   IntelFrameworkModulePKg - Tiano/Framework Includes and Libraries\r
+  MdeModulePkg            - UEFI 2.1/PI 1.0 compliant modules\r
+  MdePkg                  - Industry-standard headers and libraries\r
   Nt32Pkg                 - UEFI 2.1/PI 1.0 emulation environment for Windows\r
-  FatBinPkg               - Binaries built from the FatPkg \r
-  EdkShellBinPkg          - Binaries of full shell, minimum shell and commands\r
-\r
-Note:\r
-  EdkShellBinPkg is supported to support both EDK II build and EDKII Prime\r
-  build by having several module description files.\r
+  OptionRomPkg            - UEFI 2.1 peripheral drivers\r
+  UnixPkg                 - UEFI 2.1/PI 1.0 emulation environment for Unix\r
 \r
 \r
 -------------------------------------------------------------------------------\r
@@ -140,7 +139,6 @@ Tools in Python
   where:\r
 \r
     build/build.py      - The entry tool of build tools\r
-    AutoGen/AutoGen.py  - Generate AutoGen.c/.h and makefile only\r
 \r
   "build.py" steps:\r
     1. Run "edksetup.bat"\r
@@ -151,14 +149,6 @@ Tools in Python
     5. Run "<python_interpreter.exe> <python_source_dir>/build/build.py" or\r
        "<python_source_dir>/build/build.py" directly.\r
 \r
-  "AutoGen.py" steps:\r
-    1. Run "edksetup.bat"\r
-    2. set PYTHONPATH to the local directory of above source\r
-       (BaseTools/Source/Python)\r
-    3. Set ACTIVE_PLATFORM in WORKSPACE\Conf\r
-    4. Run "<python_interpreter.exe> <python_source_dir>/AutoGen/AutoGen.py" or\r
-       "<python_source_dir>/AutoGen/AutoGen.py"\r
-\r
 * Convert Python source to exe file\r
   The tools written in Python can be coverted into executable program which can\r
   be executed without Python interpreter. One of the conversion tools is called\r