1. 69d2d22 Remove OldPeiCoreEntryPoint library instance from MdePkg by klu2 · 17 years ago
  2. bba9ad9 FixedPcd macro should *not* be used in Library's inf file. by klu2 · 17 years ago
  3. e4b561f Adjust the revision number. by qhuang8 · 17 years ago
  4. c649283 1. Uefi2.1 feature - Add Hardware Error Record Persistence Support by qhuang8 · 17 years ago
  5. 4aad654 Update the local header file name. by qhuang8 · 17 years ago
  6. 6313f11 1. Add Missing UefiDrvierModel APIs in UefiLibFramework instances. by qhuang8 · 17 years ago
  7. f662c19 1. Add EfiLibInstallDriverBindingComponentName2() to install DriverBinding Protocol and optional ComponentName Protocol and ComponentName2 Protocol. This new API should cover most cases in our UEFI drivers. by qhuang8 · 17 years ago
  8. 90374bc Add Hardware Error Variable defined in UEFI 2.1 spec by qhuang8 · 17 years ago
  9. b4660bb remove original file by klu2 · 17 years ago
  10. d4b7ad5 PeiCore and DxeCore should use MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf library instance for PcdLib library class by klu2 · 17 years ago
  11. 80edd31 Remove incorrect ScsiIo.h by yshang1 · 17 years ago
  12. 78b90b8 Rename usbatapi.h to UsbAtapi.h by yshang1 · 17 years ago
  13. d60d9c4 Temporary file for rename the usbatapi.h. by yshang1 · 17 years ago
  14. 8565806 1) Remove buffer overflow when the number of Driver Binding Protocols increases in the middle of ConnectController() by mdkinney · 17 years ago
  15. 2d9d2ab Build a valid device path to an EFI driver loaded from a PCI Option ROM by mdkinney · 17 years ago
  16. b98c2ab Add InvokePeiCore function to invoke the PeiCore in new stack. by klu2 · 17 years ago
  17. a81a35f update IPF ICC's tool chain root path. by qwang12 · 17 years ago
  18. 8a0151c Fixed the wrong usage of ENV() by jwang36 · 17 years ago
  19. 315324a Sync-ed the revision number of GenFds.exe by jwang36 · 17 years ago
  20. 7354fd2 Re-generated since some common code has been changed by jwang36 · 17 years ago
  21. ae0145c 1) Fixed the issue which macro in the form of ENV() can't be replaced. by jwang36 · 17 years ago
  22. 8fb31ab Add more details for my non-compatible change check in. by lgao4 · 17 years ago
  23. 38f2ab2 Added change histories since r3766 by jwang36 · 17 years ago
  24. 46d665d 1) Implemented MACRO in tools_def.txt by jwang36 · 17 years ago
  25. dc66cae Added directory for "Makefile" in "Dynamic-Library-File" rule in case the working directory is changed. by jwang36 · 17 years ago
  26. 1b7f798 Add the "ChangeLog.txt" to record packages' all non-compatible changes and important compatible changes. by zliu3 · 17 years ago
  27. 59565b2 fix a bug which blocks the build process.change os.path.isfile to os.path.isabs by jjin9 · 17 years ago
  28. cd7e9a3 Re-fix the issue in r2304. by qhuang8 · 17 years ago
  29. b6adf2c Fix a typo so that platforms without FDF file can pass build. by qhuang8 · 17 years ago
  30. ccde0b6 Fix typos by qhuang8 · 17 years ago
  31. 97582b3 Fix several typos in build.py and regenerate exe. by qhuang8 · 17 years ago
  32. 5aae0aa PI Enable: by klu2 · 17 years ago
  33. 2303536 Fix typo in build. by jlin16 · 17 years ago
  34. a17e189 update source code revision number. by jlin16 · 17 years ago
  35. 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
  36. 8b9a49a Update EfiRom tool to fix checksum and PCI3.0 data structure. by lgao4 · 17 years ago
  37. c6ab060 Add full path for Cygwin tool chain. by qhuang8 · 17 years ago
  38. 67996c4 Module clean up. by vanjeff · 17 years ago
  39. 5182bf8 Add in the ChangeLog.txt to detail the non-compatibile changes and other important changes. by qwang12 · 17 years ago
  40. 585411e a) Added GCC preprocessor support by jwang36 · 17 years ago
  41. 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
  42. 8156f2d Fix variable not initialize bug for the following check-in. by jlin16 · 17 years ago
  43. ad7e30a Remove the #ifdef style code ported from EDK tree. EdkII use PCD for customization. by qhuang8 · 17 years ago
  44. 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
  45. af56ef1 use '#' to indicate flash generation progress. by jlin16 · 17 years ago
  46. c4396d6 Update Nt32Pkg.fdf by using new rule and Pcd format by lgao4 · 17 years ago
  47. 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
  48. d4ff9b4 Tracker merger. "There is no "NV" display when change the certain option in NT32" by vanjeff · 17 years ago
  49. 7f0f1b8 Merge tracker. Add check whether CreateResourceNode successful or not. by vanjeff · 17 years ago
  50. 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
  51. c2f2fde Upgrade the format of EFI_PEIM_ENTRY_POINT to EFI_PEIM_ENTRY_POINT2 according to PI specification. by klu2 · 17 years ago
  52. c6f4d4c Upgrade the format of EFI_PEIM_ENTRY_POINT to EFI_PEIM_ENTRY_POINT2 according to PI specification. by klu2 · 17 years ago
  53. 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
  54. 07e3550 Sync one bug on PxeBC module from R8. by vanjeff · 17 years ago
  55. 01750eb Changed the code style. it could pass EBC and ICC build. by vanjeff · 17 years ago
  56. cf68831 Update the syntax of PCD section. by qhuang8 · 17 years ago
  57. 537fbd8 Clean up two infs. by qwang12 · 17 years ago
  58. 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
  59. 85363c1 change the ExitBootService event to SetVirtualMapChanged event. by qwang12 · 17 years ago
  60. 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
  61. 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
  62. 0c2b5da Merge the PI enabling works from the branch by qwang12 · 17 years ago
  63. 1c28008 Merge the PI enabling works from the branch by qwang12 · 17 years ago
  64. e1001af Merge the PI enabling works from the branch by qwang12 · 17 years ago
  65. 22936e9 Merge the PI enabling works from the branch by qwang12 · 17 years ago
  66. 507b36c First round of PI enabling work: by qwang12 · 17 years ago
  67. 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
  68. 3a09b62 Update Acpi Asl file Build rule to remove trim step. by lgao4 · 17 years ago
  69. 0c71bc3 Updated per the latest status of tools by jwang36 · 17 years ago
  70. f4a9471 Add a new library class of SmmLib by qhuang8 · 17 years ago
  71. 8877e89 Removed unused PCD entries. by AJFISH · 17 years ago
  72. 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
  73. e7fe499 Fixed problem with sign extension in print lib. PrintXY could not print out French characters like é. by AJFISH · 17 years ago
  74. 8fb6b71 Add missing packages dependency. by vanjeff · 17 years ago
  75. 4070a6c Updated the revision of source files build.exe was generated from by jwang36 · 17 years ago
  76. 89d9603 1. Added support of included file with macro by jwang36 · 17 years ago
  77. faaef11 Add <BR> by klu2 · 17 years ago
  78. 888b8af Added missing dependent package by jwang36 · 17 years ago
  79. 878afe6 Update for ICC 10 by mdkinney · 17 years ago
  80. eb1f5ab Added EFIAPI to event by AJFISH · 17 years ago
  81. 4d69586 Remove '|' at end of PCD line. by klu2 · 17 years ago
  82. aed9904 Fix wrong PCD definition in DEC file. by klu2 · 17 years ago
  83. cbbda8f Add execute attribute for exe file. by qhuang8 · 17 years ago
  84. 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
  85. 14e8823 [PI compatible enabling] Add PeiRegisterForShadow interface for PEI_SERVICE by klu2 · 17 years ago
  86. 3a63377 Add some definitions which will be used for future PI enabling. by klu2 · 17 years ago
  87. b61439a 1. Fixed one bug in Undi driver. by vanjeff · 17 years ago
  88. dc59293 Removed the duplicated dependent package by jwang36 · 17 years ago
  89. 77a0a4d Fix a bug that parentheses do not place correctly in UNDI driver. by xli24 · 17 years ago
  90. e75fe0e Added missing dependent package by jwang36 · 17 years ago
  91. fd2537e Fix the invalid return code for OemHookStatusCodeLibNull library instance. by klu2 · 17 years ago
  92. e30eb28 Fix the wrong Maximum size for PcdUefiVariableDefaultPlatformLang by qhuang8 · 17 years ago
  93. 5528573 Fix non-Ascii character in comments by klu2 · 17 years ago
  94. 5359495 Cleaned up the tools_def.template file by lhauch · 17 years ago
  95. 1cf79a5 Update INF files to remove/update non-exist files listed in [sources] sections. by qhuang8 · 17 years ago
  96. 107bb01 Update the build_rule.template to enable the PCD usage in IPF assembly code by zliu3 · 17 years ago
  97. 623ad72 Add dependent packages in INF of modules. by yshang1 · 17 years ago
  98. 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
  99. 4278cb0 Update comments. by qhuang8 · 17 years ago
  100. 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