1. aa35301 Delete Build directory by lgao4 · 18 years ago
  2. 148ac23 added ACPI_TIMER_FREQUENCY definition by vanjeff · 18 years ago
  3. 34a0c84 Delete the midterm temporary file which created by GenFFSFile task. by qouyang · 18 years ago
  4. 76c86b3 Remove dependence check of FD upon FlashMap.fdf by bxing · 18 years ago
  5. 1b69863 add multi-source pcd check before adding/deleting lib instance for ModuleSA in platform. by jlin16 · 18 years ago
  6. 495849b Add PCD Feature Flags for the Device Path Module by mdkinney · 18 years ago
  7. e99aa5a Update Device Path Module to use PCD Feature Flags to determine of the Device Path To Text and Text To Device Path Protocols are produced or not. by mdkinney · 18 years ago
  8. c7823a8 Add use of PCD feature flags to the Device Path Modules by mdkinney · 18 years ago
  9. af118a8 Declare PCD Feature flags for protocols produced by the Device Path Module and decompression methods supported by the DXE IPL by mdkinney · 18 years ago
  10. e29d709 Add PCD Feature Flags to control which decompression method(s) are included in the DXE IPL. The choices are any combination of EFI, Tiano, and Custom decompression. by mdkinney · 18 years ago
  11. f47629a Remove IDT by mdkinney · 18 years ago
  12. 23086ba Optimize the size of the Base Library for the MSFT 32-bit tool chains by taking advantage of inline assembly. by mdkinney · 18 years ago
  13. b053781 Add GLOBAL_REMOVE_IF_REFERENCED to the declaration of module globals in the Print Library that were still present in the final image even through there were no references to those module globals. by mdkinney · 18 years ago
  14. 3edf127 1) Simplify implementation by reading the entire input file into memory, modifying the buffer in memory, and then writing the entire buffer from memory to the output file. by mdkinney · 18 years ago
  15. 0e84e0d Fix buffer overflow when the raw size of a section and the virtual size of a section are not the same. by mdkinney · 18 years ago
  16. 202515b Compute the end address of a section read from a file using the SizeOfRawData instead of VirtualSize, because the PE/COFF image format allows the SizeOfRawData to be smaller then VirtualSize. by mdkinney · 18 years ago
  17. 928fbe8 Use a 64-bit Optional Header when a 64-bit image is detected by mdkinney · 18 years ago
  18. b7b99c7 Enable source level debug of all tools by mdkinney · 18 years ago
  19. 1986771 Enable source level debug of all tools by mdkinney · 18 years ago
  20. a6b6b67 Enable source level debug of all tools by mdkinney · 18 years ago
  21. 34f40a4 Fixed an issue which will cause dependency check failure by jwang36 · 18 years ago
  22. 77dd49a add EdkModule Guid nmake.() by alfred · 18 years ago
  23. d946661 1) Added dependency check for flashmap, genfvimage, peirebase tasks by jwang36 · 18 years ago
  24. d176018 1. Fix EDKT277 "ModuleType missing when creating a new Module" by hche10x · 18 years ago
  25. 13bb49b Adding merge command line program that merges multiple MSA modules into a single MSA file. View readme.txt to see rules and usage. This is the batch file that executes this command on a Windows* system. by lhauch · 18 years ago
  26. 0e771cd Adding merge command line program that merges multiple MSA modules into a single MSA file. View readme.txt to see rules and usage. by lhauch · 18 years ago
  27. 0992e55 changed EdkModulePkg GUID from the original B6EC423C-21D2-490D-85C6-DD5864EAA674 to new 68169ab0-d41b-4009-9060-292c253ac43d to avoid its conflict with gPeiBaseMemoryTestPpiGuid and change all msa and fpd file in EdkII, which depends on EdkModulePkg. by lgao4 · 18 years ago
  28. 62f8431 changed EdkModulePkg GUID from the original B6EC423C-21D2-490D-85C6-DD5864EAA674 to new 68169ab0-d41b-4009-9060-292c253ac43d to avoid its conflict with gPeiBaseMemoryTestPpiGuid and change all msa and fpd file in EdkII, which depends on EdkModulePkg. by lgao4 · 18 years ago
  29. e5890ee Added check to skip generating target.txt and tools_def.txt if they already exist. by jwang36 · 18 years ago
  30. 3e73f37 Fixed EDK258. by qouyang · 18 years ago
  31. 7f47bef added EFIAPI for those constructor functions by vanjeff · 18 years ago
  32. a8e756d add EFIAPI for those constructor funcitons declaration by vanjeff · 18 years ago
  33. 2f2c367 Added synchronized to getCommandSetting to solve multi-thread build issue by jwang36 · 18 years ago
  34. ac66fad remove comments before ModuleSA and library instance , if any, in xml file when deleting a module or instance from FPD file. by jlin16 · 18 years ago
  35. 7838808 Add EntryPoint info of module into Fv.map file, which is used to debug when no serial output. by lgao4 · 18 years ago
  36. 1744b04 Added "synchronized" to getToolChainInfo() to solve synchronization issue. by jwang36 · 18 years ago
  37. 34913f2 typecast some return values by vanjeff · 18 years ago
  38. f23d790 Added an extra GDT entry to the GDT used by thunk code. SS register will always be loaded as flat segment before switching to 16-bit mode, since SS might not be always valid for NULL selector is allowed in 64-bit mode. by bxing · 18 years ago
  39. 0f008d9 Remove platform-specific Firmware Volume Block Driver implementation from EdkNt32Pkg. And move files from nt32 directory up one level. by qwang12 · 18 years ago
  40. 8aab007 Remove Static declaration for the related driver binding functions. by lgao4 · 18 years ago
  41. 33dc2c5 by jchen20 · 18 years ago
  42. 66ce26d by jchen20 · 18 years ago
  43. e0ab6c7 fixed a typo by jwang36 · 18 years ago
  44. 0fdb42a 1) Applied ToolArg and FileArg class to represent tool arguments by jwang36 · 18 years ago
  45. 39e5e41 add .. support by alfred · 18 years ago
  46. ce32083 Add Binary or Source type check before providing PCD item choices when editing platform PCDBuildData. by jlin16 · 18 years ago
  47. 2a9060e For stand-alone build, generate Platform_build.xml and call prebuild firstly. by wuyizhong · 18 years ago
  48. 73d9b1c For one library class, list all library instances from all packages in workspace. by jlin16 · 18 years ago
  49. 10e4f99 1.Support to drop Pei Services Table Pointer at best. by qhuang8 · 18 years ago
  50. 5c4eec4 (Customized Compression)If setting the EncapsulationType="Compress", Tool will transfer it to sectiontype="EFI_SECTION_COMPRESS" in <gensection>element of <genffsFile> task. by qouyang · 18 years ago
  51. d965d1f Update log. by wuyizhong · 18 years ago
  52. d8956f1 Add warning message for single module build if multi-thread enabled. by wuyizhong · 18 years ago
  53. d3945b9 Auto close multi-thread flag when stand-alone module build. Also change some logs. by wuyizhong · 18 years ago
  54. 9f98dbb Enhance recognizing Macro/Type defined in Library. by qhuang8 · 18 years ago
  55. 8cc59d2 Move the generic ConPlatform module from EdkNt32Pkg to EdkModulePkg. by lgao4 · 18 years ago
  56. fc198a7 Move ConPlatform module from EdkNT32 package to EdkModulePkg, and remove EdkPeCoffLoaderX64Lib from DxeIplX64 module because EdkPeCoffLoaderLib based on new BasePeCoffLib can support 32bit and 64bit PE iamge both. by lgao4 · 18 years ago
  57. e38eb39 Add more comments. by wuyizhong · 18 years ago
  58. 89e1408 To locate module precisely in stand-alone module build. Except Module Guid, add MSA file path to consider. by wuyizhong · 18 years ago
  59. 905dd49 Modify for enabling native VISTA by jchen20 · 18 years ago
  60. 93f5dd0 1) Changed ToolArg class to abstract generic arguments of a tool by jwang36 · 18 years ago
  61. 5117b83 update GetPerformanceCounterProperties() declare by vanjeff · 18 years ago
  62. ed850fb Fix the problem of not displaying library instances for multiple archs in supArchList. by jlin16 · 18 years ago
  63. 498e902 Update LOG process. by wuyizhong · 18 years ago
  64. 63062e1 Merged the <libset> in <GenDll> to avoid warning message. by jwang36 · 18 years ago
  65. 6d8597d Updated the default to parallel build. Even on a single core build is faster with threads. Set MAX thread number to 1+ max core in your system. by ajfish · 18 years ago
  66. 733d48f Add migration rule for Build Guid Hob. by qhuang8 · 18 years ago
  67. d47b990 Handle module entry point special case for self-relocated modules. (Replace references of original module entry point with _ModuleEntryPoint) by qhuang8 · 18 years ago
  68. 06d1ff5 Remove the special case handling of EfiInitializeDriverLib & DxeIntializeDriverLib by qhuang8 · 18 years ago
  69. 2e39c71 Fix EDKT263. Change save dialog to open dialog. Update all Frame's titles. by wuyizhong · 18 years ago
  70. 7dd2b2a by wuyizhong · 18 years ago
  71. d039f53 Add two attributes to target.template. MULTIPLE_THREAD is to enable/disable multi-thread build. MAX_CONCURRENT_THREAD_NUMBER is used to specify the number of concurrent threads. by wuyizhong · 18 years ago
  72. 3067c4b Remove TianoToolsException.java. Add code to stop all threads once one corrupts. by wuyizhong · 18 years ago
  73. a1ffb10 Support calling customized compression tool in FrameworkTask. by qouyang · 18 years ago
  74. 54aa867 Modify FV attribute editor and generate FvImage Attributes in FPD file. by jlin16 · 18 years ago
  75. ed9610e Fixed a bug in WriteBackInvalidDataCache() that always flush cache lines even when the argument Length is zero. by bxing · 18 years ago
  76. b0e15cb clean up PCD settting for EdkModulePkg.fpd and EdkNt32Pkg.fpd by lgao4 · 18 years ago
  77. 2eb7d78 Adding new Logger instead of Ant's. by wuyizhong · 18 years ago
  78. 4917d9d 1. Add function "Refresh" in main UI by hche10x · 18 years ago
  79. 63e30d1 nothing by alfred · 18 years ago
  80. 27e0221 \t 2 \ \ \ \ by alfred · 18 years ago
  81. 7242606 FV attribute editor alpha. by jlin16 · 18 years ago
  82. 09ef924 1. Fix EDKT193 "Provide a Module tree when platform/package are open" by hche10x · 18 years ago
  83. 274a3db enhance hoblib function convert by alfred · 18 years ago
  84. af22c12 Randomize a Guid value if it can not be retrieved from inf file. This will prevent user input an illegal one. by qhuang8 · 18 years ago
  85. 8cf2c0a Change PcdDebugPrintErrorLevel PCD declare in msa as DYNAMIC, because this PCD type can be by lgao4 · 18 years ago
  86. 61528a1 Unify the logger and exception in AutoGen. by qouyang · 18 years ago
  87. 607ef99 refresh Pcd data from library instance when editing the settings of FrameworkModules by jlin16 · 18 years ago
  88. e2f1c84 Remove trailing blanks. by qhuang8 · 18 years ago
  89. 99b0f0e fix logfile.close(), trim \n by alfred · 18 years ago
  90. 02c768e Move ${PLATFORM}_build.xml from PLATFORM_DIR to BULID_DIR. Now, all output files will be only under BUILD_DIR. To change BUILD_DIR in FPD.PlatformDefinitions.OutputDirectory, both abstract and relative path is allowed. For relative path is relative to WORKSPACE_DIR. Default BUILD_DIR is PLATFORM_DIR/BUILD. by wuyizhong · 18 years ago
  91. 67ce7c5 There is a potential flaw in HelpInfo.java previously. It use String[substrnum] to save the result of splitString(), the substrnum is calculated approximatively and has to be set larger enough to provide sufficient space. So substrnum relate to the string specifically. by jjin9 · 18 years ago
  92. 68a0545 Support pointer return type by qhuang8 · 18 years ago
  93. 2f3fb65 Set MdePkg.fpd, EdkModulePkg.fpd and Nt32.fpd default build directory to workspace root build directory according to Jordon's suggestions. by lgao4 · 18 years ago
  94. 892b0e7 Update GlobalData, SPD, SurfaceAreaQuery to using EdkException. by wuyizhong · 18 years ago
  95. 91f560c 1.modify the usage info by jjin9 · 18 years ago
  96. b411fc1 FV from FDF file options editor. by jlin16 · 18 years ago
  97. e8a3bee Update RuntimeLib. by yshang1 · 18 years ago
  98. b4648de Enhance doxygening function headers for .h file. by qhuang8 · 18 years ago
  99. b30d28b Minor adjustments. by qhuang8 · 18 years ago
  100. 738338d Remove unused code. by yshang1 · 18 years ago