summaryrefslogtreecommitdiffstats
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authoryshi8 <yshi8@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-06 10:42:42 +0000
committeryshi8 <yshi8@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-06 10:42:42 +0000
commit362271d685df4a7764b8851fb2ae94a8cc7f87a2 (patch)
treef2f01b0585c0d2ee7c463bfca34e43312babd1b1 /ReleaseNotes.txt
parent28c73f6ef7fc6cb1803d80761002ec2a7330d833 (diff)
downloadedk2-362271d685df4a7764b8851fb2ae94a8cc7f87a2.tar.gz
edk2-362271d685df4a7764b8851fb2ae94a8cc7f87a2.tar.bz2
edk2-362271d685df4a7764b8851fb2ae94a8cc7f87a2.zip
I refined some names, added description for FAT source package, and removed the description for MBD.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@797 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt18
1 files changed, 8 insertions, 10 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index b885341c81..cf28c8a045 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,12 +1,12 @@
Intel(R) Platform Innovation Framework for EFI
-EFI Development Kit 2.0 (EDK II)
-Alpha Release
-2006-04-26
+EFI Development Kit II (EDK II)
+Root Package 1.00
+2006-07-06
Copyright (c) 2006, Intel Corporation
This document provides updates to documentation, along with a description on
-how to install and build the Edk II.
+how to install and build the EDK II.
Package Contents
----------------
@@ -18,6 +18,8 @@ Package Contents
EdkModulePkg - A package containing reference drivers
EdkFatBinPkg - A package containing binary DXE drivers for the Fat 32 file
system
+ EdkFatPkg - A package containing source DXE drivers for the Fat 32 file
+ system
EdkShellBinPkg - A package containing binary Shell applications and commands
EdkNt32Pkg - A package containing the NT32 Emulation platform reference
@@ -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"
document.
-C) Module Build Description (MDB). The "as-built" definition file that contains
-only the changes to the default flags defined in the MSA. The MSA and MDB are
-further explained in the "Build Packaging Specification" document.
-
-D) Platform Configuration Database (PCD). A platform database which contains a
+C) Platform Configuration Database (PCD). A platform database which contains a
variety of current platform settings or directives by which a driver or
application can interact with. The PCD is defined by the PCD_Protocol (This is
further explained in the "Platform Configuration Database Infrastructure
Description" document.
-E) Library Class. A library class is a logical grouping of similar functions.
+D) Library Class. A library class is a logical grouping of similar functions.
When developing components, the module surface area declares the class of
libraries that can be used by the component. The MBD file specifies the
instance(s) of the library that will be used during compilation/linking. All