]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ReleaseNotes.txt
Merged GCC build
[mirror_edk2.git] / ReleaseNotes.txt
... / ...
CommitLineData
1Intel(R) Platform Innovation Framework for EFI\r
2EFI Development Kit II (EDK II) \r
3Root Package 1.00\r
42006-07-12\r
5\r
6Copyright (c) 2006, Intel Corporation\r
7\r
8This document provides updates to documentation, along with a description on \r
9how to install and build the EDK II.\r
10\r
11Package Contents\r
12----------------\r
13 ReleaseNote.txt- These release notes for the package.\r
14 MdePkg - A package containing Industry Standard headers and libraries\r
15 Tools - A package containing Build Specific tools which are designed\r
16 to help the developer create and modify drivers and\r
17 libraries\r
18 EdkModulePkg - A package containing reference drivers\r
19 EdkFatBinPkg - A package containing binary DXE drivers for the Fat 32 file\r
20 system\r
21 EdkShellBinPkg - A package containing binary Shell applications and commands\r
22 EdkNt32Pkg - A package containing the NT32 Emulation platform reference\r
23\r
24Note: MDE and MDK that appear in other documentation refer to the MdePkg and\r
25Tools packages. These two packages are the minimum requirement for developing\r
26EDK II Packages. It is also recommended that the top level files included\r
27with the EDK be downloaded in conjunction with these two packages.\r
28\r
29The following package will be available as a separate project, under a \r
30different license, on the TianoCore website: https://fat-driver2.tianocore.org\r
31\r
32 EdkFatPkg - A package containing source DXE drivers for the Fat 32 file\r
33 system\r
34\r
35Note: Documents have the following filenames:\r
36 EDK II Module Development Environment Library Specification v0.50 \r
37 (MDE_Library_Spec_0_50.rtf)\r
38 EDK II Build and Packaging Architecture Specification v0.50\r
39 (Build_Packaging_Spec_0_50.rtf)\r
40 EDK II Platform Configuration Database Infrastructure Description v0.51\r
41 (PCD_Infrastructure_0_51.rtf)\r
42 EDK II Module Surface Area v0.50\r
43 (Module_Surface_Area_0_50.rtf)\r
44 EDK II Module Development Environment (MDE) Package Specification v0.50\r
45 (MDE_Package_Spec_0_50.rtf)\r
46 EDK II C Coding Standards Specification v0.50\r
47 (C_Coding_Standards_Specification_ 0_50.rtf)\r
48 EDK II Subversion Setup Guide\r
49 (edk2-subversion-setup.rtf)\r
50\r
51Pre-Requisites\r
52--------------\r
53The following list of tools must be installed on the development workstation\r
54prior to using the Edk II.\r
55\r
56Compiler Tool Chain\r
57 Microsoft* Visual Studio .NET 2003* (http://www.microsoft.com)\r
58 or\r
59 A special GCC version 4.x or later (http://gcc.gnu.org). See below.\r
60\r
61Assembler Tool Chain\r
62 Microsoft Macro Assembler, version 6.15 or later\r
63 or\r
64 GNU binutils 2.16.1 or later\r
65\r
66Java Development Kit ( Java 5.0 or later)\r
67 Sun* jdk-1.5.0_04 or later (http://java.sun.com)\r
68 or\r
69 Bea Systems* jrockit-25.2.0-jdk1.5.0_03 or later (http://www.bea.com)\r
70\r
71Java Tools\r
72 Apache-ANT, version 1.6.5 or later (http://ant.apache.org)\r
73 Ant-contrib, version 1.0b2 or later\r
74 (http://prdownloads.sourceforge.net/ant-contrib/ant-contrib-1.0b2-bin.zip?download)\r
75 Saxon8, version 8.1.1\r
76 (http://prdownloads.sourceforge.net/saxon/saxonb8-1-1.zip?download)\r
77 XMLBeans, version 2.1.0 (http://xmlbeans.apache.org)\r
78 DO NOT download the latest XMLBeans, version 2.2.0. It cannot work with\r
79 Saxon8, version 8.1.1.\r
80\r
81Other Tools\r
82 TortoiseSVN version 1.3.3. (http://tortoisesvn.tigris.org/)\r
83\r
84Optional Tools\r
85--------------\r
86Compiler Tool Chains:\r
87 Intel C++ Compiler for Windows, ver. 9.0 or later (http://www.intel.com)\r
88 Intel C Compiler for EFI Byte Code, ver. 1.2 or later \r
89 (http://www.intel.com/cd/software/products/asmo-na/eng/compilers/efibc/index.htm)\r
90 Microsoft Driver Development Kit, version 3790.1830 or later\r
91 (http://www.microsoft.com/whdc/devtools/ddk/orderddkcd.mspx)\r
92 Microsoft ACPI Source Language Assembler, Version 1.0.13NT or later\r
93 Intel ACPI Component Architecture, version 20060113\r
94\r
95-----------------------\r
96Notes On Required Tools (Source Control System)\r
97-----------------------\r
98The EDK II is being managed by the Subversion Source Control on Tianocore.org.\r
99This software package provides speed, security, and additional features. The\r
100recommended client is TortoiseSVN version 1.3.3. \r
101 (Available at http://tortoisesvn.tigris.org/)\r
102\r
103There are instructions for the use of Subversion Source Control on the\r
104Tianocore.org website, as part of the checkout procedures.\r
105\r
106The URL of the EDK II repository is:\r
107 https://edk2.tianocore.org/svn/edk2/trunk/edk2\r
108\r
109\r
110-----------------------\r
111Notes On Required Tools (With examples for Windows, OS X, and Linux) \r
112-----------------------\r
113Software Installation Order:\r
114 After installing the compiler tools and your Subversion client, the following\r
115 required tools should be installed in order: \r
116 Java JDK, Apache-Ant, ant-contrib, xmlbeans, saxon8\r
117\r
118Java Development Kit:\r
119 \r
120 The Java Environment Variable must be set before attempting to build.\r
121 For Sun JDK (see note below*):\r
122 set JAVA_HOME=c:\Java\jdk1.5.0_06 (Windows example)\r
123 export JAVA_HOME=/Library/Java/Home/ (OS X example)\r
124 export JAVA_HOME=/usr/lib/j2sdk1.5-sun/ (Linux example)\r
125 For Bea Systems:\r
126 set JAVA_HOME=c:\Java\jrockit-R26.0.0-jdk1.5.0_04\r
127 \r
128 *When using the Sun JDK5.0\r
129 During installation, you should specify the install directory as C:\Java\r
130 instead of C:\Program Files\(or some other drive letter.) While installing\r
131 to this non-standard location is not required. In use, it seems to work \r
132 more reliably. \r
133 For the JDK, the install path would be C:\Java\jdk1.5.0_06\r
134 For the JRE, the install path would be C:\Java\jre1.5.0_06\r
135 Alternatively, you can specify C:\sunjavajdk and C:\sunjavajre.\r
136\r
137 NOTE: You cannot combine the location for the JDK and the JRE, as the JRE\r
138 install removes most of the binaries and libraries installed by the JDK\r
139 install.\r
140\r
141Java Tools:\r
142 The Apache-ANT requires the ANT_HOME environment variable to be set before\r
143 attempting to build:\r
144 i.e. set ANT_HOME=c:\<full path to where ant was installed>\r
145 export ANT_HOME=~/ExternalTools/apache-ant (OS X and Linux example)\r
146\r
147 The ant-contrib.jar file should be installed in the %ANT_HOME%\lib \r
148 directory.\r
149\r
150 The XMLBeans, requires the XMLBEANS_HOME environment variable to be set\r
151 before attempting to build:\r
152 i.e. set XMLBEANS_HOME=C:\<full path to where xmlbeans was installed>\r
153 export XMLBEANS_HOME=~/ExternalTools/xmlbeans (OS X and Linux example)\r
154\r
155 The saxon8.jar file should be copied to the %XMLBEANS_HOME%\lib directory.\r
156\r
157 The Ant and XMLBean tools are required to be in the path.\r
158 MS system example:\r
159 set PATH=%PATH%;%ANT_HOME%\bin;%XMLBEANS_HOME%\bin\r
160 Linux/OS X bash shell example:\r
161 export PATH=$PATH:${ANT_HOME}/bin:${XMLBEANS_HOME}/bin\r
162\r
163--------------------\r
164A Word on Apache-ANT\r
165--------------------\r
166The Apache-ANT program is a build tool that uses XML-based project files.\r
167Similar to Makefiles, these project files may contain multiple targets. Most\r
168build.xml files in EDK II are auto-generated; any edits performed on the\r
169build.xml files will be overwritten the next time build is executed.\r
170\r
171Pre-defined targets in the build.xml file include:\r
172 all - This target builds binaries for defined architectures\r
173 clean - This target removes object files generated by commands\r
174 cleanall - This target removes all generated files and directories.\r
175\r
176------------------------\r
177A Word on GCC tool chain\r
178------------------------\r
179EDK II will not compile with a standard Linux gcc tool chain. While Linux\r
180distributions are usually based on ELF, EDK II requires a version of gcc \r
181that is configured to produce PE-COFF images. You will find a script in \r
182edk2/Tools/gcc that will download, configure, compile, and install a gcc \r
1834.X cross-compile tool chain for EDK II development. It has support for \r
184the IA32 architecture. It can be built and run on Cygwin, Linux, and many \r
185other POSIX compliant host operating environments. There are a few tools\r
186that you will need on your host computer in order to compile the tool \r
187chain. Among them are bash, gcc, gmake, curl (or wget).\r
188\r
189\r
190-----------------------\r
191Notes On Documentation\r
192-----------------------\r
193The documents are being managed by the Subversion Source Control on\r
194Tianocore.org. The document repository is "docs" and must be checked out\r
195separately from the EDK II source tree. Refer to the checkout procedures on\r
196the Tianocore.org website for EDK II.\r
197\r
198The URL of the document repository is:\r
199 https://edk2.tianocore.org/svn/edk2/trunk/docs\r
200\r
201 \r
202-------------------------------------------------------------------------------\r
203Quick Start \r
204-----------\r
205(assumes Microsoft Tools and OS Environment, for GCC Tools or Unix, please see \r
206"Detailed Starting Instructions" below)\r
207\r
208Follow the instructions at https://edk2.tianocore.org/servlets/ProjectSource to\r
209checkout the entire EDK II source tree.\r
210\r
211In a command window, change to the top level directory of the Edk II sources.\r
212\r
213To test your tool chain setup and to build the Supplied Tools, execute:\r
214 c:\MyWork\edkii\> edksetup ForceBuild\r
215\r
216(The edksetup command will be referred to as the setup command throughout the \r
217rest of this document.)\r
218 NOTE: You should run the setup command at the start of every session.\r
219 This configures the environment to include the TianoTools and the\r
220 Java applications and libraries.\r
221\r
222You will need to set the WORKSPACE environment variable, or run the edksetup\r
223script (without any arguments) any time you want to build.\r
224\r
225 Set the WORKSPACE environment variable, e.g.:\r
226\r
227 c:\> set WORKSPACE=C:\MyWork\edkii\r
228\r
229You may need to edit the text files, Tools/Conf/target.txt and\r
230Tools/Conf/tools_def.txt (created by edksetup,) using your favorite \r
231text editor to ensure that the paths to the tools you want to use \r
232to build EDK II binaries are correct. These files contain the default \r
233paths (as per the default installation of the tools), so a customized \r
234install may require this manual process.\r
235\r
236Once this is completed, you are ready to test the Build, by executing:\r
237 c:\MyWork\edkii\> build\r
238\r
239This command builds active platform specified in text file target.txt. If \r
240active platform is not specified, go to sub-directory which contains FPD files and\r
241type build. More information about active platform policy reference to specification\r
242<<EDK II Build and Packaging Architecture Specification>>.\r
243\r
244-------------------------------------------------------------------------------\r
245Detailed Start Instructions\r
246---------------------------\r
247\r
248Follow the instructions at https://edk2.tianocore.org/servlets/ProjectSource to\r
249checkout the entire EDK II source tree.\r
250\r
251In a command window, change to the top level directory of the Edk II sources.\r
252\r
253If the active compiler tool chain is GCC, you must set the\r
254environment variable, TOOL_CHAIN to "gcc" before running the\r
255edksetup script. Example: export TOOL_CHAIN=gcc\r
256\r
257To test your tool chain setup and to build the Supplied Tools, execute:\r
258 c:\MyWork\edkii\> edksetup ForceBuild\r
259\r
260On Unix systems you must source the edksetup.sh file to load the correct\r
261settings into your shell.\r
262\r
263 . edksetup.sh # Note the dot.\r
264\r
265The edksetup command will be referred to as the setup command throughout the \r
266rest of this document.)\r
267 NOTE: You should run the setup command at the start of every session.\r
268 This configures the environment to include the TianoTools and the\r
269 Java applications and libraries.\r
270\r
271Any changes to the tool source code or XML Schema documents will require that\r
272you run:\r
273 c:\MyWork\edkii\> edksetup ForceBuild\r
274\r
275You will need to set the WORKSPACE environment variable, or run the edksetup\r
276script (without any arguments) any time you want to build.\r
277\r
278 Set the WORKSPACE environment variable, e.g.:\r
279\r
280 c:\> set WORKSPACE=C:\MyWork\edkii\r
281\r
282You may need to edit the text files, Tools/Conf/target.txt and\r
283Tools/Conf/tools_def.txt (created by edksetup,) using your favorite \r
284text editor to ensure that the paths to the tools you want to use \r
285to build EDK II binaries are correct. These files contain the default \r
286paths (as per the default installation of the tools), so a customized \r
287tool installation may require this manual process.\r
288\r
289Once this is completed, you are ready to test the Build, by executing:\r
290 c:\MyWork\edkii\> build\r
291\r
292This command builds active platform specified in text file target.txt. If \r
293active platform is not specified, go to sub-directory which contains FPD files and\r
294type build. More information about active platform policy reference to specification\r
295<<EDK II Build and Packaging Architecture Specification>>.\r
296\r
297-------------------------\r
298Individual Platform Builds\r
299-------------------------\r
300After running the setup command, you can build individual platforms.\r
301 In the command window, \r
302 1. Set active platform in target.txt, and type "build" in whatever directory;\r
303 2. or cd to the platform (FPD file) that you want to build, and just type:\r
304 c:\MyWork\edkii\EdkNt32Pkg\> build\r
305\r
306 Note that active platform with the high priority to build, that means active \r
307 platform will be built even if exists FPD file under current directory. More \r
308 information about active platform policy reference to specification\r
309 <<EDK II Build and Packaging Architecture Specification>>. \r
310\r
311Go to <full build path>\DEBUG\MSFT\IA32 and execute SecMain.exe\r
312to run the Nt32 emulation platform under Microsoft Windows.\r
313\r
314To exit the Nt32 emulation platform, you may type reset at the EFI Shell>\r
315command prompt. Alternately, you may use the Graphical interface, Boot\r
316Maintenance Manager screen's Reset System command.\r
317\r
318------------------------\r
319Individual Module Builds\r
320------------------------\r
321After running the setup command, you can build individual modules.\r
322 In the command window, cd to the module that you want to build, and just\r
323 type:\r
324 c:\MyWork\edkii\MdePkg\Library\BaseLib\> build\r
325\r
326 Note active platform must be set for individual module build. \r
327\r
328-------------------------------------------------------------------------------\r
329\r
330General Information:\r
331=============================================================== \r
332Mechanisms:\r
333----------\r
334A brief overview:\r
335\r
336A) Surface Area Package Description (SPD) file contains information about the\r
337modules that the package contains, including the location of all MSA files, and\r
338public library names and headers that might be provided by a module in the\r
339package. Packages are defined by SPD files. (Found in the root of the Package\r
340subdirectory (i.e. EdkNt32Pkg)) The SPD is further explained in the "EDK Build \r
341and Packaging Architecture Specification" document.\r
342 \r
343B) Module Surface Area Definition (MSA) files. A description of a module's \r
344surface area, with all module specific default flags and features specified.\r
345Refer to the "Module Surface Area Architecture Specification" for additional\r
346details. The MSA is further explained in the "EDK II Build Packaging Architecture \r
347Specification" document.\r
348\r
349C) Framework Platform Description (FPD) files. A description of a platform's\r
350surface are, including a list of modules that are needed by the platform. To\r
351support individual module builds, developers are not required to provide\r
352information about specific flash devices, nor flash device layout. There are\r
353specific sections in the FPD file that do control aspects of the build, such \r
354as the Supported Architectures and Build Targets, as well as the tool flags \r
355that are used to create the binary files. A valid platform file can specify \r
356zero or more modules, so individual modules can be compiled within the context\r
357of a platform (FPD) definition.\r
358\r
359D) Platform Configuration Database (PCD). A platform database which contains a\r
360variety of current platform settings or directives by which a driver or\r
361application can interact with. The PCD is defined by the PCD_Protocol (This is\r
362further explained in the "Platform Configuration Database Infrastructure \r
363Description" document.\r
364\r
365E) Library Class. A library class is a logical grouping of similar functions.\r
366When developing components, the module surface area declares the class of\r
367libraries that can be used by the component. The MSA and SPD files can specify\r
368a recommended instance of the library that a platform integrator may select,\r
369however this is only a recommendation. The PI may choose to select a different\r
370library instance to be used during compilation/linking. All library type modules \r
371must include header files in their distribution package, as well as their MSA\r
372files. Components, on the other hand, need only provide an MSA and either source\r
373or binary files when distributing packages. The Library Classes are further \r
374explained in the "EDK II Build and Packaging Architecture Specification" \r
375document.\r
376\r
377=========================================================================\r
378The common operations by developers of new modules are:\r
379-------------------------------------------------------\r
380\r
3811) How to manually create a new module in a package:\r
382 - The module source code must first be created in an appropriate directory\r
383 (under the package the module is to be a part of.) \r
384 - An MSA file must be created, spelling out all aspects of the module.\r
385 - The MSA must be added to the SPD for the package to include the module.\r
386\r
387-----------------------------------------\r
3882) Add/Remove module(s) to/from a package:\r
389\r
390 - Setup environment as Build\r
391 - Add a module to a package\r
392 * Generate the module SurfaceArea description file\r
393 * Add a new <Filename> element under <MsaFiles> into\r
394 <PackageDir>\<PackageName>.spd, using relative path to package\r
395 * Add a new <ModuleSA> entry under each <FrameworkModules> into\r
396 <PackageDir>\<PackageName>.fpd file if necessary. \r
397\r
398 - Remove a module from a package\r
399 * Comment out or remove corresponding <Filename> element under <MsaFiles>\r
400 from <PackageDir>\<PackageName>.spd\r
401 * Comment out or remove corresponding <ModuleSA> entry under each\r
402 <FrameworkModules> from <PackageDir>\<PackageName>.fpd if necessary. \r
403\r
404-----------------------------------\r
4053) How to manually create a package:\r
406 - Identify the modules that are to be members of the project.\r
407 - Identify the Variables and Guids required in and of the Package (including\r
408 consumption/production information).\r
409 - Create an SPD file defining these modules and calling out their MSA files.\r
410 - add a new <Filename> element under <PackageList> into \r
411 Tools\Conf\FrameworkDatabase.db, using the relative path to workspace. \r
412\r
413--------------------------------------\r
4144) Declare a new Protocol in a package: \r
415 - This release requires manual editing of the SPD file, adding the protocol\r
416 to the ProtocolDeclarations section of the file. \r
417 - Add the Protocol .h file to the Include\Protocol directory.\r
418 - Add an <Entry> to the <ProtocolDeclarations> element in the \r
419 <PackageName>.spd file\r
420 * Each line contains Protocol base name then the global variable name and\r
421 then the hex value of the Protocol GUID.\r
422\r
423Example Protocol Entries (NOTE: The Guid entry is a single line in the SPD file):\r
424<ProtocolDeclarations>\r
425 <Entry Name="Bds">\r
426 <C_Name>gEfiBdsArchProtocolGuid</C_Name>\r
427 <GuidValue>665E3FF6-46CC-11D4-9A38-0090273FC14D</GuidValue>\r
428 <HelpText/>\r
429 </Entry>\r
430 <Entry Name="Cpu">\r
431 <C_Name>gEfiCpuArchProtocolGuid</C_Name>\r
432 <GuidValue>26BACCB1-6F42-11D4-BCE7-0080C73C8881</GuidValue>\r
433 <HelpText/>\r
434 </Entry>\r
435</ProtocolDeclarations>\r
436\r
437---------------------------------\r
4385) Declare a new PPI in a package:\r
439 - This release requires manual editing of the SPD file\r
440 - Add the PPI .h file to the Include\Ppi directory.\r
441 - Add an <Entry> to the package <PpiDeclarations> element in the \r
442 <PackageName>.spd file\r
443 * Each line contains PPI base name then the global variable name and then\r
444 the hex value of the PPI GUID.\r
445\r
446Example Ppi Entries (NOTE: The Guid entry is a single line in the SPD file):\r
447<PpiDeclarations>\r
448 <Entry Name="BootInRecoveryMode">\r
449 <C_Name>gEfiPeiBootInRecoveryModePpiGuid</C_Name>\r
450 <GuidValue>17EE496A-D8E4-4B9A-94D1-CE8272300850</GuidValue>\r
451 <HelpText/>\r
452 </Entry>\r
453 <Entry Name="CpuIo">\r
454 <C_Name>gEfiPeiCpuIoPpiInServiceTableGuid</C_Name>\r
455 <GuidValue>E6AF1F7B-FC3F-46DA-A828-A3B457A44282</GuidValue>\r
456 <HelpText/>\r
457 </Entry>\r
458</PpiDeclarations>\r
459\r
460----------------------------------\r
4616) Declare a new GUID in a package:\r
462 - This release requires manual editing of the SPD file to include the new\r
463 Guid. This is identical to adding a ProtocolDeclaration or PpiDeclaration\r
464 element as described above.\r
465\r
466--------------------------------------- \r
4677) Declare a new PCD entry in a package:\r
468 - This release requires manual editing of the SPD file to include the new\r
469 PCD. New Pcd entries are added to the PcdDefinitions section of the\r
470 <PackageName>.spd file using the following example for the format:\r
471 NOTE: The hex <Token> value must be unique.\r
472\r
473<PcdDeclarations>\r
474 <PcdEntry ItemType="FIXED_AT_BUILD">\r
475 <C_Name>PcdMaximumUnicodeStringLength</C_Name>\r
476 <Token>0x00000001</Token>\r
477 <TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>\r
478 <DatumType>UINT32</DatumType>\r
479 <ValidUsage>FIXED_AT_BUILD</ValidUsage>\r
480 <DefaultValue>1000000</DefaultValue>\r
481 <HelpText>The maximum lengh for unicode string.</HelpText>\r
482 </PcdEntry>\r
483</PcdDeclarations>\r
484 \r
485------------------------------\r
4868) Declare a new Library Class:\r
487 - This release requires manual editing of the SPD file to include the new\r
488 Library Class. New Library Class entries are added to the \r
489 LibraryClassDeclarations seection of the <PackageName>.spd file using\r
490 the following example for the format:\r
491\r
492<LibraryClassDeclarations>\r
493 <LibraryClass Name="BaseLib">\r
494 <IncludeHeader>Include/Library/BaseLib.h</IncludeHeader>\r
495 <HelpText/>\r
496 </LibraryClass>\r
497 <LibraryClass Name="BaseMemoryLib">\r
498 <IncludeHeader>Include/Library/BaseMemoryLib.h</IncludeHeader>\r
499 <HelpText/>\r
500 </LibraryClass>\r
501</LibraryClassDeclarations>\r
502\r
503=======================================================\r
504Notes:\r
505------\r
506The EDK II represents significant changes in the structure of the EDK.\r
507Therefore it is very difficult to isolate all of the changes of this version of\r
508the EDK with the previous (EDK 1.0) version.\r
509\r
510Of particular note:\r
511\r
5121) EDK II contains new hardware feature support for the ICH SMBUS Libraries.\r
513 These libraries are provided to make Memory Reference Code (MRC) development\r
514 easier.\r
5152) The MDE Libraries - The MDE libraries represent significant changes in source\r
516 (with only limited changes in functionality.) These new libraries conform\r
517 to the "MDE Library Specification". \r
5183) The Fat Binary and the EDK Shell Binary Packages are functionally identical\r
519 to the EDK 1.0 version.\r
5204) The EDK tools directory has been expanded to include more tools and more\r
521 tool functionality.\r
5225) The EDK NT32 section has been ported to the new build process, but\r
523 functionally remains the same as the EDK 1.0 version.\r
5246) The Application "HelloWorld" has been ported to EDK II as well.\r
525\r
526=======================================================\r
527Virus scanned by McAfee VirusScan Enterprise 8.0.0, Virus Definitions 4718, no\r
528virus detected.\r
529\r