- c779483 Removed extra lines and spaces in the catalog.xml file creation, also wrapped it in a test for availability by lhauch · 18 years ago
- e2f34bc Added a test to check the # of threads iff threading is enabled. If it's not enabled, don't try to read the number of threads in the target.txt file. by lhauch · 18 years ago
- df682ea Removed extra binary character at the start of line 1 by lhauch · 18 years ago
- a06a541 Fixed EDKT370&372 by qouyang · 18 years ago
- de50890 Fixed build break caused by GetPerformanceCounter() in PeiMain module by jwang36 · 18 years ago
- 24da104 Fixed build break caused by GetPerformanceCounter() in PeiMain module by jwang36 · 18 years ago
- 2ea767c Set Hob type for FvMainCompactFv to EFI_HOB_TYPE_UNUSED after decompressed. The can improve the performance of Dxe dispatcher. by klu2 · 18 years ago
- 3109572 Fix not able to save after change build target. by jlin16 · 18 years ago
- 217f1d1 Add pair of performance macro function to measure the whole PEI phase's performance. by klu2 · 18 years ago
- e57b8d7 Changed IA64 to IPF in the comments because it will cause confusion. by jwang36 · 18 years ago
- 63cdbe7 Added code to check if "cmd" attribute is valid or not. This is to make error report more accurate. by jwang36 · 18 years ago
- fd6c41f Fixed EDKT381 by jwang36 · 18 years ago
- bc9b370 Change FrameworkModules selection to next module in platform after remove one module. by jlin16 · 18 years ago
- 2193b50 DxeCore.h, PeiCis.h and Uefi.h should not include <Protocol/Pcd.h>. If a module need to resolve PCD macro (FixedAtBuild, BinaryPatch or Dynamic), the module should declare that it consume PcdLib library class in MSA file. The Edk II build tool will include "PcdLib.h" in "Autogen.h". by qwang12 · 18 years ago
- 4741283 1. Update to just keep several line JAVA related msg; 2. Remove file PropertyManager.java. by wuyizhong · 18 years ago
- c65c1e1 This patch is to make sure at least VARIABLE_RECLAIM_THRESHOLD (1024) bytes of spaces must be available in NV variable region. This conservative approach is make sure OS loader will have space to save important data. by qwang12 · 18 years ago
- 5f5f28c 1) If DebugAssertEnabled is TRUE, we still need to provide the GET size by qwang12 · 18 years ago
- 0f769af Change behavior if found more than one FPD files from let user choice one to report Error and stop build. by wuyizhong · 18 years ago
- 55ab23a removed extra taskdef and taskref definitions that caused some warning messages when doing a cleanall by lhauch · 18 years ago
- 2f8df87 Fix a bug in InternalMathDivRemU64x64(). The bug is that the 64-bit divisor is designed to be loaded to ecx:ebx but the high 4 byte of the divisor is forgotten to be loaded to ecx by rsun3 · 18 years ago
- aba23ad 1) Added precompiled header option to VS2003, VS2005PRO and WINDDK3790x1830 tool chains and cleaned the option format; by jwang36 · 18 years ago
- 26a3d4a Add flags for UNIXGCC. by wuyizhong · 18 years ago
- 1549f51 Changed the way of using precompiled header in the build process. Now the use of precompiled header is controlled by tools_def.txt. by jwang36 · 18 years ago
- 73c47db Optimized HighBitSetXX() functions by bxing · 18 years ago
- b1288fc Add PERF_START function for collecting performance data for DXE_OK tag. by klu2 · 18 years ago
- 5ae56d9 Remove EBC arch from supported arch list to fix tracker EDKII350. by yshang1 · 18 years ago
- 04b8b67 Changed the tmp path because of directory structure changes by jwang36 · 18 years ago
- fbda1aa Changed the output path of source because of directory structure changes by jwang36 · 18 years ago
- 30f1d0f Changed the path of build.xml because of directory structure changes by jwang36 · 18 years ago
- 5a4c434 Removed the need of external MakeDeps.exe. Now parsing include files is built in makedeps task. by jwang36 · 18 years ago
- 5d28bc2 Remove the line of "<Filename>Tools/Java/JavaTools.spd</Filename>" in FrameworkDatabase.template, since the file of "Tools/Java/JavaTools.spd" don't exist in current tip. by qouyang · 18 years ago
- 807f07f Remove extra /D defines in CC FLAGS by mdkinney · 18 years ago
- e2c55f6 Fix VS2005 compatibility issue by mdkinney · 18 years ago
- ecb3382 Fixed all scripts to use new directory layout. by lhauch · 18 years ago
- dab6d1c Removed unused files. by lhauch · 18 years ago
- c951f1a removing unused file, adding new file. by lhauch · 18 years ago
- 604371b More moves for Tool Packages by lhauch · 18 years ago
- 2830520 More renames for Tool Packages by lhauch · 18 years ago
- feccee8 Restructuring for better separation of Tool packages. by lhauch · 18 years ago
- 214b0d1 Changed spelling to manifest by lhauch · 18 years ago
- 7fe8ec4 Update the Release notes with more description of setting up gcc. by bbahnsen · 18 years ago
- 6abf46d Add compiler flags for UNIXGCC by bbahnsen · 18 years ago
- 705d3a7 Use intrinsic by mdkinney · 18 years ago
- 9730cac Use intrinsic by mdkinney · 18 years ago
- c4bbb32 Fix VS 2005 compatibility issue by mdkinney · 18 years ago
- 194479d Fix VS 2005 compatibility issue by mdkinney · 18 years ago
- 956e794 Fix VS 2005 compatibility issue by mdkinney · 18 years ago
- f55a0ac Fix VS 2005 compatibility issue by mdkinney · 18 years ago
- dab8ae8 Add support for DEBUG and RELEASE builds of this FPD file. by mdkinney · 18 years ago
- 263d5af Add support for DEBUG and RELEASE builds of this FPD file. by mdkinney · 18 years ago
- 32a4d5c Use intrinsic by mdkinney · 18 years ago
- d8e5077 Fix GCC build issue Take advantage of some intrinsics from MSFT build tools by mdkinney · 18 years ago
- 6fe6627 Add support for DEBUG and RELEASE builds of this FPD file. by mdkinney · 18 years ago
- 307fd19 Update FwImage to zero .xdata information if the image type is X64 and all debug information has been stripped. by mdkinney · 18 years ago
- 9bae46a Add data structured for X64 unwind info by mdkinney · 18 years ago
- e04a8a9 Update GenBuild to append FLAGS from FPD files to the FLAGS defined in tools_def.txt by mdkinney · 18 years ago
- 0923e8b Update GenBuild to append FLAGS from FPD files to the FLAGS defined in tools_def.txt by mdkinney · 18 years ago
- 69c2c2b Pull majority of flag settings into tools_def.txt and only leave custom flags for platforms in the FPD files. by mdkinney · 18 years ago
- 43b94c2 Change default setting in template to only build DEBUG targets instead of both DEBUG and RELEASE targets. by mdkinney · 18 years ago
- 2e4af2a Add AutoGen.h.obj to the list of files to link to resolve a link failure with VS 2005 by mdkinney · 18 years ago
- d41eaad Set the execute bits on these files. by bbahnsen · 18 years ago
- 11c6f37 Fix Capitalization issue to get tools to build on x86_64 linux. by bbahnsen · 18 years ago
- 11f5033 Added the OPTIONAL NonProcessedFiles element to MSA section. Sub-element is Filename with no attributes. by lhauch · 18 years ago
- 5d7a9b8 Fix the problem of deleting ModuleSA custom tool chain option leads to FPD verificaiton fail. by jlin16 · 18 years ago
- a7aa21c Added code to clear "Buffer" before using it. This is supposed to fix the odd issue happened in sscanf. by jwang36 · 18 years ago
- ac242ae Moved the directory of generated precompiled header file to OUTPUT directory to fix the build issue after a "build clean" by jwang36 · 18 years ago
- 2f40352 1. Remove some unuseful import in Framework's EfiRomTask.java, FlashMapTask.java, GenFvImageTask.java, GenSectionTask.java, MakeDeps.java by qouyang · 18 years ago
- 190293a MsaOwner usable by alfred · 18 years ago
- 1ea5992 MsaOwner.java & ModuleInfo.java by alfred · 18 years ago
- 4a557ac Changed local variable "ran" to static class member to fix multi-thread build issue by jwang36 · 18 years ago
- 323e2ff enhance ModuleInfo.java by alfred · 18 years ago
- b881706 enhance MsaOwner.java by alfred · 18 years ago
- 9babb67 Remove empty attributes for build option. by jlin16 · 18 years ago
- 72a4dea Fixed display sizes for X-Windows by lhauch · 18 years ago
- cd1fd8f Fix EDKT352: Scroll bar should be displayed when the table is out of screen scope by jlin16 · 18 years ago
- 2a06ac5 Add no mouse support for table cell editors. by jlin16 · 18 years ago
- 2c71f6e To fix EDKT284. 1.support multi thread 2.fix bug by jjin9 · 18 years ago
- ffacf6d Adding the *NIX equivalent to fw.bat by lhauch · 18 years ago
- 542834c Remove the duplicated Copy Right in msa header. by lgao4 · 18 years ago
- 32c8b5a To fix EDKT341. Still existing issues for VfrCompile. by wuyizhong · 18 years ago
- 16c490e Added DllPath for VfrCompile by jwang36 · 18 years ago
- e4b5a8c Added DllPath attribute by jwang36 · 18 years ago
- a0783ed Fix EDKT337,Double click on modules in "Framework Modules" of Platforms should be supported. by jlin16 · 18 years ago
- 007f887 1. Fix EDKT306 Output different error message for different condition in workspace validation by hche10x · 18 years ago
- e4e7fed Optimize the algorithm of creating page table to enhance boot performance and save code size. by qhuang8 · 18 years ago
- fd16b4d enhance MsaOwner.java by alfred · 18 years ago
- e8c0c17 Fix EDKT256: using unified logging mechanism in PcdAutogen tools. by klu2 · 18 years ago
- 97aac85 1. Fix EDKT280 The types of ToolCode for <SourceFiles>.<Filename> should not be "CC", "LIB", etc by hche10x · 18 years ago
- f6390d3 Add one more judgement for modulelist specified but empty. by wuyizhong · 18 years ago
- 8d6ff41 temp fix to remove "VOID" appended to Autogen.c by qwang12 · 18 years ago
- d48c170 1. Fix EDKT281 there are too many values in the list of Hob's Guid C Name. only the correlative values could be reserved in the list by hche10x · 18 years ago
- 0e8d8bc 1. Replace openDialog with saveDialog when generating guids.xref file by hche10x · 18 years ago
- e08433e 1. Fix EDKT321 A module's all top level elements' arch should be in range of the module's arch by hche10x · 18 years ago
- ee2db09 Added the Merge tool information to build.xml and created the MSA file for the merge tool. by lhauch · 18 years ago
- b142dfc Removed the COMMENT copyright and license entry. by lhauch · 18 years ago
- ee29f78 Removed dead lines that had been commented out. by lhauch · 18 years ago
- 5529d1f Made sure that the Extern element groups were clearly defined, made sure that a Driver group contains a DriverBinding, if it will contain a ComponentName and/or DriverConfig and/or DriverDiag statement. by lhauch · 18 years ago
- 156ed4d Fixed grammar in text messages. by lhauch · 18 years ago
- 8de0094 Fixed wording for Legacy FlashMap.h Header question by lhauch · 18 years ago
- eeaddae Removed some output information for debug purpose. by qouyang · 18 years ago