1. 2d9d2ab Build a valid device path to an EFI driver loaded from a PCI Option ROM by mdkinney · 17 years ago
  2. b98c2ab Add InvokePeiCore function to invoke the PeiCore in new stack. by klu2 · 17 years ago
  3. a81a35f update IPF ICC's tool chain root path. by qwang12 · 17 years ago
  4. 8a0151c Fixed the wrong usage of ENV() by jwang36 · 17 years ago
  5. 315324a Sync-ed the revision number of GenFds.exe by jwang36 · 17 years ago
  6. 7354fd2 Re-generated since some common code has been changed by jwang36 · 17 years ago
  7. ae0145c 1) Fixed the issue which macro in the form of ENV() can't be replaced. by jwang36 · 17 years ago
  8. 8fb31ab Add more details for my non-compatible change check in. by lgao4 · 17 years ago
  9. 38f2ab2 Added change histories since r3766 by jwang36 · 17 years ago
  10. 46d665d 1) Implemented MACRO in tools_def.txt by jwang36 · 17 years ago
  11. dc66cae Added directory for "Makefile" in "Dynamic-Library-File" rule in case the working directory is changed. by jwang36 · 17 years ago
  12. 1b7f798 Add the "ChangeLog.txt" to record packages' all non-compatible changes and important compatible changes. by zliu3 · 17 years ago
  13. 59565b2 fix a bug which blocks the build process.change os.path.isfile to os.path.isabs by jjin9 · 17 years ago
  14. cd7e9a3 Re-fix the issue in r2304. by qhuang8 · 17 years ago
  15. b6adf2c Fix a typo so that platforms without FDF file can pass build. by qhuang8 · 17 years ago
  16. ccde0b6 Fix typos by qhuang8 · 17 years ago
  17. 97582b3 Fix several typos in build.py and regenerate exe. by qhuang8 · 17 years ago
  18. 5aae0aa PI Enable: by klu2 · 17 years ago
  19. 2303536 Fix typo in build. by jlin16 · 17 years ago
  20. a17e189 update source code revision number. by jlin16 · 17 years ago
  21. ef2b527 Added makefile as dependency for "Dynamic-Library-File" to solve the incremental build issue occurred when there's library changes. by jwang36 · 17 years ago
  22. 8b9a49a Update EfiRom tool to fix checksum and PCI3.0 data structure. by lgao4 · 17 years ago
  23. c6ab060 Add full path for Cygwin tool chain. by qhuang8 · 17 years ago
  24. 67996c4 Module clean up. by vanjeff · 17 years ago
  25. 5182bf8 Add in the ChangeLog.txt to detail the non-compatibile changes and other important changes. by qwang12 · 17 years ago
  26. 585411e a) Added GCC preprocessor support by jwang36 · 17 years ago
  27. 999e19b GenVtf tool open/write file with "r+b"/"w+b" attribute, but this cause the RO attribute of the file changed. Fix this issue by changing "r+b"/"w+b" to "rb"/"wb". by htao · 17 years ago
  28. 8156f2d Fix variable not initialize bug for the following check-in. by jlin16 · 17 years ago
  29. ad7e30a Remove the #ifdef style code ported from EDK tree. EdkII use PCD for customization. by qhuang8 · 17 years ago
  30. 9c5e6f8 if rule section specify a file, use that file to generate section instead of searching for all files with ruel section specified file type to generate section. by jlin16 · 17 years ago
  31. af56ef1 use '#' to indicate flash generation progress. by jlin16 · 17 years ago
  32. c4396d6 Update Nt32Pkg.fdf by using new rule and Pcd format by lgao4 · 17 years ago
  33. 641ff7a Commit build.exe and GenFds.exe tool to support new Rules format and PCD format defined in FDF file. by lgao4 · 17 years ago
  34. d4ff9b4 Tracker merger. "There is no "NV" display when change the certain option in NT32" by vanjeff · 17 years ago
  35. 7f0f1b8 Merge tracker. Add check whether CreateResourceNode successful or not. by vanjeff · 17 years ago
  36. b798ba4 1. Redirect ICC_IA32_*_PATH from C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin to C:\Program Files\Intel\Compiler\C++\9.1\IA32\Bin. by vanjeff · 17 years ago
  37. c2f2fde Upgrade the format of EFI_PEIM_ENTRY_POINT to EFI_PEIM_ENTRY_POINT2 according to PI specification. by klu2 · 17 years ago
  38. c6f4d4c Upgrade the format of EFI_PEIM_ENTRY_POINT to EFI_PEIM_ENTRY_POINT2 according to PI specification. by klu2 · 17 years ago
  39. 22142db Roll back the change made in rev.3778, which is a temporary fix for the issue that Tiger could not boot to OS with revision Edk2-r3776_R9-r2666. Now the root cause has been located and fixed, so it should be rolled back. by xli24 · 17 years ago
  40. 07e3550 Sync one bug on PxeBC module from R8. by vanjeff · 17 years ago
  41. 01750eb Changed the code style. it could pass EBC and ICC build. by vanjeff · 17 years ago
  42. cf68831 Update the syntax of PCD section. by qhuang8 · 17 years ago
  43. 537fbd8 Clean up two infs. by qwang12 · 17 years ago
  44. 44a2c2d Temporarily fix the issue that Tiger cannot boot to OS. Change the GUID of FirmwareVolume2 Protocol, to be the GUID of FirmwareVolume Protocol to provide compatibility for OS. by xli24 · 17 years ago
  45. 85363c1 change the ExitBootService event to SetVirtualMapChanged event. by qwang12 · 17 years ago
  46. 1f4cf7b Fixed one bug when runtime test. The root cause is that ICC compiler will convert one local array to one global array, and not converted from boot time to run time. by vanjeff · 17 years ago
  47. 593a830 1. Import SnpNt32Dxe. That is a thunk driver could produce SNP protocol on NT32 platform. It needs cowork with Network I/O driver. by vanjeff · 17 years ago
  48. 0c2b5da Merge the PI enabling works from the branch by qwang12 · 17 years ago
  49. 1c28008 Merge the PI enabling works from the branch by qwang12 · 17 years ago
  50. e1001af Merge the PI enabling works from the branch by qwang12 · 17 years ago
  51. 22936e9 Merge the PI enabling works from the branch by qwang12 · 17 years ago
  52. 507b36c First round of PI enabling work: by qwang12 · 17 years ago
  53. ccdeb61 Fixed an issue which will remove the first line if there's no "#line" directive in the input file. by jwang36 · 17 years ago
  54. 3a09b62 Update Acpi Asl file Build rule to remove trim step. by lgao4 · 17 years ago
  55. 0c71bc3 Updated per the latest status of tools by jwang36 · 17 years ago
  56. f4a9471 Add a new library class of SmmLib by qhuang8 · 17 years ago
  57. 8877e89 Removed unused PCD entries. by AJFISH · 17 years ago
  58. e0f0686 Removed PCD entries for CPU properties as they should be defined in UNI file. Added some French translations to the MiscSubClass for things used on the front page. by AJFISH · 17 years ago
  59. e7fe499 Fixed problem with sign extension in print lib. PrintXY could not print out French characters like é. by AJFISH · 17 years ago
  60. 8fb6b71 Add missing packages dependency. by vanjeff · 17 years ago
  61. 4070a6c Updated the revision of source files build.exe was generated from by jwang36 · 17 years ago
  62. 89d9603 1. Added support of included file with macro by jwang36 · 17 years ago
  63. faaef11 Add <BR> by klu2 · 17 years ago
  64. 888b8af Added missing dependent package by jwang36 · 17 years ago
  65. 878afe6 Update for ICC 10 by mdkinney · 17 years ago
  66. eb1f5ab Added EFIAPI to event by AJFISH · 17 years ago
  67. 4d69586 Remove '|' at end of PCD line. by klu2 · 17 years ago
  68. aed9904 Fix wrong PCD definition in DEC file. by klu2 · 17 years ago
  69. cbbda8f Add execute attribute for exe file. by qhuang8 · 17 years ago
  70. b3af5df Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41, DSC spec 0.40. by qhuang8 · 17 years ago
  71. 14e8823 [PI compatible enabling] Add PeiRegisterForShadow interface for PEI_SERVICE by klu2 · 17 years ago
  72. 3a63377 Add some definitions which will be used for future PI enabling. by klu2 · 17 years ago
  73. b61439a 1. Fixed one bug in Undi driver. by vanjeff · 17 years ago
  74. dc59293 Removed the duplicated dependent package by jwang36 · 17 years ago
  75. 77a0a4d Fix a bug that parentheses do not place correctly in UNDI driver. by xli24 · 17 years ago
  76. e75fe0e Added missing dependent package by jwang36 · 17 years ago
  77. fd2537e Fix the invalid return code for OemHookStatusCodeLibNull library instance. by klu2 · 17 years ago
  78. e30eb28 Fix the wrong Maximum size for PcdUefiVariableDefaultPlatformLang by qhuang8 · 17 years ago
  79. 5528573 Fix non-Ascii character in comments by klu2 · 17 years ago
  80. 5359495 Cleaned up the tools_def.template file by lhauch · 17 years ago
  81. 1cf79a5 Update INF files to remove/update non-exist files listed in [sources] sections. by qhuang8 · 17 years ago
  82. 107bb01 Update the build_rule.template to enable the PCD usage in IPF assembly code by zliu3 · 17 years ago
  83. 623ad72 Add dependent packages in INF of modules. by yshang1 · 17 years ago
  84. 8ea6977 Fix a critical bug that the Migration Tool mistakenly creates exit-boot-services event in case of <VirtualAddressChange> externs. by qhuang8 · 17 years ago
  85. 4278cb0 Update comments. by qhuang8 · 17 years ago
  86. 4506f37 update the callback event error. The event type should be virtual-address-changed event instead of exit-boot -services event. by qhuang8 · 17 years ago
  87. 3b5ed10 Fix IPF build break by mdkinney · 17 years ago
  88. 0fdbee9 Fix one bug in GenFv tool to generate the correct capsule header. by lgao4 · 17 years ago
  89. c7cecac Update the following tools with usage information, and update GenFv tool to support dump capsule image. by lgao4 · 17 years ago
  90. d03c56d Update compiler switches for ICC build. by xli24 · 17 years ago
  91. 80c76d5 Remove the duplicated Hii header file FrameworkHii.h by lgao4 · 17 years ago
  92. d4571a8 Using the correct HiiFramework.h header file. by lgao4 · 17 years ago
  93. a02c7e1 Fix the CYGWIN GCC build issue. by klu2 · 17 years ago
  94. 30143b1 Import ResetSystemLib. by yshang1 · 17 years ago
  95. 5d0e8a3 Update MSFT IPF flags to us /Ox /Zx /GF by mdkinney · 17 years ago
  96. cc79cef Add check of buffer value returned from AllocateZeroPool() by mdkinney · 17 years ago
  97. e5e12de 1. Sync the latest network stack. Add NetLibCreateIPv4DPathNode () in netlib library. by vanjeff · 17 years ago
  98. 98376cc TianoCompress tool code cleanup to delete parameters number check and hard code buffer size. by htao · 17 years ago
  99. aff0910 Fix a bug in TianoCompress tool to handle encoded file size larger than original file size. by htao · 17 years ago
  100. d01c093 1. Sync Tcp4 protocol definitions to match UEFI 2.1 by vanjeff · 17 years ago