]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/ChangeLog.txt
1. Add DPC protocol and DpcLib library in MdeModulePkg.
[mirror_edk2.git] / BaseTools / ChangeLog.txt
CommitLineData
07a756b9 1##########################################################################################\r
2!!!!!!!!!!!!!!!!! Notes for this ChangeLog.txt !!!!!!!!!!!!!!!!!\r
3\r
4This log file is used to record two kinds of important information:\r
5 a) "Non-Compatible Changes": all non-compatible changes should be recorded. These info\r
6 will help the package user to merge this package; and some non-compatible changes\r
7 can also be added into release notes as news features when we release this package.\r
8 Normally Non-Compatible Changes contains the following types:\r
9 1) Package's external services were changed/updated\r
10 2) Package's common .h file is renamed, deleted, or the file path is changed.\r
11 3) The definition of package's common data structure is changed\r
12 ...\r
13\r
14 b) "Important Compatible Changes": some important compatible changes can aslo be recorded\r
15 in this file, and we can add these updating into release notes when we release this\r
16 package.\r
17\r
18Non-Compatible and Compatible example format:\r
19==========================================================================================\r
20EDK_0010: Non-Compatible: owner\r
21\r
22 Class_HFile: PPI A of MdePkg has been removed.\r
23\r
24 Code Change :\r
25 1) Removed the .h file: MdePkg\Include\Ppi\A.h\r
26\r
27 Possible Impacts:\r
28 1) All modules that used this PPI A should be updated.\r
29\r
30==========================================================================================\r
31EDK_0000: Compatible: owner\r
32\r
33 Class_BuildTool: with the EDK_0000 build.exe, the build performance is enhanced great.\r
34\r
35 Code Change :\r
36 1) BaseTools\Bin\Win32\build.exe\r
37\r
38!!!!!!!!!!!!!!!!!! End of Notes !!!!!!!!!!!!!!!!!!\r
183eb3e6 39\r
40##########################################################################################\r
41\r
07a756b9 42##########################################################################################\r
183eb3e6 43########## Revision number of tools source code ##########\r
44 BaseTools/Bin/Win32/build.exe\r
d28746d2 45 r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Autogen\r
46 r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/build\r
47 r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common\r
48 r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass\r
49 r863 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds\r
183eb3e6 50\r
51 BaseTools/Bin/Win32/GenFds.exe\r
52 r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common\r
53 r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/CommonDataClass\r
54 r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/GenFds\r
55\r
56 BaseTools/Bin/Win32/Trim.exe\r
57 r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Trim\r
94dfb890 58 r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common\r
183eb3e6 59\r
60 BaseTools/Bin/Win32/MigrationMsa2Inf.exe\r
61 r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/MigrationMsa2Inf\r
94dfb890 62 r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common\r
183eb3e6 63\r
64 BaseTools/Bin/Win32/TargetTool.exe\r
65 r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/TargetTool\r
94dfb890 66 r843 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/Common\r
183eb3e6 67\r
1db5dde1 68 BaseTools/Bin/Win32/Spd2Dec.exe\r
69 r777 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/spd2dec\r
70\r
71 BaseTools/Bin/Win32/Fpd2Dsc.exe\r
72 r767 https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/Source/Python/fpd2dsc\r
183eb3e6 73\r
d28746d2 74==========================================================================================\r
75EDK_4251: Non-Compatible: jwang36\r
76\r
77 Class_BuildTool:\r
78 1) Changed MYTOOLS to use Visual Studio Team Suite for IA32 and X64. IPF is still use WINDKK.\r
79 2) Re-generated build.exe and GenFds.exe to incorporate new changes of build tools\r
80 3) Enabled multi-thread build mode by default (can be disabled by using "-n 0" option or changing \r
81 MULTIPLE_THREAD in target.txt to Disabled)\r
82 4) Fixed an incorrect command (no leading tab/space) generated in top level Makefile.\r
83 \r
84 Code Change :\r
85 1) BaseTools/Bin/Win32/GenFds.exe\r
86 2) BaseTools/Bin/Win32/build.exe\r
87 3) BaseTools/Conf/target.template\r
88 4) BaseTools/Conf/tools_def.template\r
89\r
90 Possible Impacts:\r
91 1) Install Visual Studio 2005 Team Suite Edition.\r
92\r
183eb3e6 93==========================================================================================\r
94EDK_4190: Non-Compatible: jwang36\r
95\r
96 Class_BuildTool:\r
97 1) Added support of using PCD default value from DEC/INF file if one\r
98 PCD is declared in INF file but not found in DSC file.\r
99 2) Added support of breaking build if no library instance is found for\r
100 a library class.\r
101 \r
102 Code Change :\r
103 1) BaseTools/Bin/Win32/build.exe\r
d28746d2 104 2) BaseTools/Bin/Win32/GenFds.exe\r
183eb3e6 105\r
106 Possible Impacts:\r
107 1) All packages/platforms/modules, which have wrong library classes\r
108 declared or have no library instance for some library classes, must be\r
109 changed to make sure each library class declared in INF file has\r
110 corresponding library instance.\r
07a756b9 111\r
112==========================================================================================\r
113EDK_4096: Non-Compatible: jwang36\r
114\r
115 Class_BuildTool:\r
116 1) Removed the calling of vsvars32.bat in edksetup.bat, unless\r
117 "--nt32" switch is used.\r
118 2) Added MAKE command in tools_def.txt. This is used to locate where\r
119 the nmake.exe or make.exe is because it will not be in PATH any more.\r
120 3) Removed the calling of vsvars32.bat in toolsetup.bat.\r
121 4) Solved the hang issue of build.exe when error occurred or Ctrl+C is\r
122 pressed.\r
123 5) Passed "-v/-d/-q" command line option to GenFds.exe in makefile if\r
124 it's used by build.exe.\r
125 \r
126 Code Change :\r
127 1) BaseTools/Bin/Win32/build.exe\r
128 2) BaseTools/Bin/Win32/GenFds.exe\r
129 3) BaseTools/Conf/tools_def.template\r
130 4) BaseTools/toolsetup.bat\r
131 5) edksetup.bat\r
132\r
133 Possible Impacts:\r
134 1) Nt32Pkg build needs to run vsvars32.bat before edksetup.bat or run\r
135 edksetup.bat with "--nt32" option, like\r
136\r
137 edksetup.bat --nt32 newbuild\r
138\r
139 2) $(WORKSPACE)/Conf/tools_def.txt must be deleted before running\r
140 edksetup.bat because of new tools_def.template. Otherwise the\r
141 build.exe cannot find the nmake.exe to call.\r
142\r
143==========================================================================================\r
144EDK_3947: Compatible: jwang36\r
145\r
146 Class_BuildTool:\r
147 1) Improved spawn mode (multi-thread) build performance (build -s)\r
148 2) Changed the error/debug/warning message format\r
149 3) Added "--log" command line option to support storing log in file\r
150 \r
151 Code Change :\r
152 1) BaseTools/Bin/Win32/build.exe\r
153\r
154\r
155==========================================================================================\r
156EDK_3936: Compatible: klu2\r
157\r
158 Class_BuildTool:\r
159 1) The first parameter of PEIM's entry point in autogen.c has been changed to \r
160 EFI_PEI_FILE_HANDLE\r
161 \r
162 Code Change :\r
163 1) BaseTools/Bin/Win32/build.exe\r
164\r
165==========================================================================================\r
166EDK_3926: Compatible: jlin16\r
167\r
168 Class_BuildTool:\r
169 1) Added support of Capsule generation from FDF file.\r
170 \r
171 Code Change :\r
172 1) BaseTools/Bin/Win32/build.exe\r
173 2) BaseTools/Bin/Win32/GenFds.exe\r
174\r
175 Possible Impacts:\r
176 1) To generate capsule, insert [Capsule] section after [FV] sections and specifying\r
177 what FV will be put into capsule, For example:\r
178 [Capsule.Fob]\r
179 CAPSULE_GUID = 3B6686BD-0D76-4030-B70E-B5519E2FC5A0\r
180 CAPSULE_FLAG = PersistAcrossReset\r
181 FV = BiosUpdate\r
182\r
183==========================================================================================\r
184EDK_3911: Compatible: jlin16\r
185\r
186 Class_BuildTool:\r
187 1) Added support of Apriori file generation from FDF file.\r
188 2) Added support of INF that describes binary files to put binary into FV.\r
189 3) Fixed single FV/FD generation error when specifying -i/-r option in GenFds.\r
190 \r
191 \r
192 Code Change :\r
193 1) BaseTools/Bin/Win32/build.exe\r
194 2) BaseTools/Bin/Win32/GenFds.exe\r
195\r
196 Possible Impacts:\r
197 1) To generate Apriori file in FV, insert APRIORI statement just before the INF or\r
198 FILE statement list of the FV, For example:\r
199 APRIORI PEI {\r
200 INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf\r
201 FILE PEIM = B7A5041A-78BA-49e3-B73B-54C757811FB6 {\r
202 SECTION PE32 = MyBinPkg\bin\ia32\PeimAfterPcd.efi\r
203 }\r
204 INF IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf\r
205 }\r
206 2) To add binary file described by INF file into FV, only insert the INF statement\r
207 into the INF statements list of that FV, like this:\r
208 \r
209 INF RuleOverride=Test MdeModulePkg/Logo/Logo.inf\r
210 \r
211 Specifying how to process the binary file by defining corresponding Rule like this:\r
212 [Rule.Common.Base.Test]\r
213 FILE FREEFORM = $(NAMED_GUID) {\r
214 COMPRESS PI_STD {\r
215 GUIDED {\r
216 RAW BIN |.bmp \r
217 }\r
218 }\r
219 }\r
220\r
221==========================================================================================\r
222EDK_3832: Non-Compatible: jwang36\r
223\r
224 Class_BuildTool:\r
225 1) Added support of MACRO in tools_def.txt\r
226 2) Merged PATH and NAME attributes in tools_def.txt\r
227 3) Changed DPATH attribute to DLL in tools_def.txt\r
228 4) Removed SPATH attribute in tools_def.txt\r
229 5) Added support for library instance without library class\r
230 6) Fixed the issue in Trim tool which zero file will be generated if the trimmed \r
231 file has not line directive\r
232 \r
233 Code Change :\r
234 1) BaseTools/Bin/Win32/build.exe\r
235 2) BaseTools/Bin/Win32/GenFds.exe\r
236 3) BaseTools/Bin/Win32/Trim.exe\r
237 4) BaseTools/Conf/tools_def.template\r
238\r
239 Possible Impacts:\r
240 1) All platforms and modules build\r
241\r
242==========================================================================================\r
243EDK_3801: Compatible: jwang36\r
244\r
245 Class_BuildConfiguration: Added makefile as dependency for "Dynamic-Library-File" to \r
246 solve the incremental build issue occurred when there's library changes\r
247\r
248 Code Change :\r
249 1) BaseTools/Conf/build_rule.template\r
250\r
251==========================================================================================\r
252EDK_3800: Compatible: lgao4\r
253\r
254 Class_BuildTool: Update EfiRom tool to fix checksum and PCI3.0 data structure\r
255\r
256 Code Change :\r
257 1) BaseTools/Bin/Win32/EfiRom.exe\r
258\r
259==========================================================================================\r
260EDK_3795: Compatible: htao\r
261\r
262 Class_BuildTool: GenVtf tool open/write file with "r+b"/"w+b" attribute, but this cause\r
263 the RO attribute of the file changed. Fix this issue by changing \r
264 "r+b"/"w+b" to "rb"/"wb".\r
265\r
266 Code Change :\r
267 1) BaseTools/Bin/Win32/GenVtf.exe\r
268\r
269==========================================================================================\r
270EDK_3791: Compatible: jlin16\r
271\r
272 Class_BuildTool:\r
273 1) use '#' to indicate flash generation progress.\r
274 2) use -v to switch on detail output messages.\r
275\r
276 Code Change :\r
277 1) BaseTools/Bin/Win32/GenFds.exe\r
278\r
279==========================================================================================\r
280EDK_3789: Non-Compatible: lgao4\r
281\r
282 Class_BuildTool: support new Rules format and PCD format defined in FDF file\r
283\r
284 Code Change :\r
285 1) BaseTools/Bin/Win32/build.exe\r
286 2) BaseTools/Bin/Win32/GenFds.exe\r
287\r
288 Possible Impacts:\r
289 1) All platform's FDF file, if any, must be changed to new format.\r
290 a) PCD format is changed from old PcdName to new PcdTokenSpaceGuid.PcdName, \r
291 for example PcdWinNtFdBaseAddress in old FDF file will be replaced \r
292 by gEfiNt32PkgTokenSpaceGuid.PcdWinNtFdBaseAddres.\r
293 b) Rule format adds binary file type and file postfix name support, \r
294 and doesn't require the full file path. Examples for Peim and AcpiTable module:\r
295 Old Peim Rule:\r
296 [Rule.Common.PEIM]\r
297 FILE PEIM = $(NAMED_GUID) {\r
298 PEI_DEPEX Optional $(INF_OUTPUT)/$(MODULE_NAME).Depex\r
299 PE32 $(INF_OUTPUT)/$(MODULE_NAME).efi\r
300 UI Optional $(MODULE_NAME)\r
301 VERSION Optional BUILD_NUM=$(BUILD_NUMBER) $(INF_VERSION)\r
302 }\r
303 New Peim Rule:\r
304 [Rule.Common.PEIM]\r
305 FILE PEIM = $(NAMED_GUID) {\r
306 PEI_DEPEX PEI_DEPEX Optional |.Depex\r
307 PE32 PE32 |.efi\r
308 UI STRING="$(MODULE_NAME)" Optional \r
309 VERSION STRING="$(INF_VERSION)" Optional BUILD_NUM=$(BUILD_NUMBER) \r
310 }\r
311\r
312 Old AcpiTable Rule:\r
313 [Rule.Common.DXE_DRIVER.ACPITABLE]\r
314 FILE FREEFORM = $(NAMED_GUID) {\r
315 RAW $(INF_OUTPUT)/Madt.acpi\r
316 RAW $(INF_OUTPUT)/Fadt.acpi\r
317 RAW $(INF_OUTPUT)/Facs.acpi\r
318 RAW $(INF_OUTPUT)/Spcr.acpi\r
319 RAW $(INF_OUTPUT)/Dsdt.aml\r
320 }\r
321 New AcpiTable Rule:\r
322 [Rule.Common.DXE_DRIVER.ACPITABLE]\r
323 FILE FREEFORM = $(NAMED_GUID) {\r
324 RAW ACPI |.acpi\r
325 RAW ASL |.aml\r
326 }\r
327\r
328==========================================================================================\r
329EDK_3786: Compatible: vjeff\r
330\r
331 Class_BuildConfiguration:\r
332 1) Redirect ICC_IA32_*_PATH from C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin \r
333 to C:\Program Files\Intel\Compiler\C++\9.1\IA32\Bin. \r
334 2) Add ICC X64 definition to enable ICC X64 build.\r
335\r
336 Code Change :\r
337 1) BaseTools/Conf/tools_def.template\r
338\r
339==========================================================================================\r
340EDK_3785: Non-Compatible: klu2\r
341\r
342 Class_BuildTool: Upgrade the format of EFI_PEIM_ENTRY_POINT to \r
343 EFI_PEIM_ENTRY_POINT2 according to PI specification.\r
344\r
345\r
346 Code Change :\r
347 1) BaseTools/Bin/Win32/build.exe\r
348\r
349 Possible Impacts:\r
350 1) All modules build\r
351\r
352\r
353==========================================================================================\r
354EDK_3780: Non-Compatible: qhuang8\r
355\r
356 Class_MigrationTool: Update the syntax of PCD section.\r
357 Update the syntax of binary INF file\r
358 The generated Extended INF file should follow Extended INF spec 0.44\r
359\r
360 Code Change :\r
361 1) BaseTools/Bin/Win32/MigrationMsa2Inf.exe\r
362\r
363 Possible Impacts:\r
364 1) New module migrated from old R9\r
365\r
366\r
367==========================================================================================\r
368EDK_3766: Non-Compatible: lgao4\r
369\r
370 Class_BuildConfiguration: Update Acpi Asl file Build rule to remove trim step.\r
371\r
372 Code Change :\r
373 1) Conf/build_rule.template\r
374\r
375 Possible Impacts:\r
376 1) Platform with ACPI module. Acpi module needs to set /EP preprocessor compiler option \r
377 for APP_FLAGS in module inf to override the default /E option defined in tools_def.txt file. \r
378\r
379\r