1. 6b26610 Minor word change in utility display. by ywang · 18 years ago
  2. ca21f1a Add two useful functions in UefiLib for the implementation of Component Name, Driver Config, and Driver Diag protocols. by qhuang8 · 18 years ago
  3. 76dbeb3 1) Clean up MdePkg/Include/Common/BootScript.h and remove boot script definition which is not defined in Framework Boot Scirpt Specification V0.91. by qwang12 · 18 years ago
  4. d57d21b Updated the copyright year. by qwang12 · 18 years ago
  5. a696a78 Add Lock for cirtical section in PCD database processing routines as PCD database is a shared resource in the system. The lock level is defined as EFI_TPL_CALLBACK. The PCD spec should be updated accordingly. by qwang12 · 18 years ago
  6. 26355ee Modified the version and usage display. by ywang · 18 years ago
  7. 243009a Modified version and usage display. by ywang · 18 years ago
  8. 92bb9cf supmodulelist not supported by now, i remove it firstly. by vanjeff · 18 years ago
  9. 9fc9e7e ReCaculate the checksum after fixing up AP section for Sec module. by klu2 · 18 years ago
  10. daa7a3e 1) According to the spec, add EFIAPI to the module entry point function declaration in AutoGen.c by jwang36 · 18 years ago
  11. 26e7207 Get the Include/ tree also. by bbahnsen · 18 years ago
  12. 5b8acef Give better error messages for non-existent files. by bbahnsen · 18 years ago
  13. 22b9b81 Align the sections on 32 byte boundaries for gcc. EDKT459 by bbahnsen · 18 years ago
  14. fae0da0 Fix several capitalization issues. by bbahnsen · 18 years ago
  15. 93d16c6 1. Change "BA" to "BaseAddress" and "EP" to "EntryPoint". by bxing · 18 years ago
  16. 497ef74 Fix PeLoad function can't handle invalid PeImage to skip correct debug entry. by lgao4 · 18 years ago
  17. 2bbf72b Fix the issues, by xgu3 · 18 years ago
  18. ad2baef Fix the issues, bootmaint Null Ptr Error by xgu3 · 18 years ago
  19. 582c722 Correct TeImage Header based on PeiCis spec. by lgao4 · 18 years ago
  20. 5b66424 Correct TeImage file format and Clean up PeiRebase tool to remove unused code and only relocate image. by lgao4 · 18 years ago
  21. 591ee27 To fix, by xgu3 · 18 years ago
  22. bf43f5e Remove DEBUG output statement for PEI&DXE core to fix boot failure issue by jwang36 · 18 years ago
  23. a387de3 Fixed EDKT498(enchance makedep tool to support asm file), EDKT500(dep file needs to be created for uni file) and tracker ID 454(report real driver entrypoint address through debug output) in PVCS. by jwang36 · 18 years ago
  24. b991a45 Disp dependencies in error in case of circular dependency by tgingold · 18 years ago
  25. b28d0bd Fix filename case (Ipf instead of ipf) by tgingold · 18 years ago
  26. 1e5fcd5 Use / as path separator by tgingold · 18 years ago
  27. e313deb To fix, by xgu3 · 18 years ago
  28. fb610f2 Removed the DxeSalLibConstructor() from the EdkDxeSalLib and EdkDxeRuntimeSalLib for the AutoGen lib constructor tools. by zliu3 · 18 years ago
  29. e360ea4 Fixed one dead loop issue in the autogenlib. by zliu3 · 18 years ago
  30. 34dca9d Add ULL for long long type value by klu2 · 18 years ago
  31. 9dcae72 Correct some linux building issue and wrong file header by klu2 · 18 years ago
  32. f6ab0ce Add checking code for GenAcpiTable tools. by klu2 · 18 years ago
  33. 9a037c5 Correct the right bits judgment for get size of OptionROM. by klu2 · 18 years ago
  34. 3727980 Remove two global variable: mUsbCapabilityLen and mDeviceSpeed and integrate them into USB2_HC_DEV. by klu2 · 18 years ago
  35. d02ea95 Update video card preference policy, together with some memory leaks in Generic BDS Library. by xli24 · 18 years ago
  36. 74c5616 EHCI driver need enable routine and disable Legacy USB by klu2 · 18 years ago
  37. f92b6f1 Correctly skip debug entry. by lgao4 · 18 years ago
  38. 69a99cc by yshang1 · 18 years ago
  39. 8ef571d fix some minor warning for unix package by klu2 · 18 years ago
  40. 6c31fdb The updating (change the Interrupt Line to 0xFF for unknown setting) is only for x86 based on the PCI spec, so added the compiler option for such code. by zliu3 · 18 years ago
  41. 2da41b5 UART_FLOW_CONTROL_DEVICE_PATH should be defined for both EFI and UEFI by qhuang8 · 18 years ago
  42. 57257e1 1.Fix a typo in DevicePath Driver by qhuang8 · 18 years ago
  43. 70b6db9 by yshang1 · 18 years ago
  44. 35d4cd9 Fix EDKT497. In the patch: by yshang1 · 18 years ago
  45. affa5a1 Removed the workaround code by jwang36 · 18 years ago
  46. d7f709c Updated the Ipf/Fat.efi with a smaller version to save the image space and this efi binary is compiled with "O1" flag by zliu3 · 18 years ago
  47. 0424524 Updated the Fat.efi for Tiger tip because the old one does not have the relocation section in that image. by zliu3 · 18 years ago
  48. d919bb8 Added a workaround to fix the library instance constructor sequence issue. by jwang36 · 18 years ago
  49. 9574070 Display error message when HOB creation fails due to lack of memory. by xli24 · 18 years ago
  50. 41a907e Add checking for memory allocation in UI modules. by xli24 · 18 years ago
  51. b12dbde Fix a typo. by bbahnsen · 18 years ago
  52. 38a7027 AsyncRequestPtr maybe NULL after its callback function is invoke. So Caching it temporary. by klu2 · 18 years ago
  53. 0e7bfce BDS code calls Hii->FindHandles() with hardcoded length. by xli24 · 18 years ago
  54. c271c13 1. Fix EDKT501: New MSA get "Please type a complete file path" waring and can't proceed by hche10x · 18 years ago
  55. b23e12f Print a descriptive error message if the msa file is ambiguous. by bbahnsen · 18 years ago
  56. fd73932 Mark some .c files as MSFT only. by bbahnsen · 18 years ago
  57. 07253e8 Add multi-architecture support to the GNU makefile generator. by bbahnsen · 18 years ago
  58. c6359f6 Modified utility usage and version display. by ywang · 18 years ago
  59. eaad41e Modified utility usage and version display. by ywang · 18 years ago
  60. fd23b92 Added/modified utility usage and version display. by ywang · 18 years ago
  61. 715a44f IDEBusDriverBindingStart() calls REPORT_STATUS_CODE_WITH_DEVICE_PATH with NULL device path. If progress code is switched on, ASSERT would happen. by xli24 · 18 years ago
  62. cee3584 Original range calculation in GetNextFile() is incorrect. by xli24 · 18 years ago
  63. a9a812a 1. Added comments to ASM files by bxing · 18 years ago
  64. 741fb36 Add dependency for RealAsm file build rules and Use the module name in place of macro STRING_ARRAY_NAME by lgao4 · 18 years ago
  65. 0026dbe Add a python script that can generate gnu makefiles for the mde package. by bbahnsen · 18 years ago
  66. 51ac2ff Added support for xmlbeans-2.2.0 by jwang36 · 18 years ago
  67. 526f8a8 The header file applies to all architectures. by bbahnsen · 18 years ago
  68. 60db81c by ywang · 18 years ago
  69. 18a964c Increased the image buffer size to avoid invalid address access issue by jwang36 · 18 years ago
  70. b244c7d Add in UefiApplicationEntryPoint library class and library instance. by qwang12 · 18 years ago
  71. fe64f4f fix some coding style issues. by qwang12 · 18 years ago
  72. d0b053b Merged back the Yizhong's fix which was overwritten by check-in of r2157,2158. by jwang36 · 18 years ago
  73. db608e6 Minor changes and bug fixes implemented. by ywang · 18 years ago
  74. 66d8c20 1) Changed the file including as '#include "Ipf\IpfCpuCore.i"' for Intel compiler supporting by zliu3 · 18 years ago
  75. 2384947 Corrected some comments for the changed code. by jwang36 · 18 years ago
  76. bc33b23 Used the DAG algorithm given by Mike to re-implemented library constructor sorting code. by jwang36 · 18 years ago
  77. 997e26f fix some minor warning by klu2 · 18 years ago
  78. a89f26d When generating string size for unicode string, do not generate too many brace. This will break linux building. by klu2 · 18 years ago
  79. f0388a0 fix the warning for structure initialization by klu2 · 18 years ago
  80. 0ce0d9a Fix one minor bug for GenDepex tool. When no input parameter, GenDepex tool should output help info. by lgao4 · 18 years ago
  81. 19231e0 correct SimpleTextIn protocol definition. by lgao4 · 18 years ago
  82. c9b1cad Add information on gcc and EdkUnixPkg. by bbahnsen · 18 years ago
  83. 377fc2a Change many windows references to unix. by bbahnsen · 18 years ago
  84. 6bb60d7 Always return an aligned block when mapping memory. by bbahnsen · 18 years ago
  85. a53078b Fix an unititialized memory read. by bbahnsen · 18 years ago
  86. b51468d EdkUnix spd and fpd added by tgingold · 18 years ago
  87. c9093a0 Unix version of EFI emulator by tgingold · 18 years ago
  88. 8ba7afa automagically convert ELF to PE/COFF (i386 only) by tgingold · 18 years ago
  89. 0dce6dc Use ASM_PFX to optionnaly set the underscore prefix by tgingold · 18 years ago
  90. a2b1bf9 Use ASM_PFX to optionnaly set the underscore prefix by tgingold · 18 years ago
  91. 1e56bac Add ASM_PFX macro on ASM_FLAGS using GCC tools by tgingold · 18 years ago
  92. 3b7a53b Add license header to Python files. by bbahnsen · 18 years ago
  93. fc7599b Correct the sample instruction. by klu2 · 18 years ago
  94. ba6930b Add a note that describes how to install the packages necessary to run the optional Python Tools. by bbahnsen · 18 years ago
  95. 835cdfb Allow resume of the download. by bbahnsen · 18 years ago
  96. 281ab33 Add wxPython to the installer. by bbahnsen · 18 years ago
  97. 4d0cf38 Set the executable property on the script. by bbahnsen · 18 years ago
  98. 6529690 Set the executable property on the script. by bbahnsen · 18 years ago
  99. f53a073 Volatile variable is read-only in runtime. by klu2 · 18 years ago
  100. 3088e81 Changed the FrameworkWizard.jar path from Bin to bin by jwang36 · 18 years ago