]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ReleaseNotes.txt
Added type cast (VOID *) to the third parameter of GetHiiVariable, to avoid compiling...
[mirror_edk2.git] / ReleaseNotes.txt
index b885341c81bf0e21005360c3c80f270de35aa036..cf28c8a045126d3e1f368e85d0d1659ee941c78b 100644 (file)
@@ -1,12 +1,12 @@
 Intel(R) Platform Innovation Framework for EFI\r
-EFI Development Kit 2.0 (EDK II) \r
-Alpha Release\r
-2006-04-26\r
+EFI Development Kit II (EDK II) \r
+Root Package 1.00\r
+2006-07-06\r
 \r
 Copyright (c) 2006, Intel Corporation\r
 \r
 This document provides updates to documentation, along with a description on \r
-how to install and build the Edk II.\r
+how to install and build the EDK II.\r
 \r
 Package Contents\r
 ----------------\r
@@ -18,6 +18,8 @@ Package Contents
   EdkModulePkg   - A package containing reference drivers\r
   EdkFatBinPkg   - A package containing binary DXE drivers for the Fat 32 file\r
                    system\r
+  EdkFatPkg      - A package containing source DXE drivers for the Fat 32 file\r
+                   system\r
   EdkShellBinPkg - A package containing binary Shell applications and commands\r
   EdkNt32Pkg     - A package containing the NT32 Emulation platform reference\r
 \r
@@ -273,17 +275,13 @@ Refer to the "Module Surface Area Architecture Specification" for additional
 details. The MSA is further explained in the "Build Packaging Specification"\r
 document.\r
  \r
-C) Module Build Description (MDB). The "as-built" definition file that contains\r
-only the changes to the default flags defined in the MSA. The MSA and MDB are\r
-further explained in the "Build Packaging Specification" document.\r
-\r
-D) Platform Configuration Database (PCD).  A platform database which contains a\r
+C) Platform Configuration Database (PCD).  A platform database which contains a\r
 variety of current platform settings or directives by which a driver or\r
 application can interact with.  The PCD is defined by the PCD_Protocol (This is\r
 further explained in the "Platform Configuration Database Infrastructure \r
 Description" document.\r
 \r
-E) Library Class.  A library class is a logical grouping of similar functions.\r
+D) Library Class.  A library class is a logical grouping of similar functions.\r
 When developing components, the module surface area declares the class of\r
 libraries that can be used by the component. The MBD file specifies the\r
 instance(s) of the library that will be used during compilation/linking. All\r