1. 311acd6 clean up SFD file. by vanjeff · 18 years ago
  2. d57e9bd Update BaseLib.h to make the spaces between comments constant. Only added blank lines by ajfish · 18 years ago
  3. f4c3fab Fixed bug in NT32 file system driver. The FileInfo->FileSize returned for a directory was not a valid value. I fixed the driver to return the correct value. by ajfish · 18 years ago
  4. 34e0daf Safely use MDE StrSize(), instead of its own function calculating string size, because the IPF global pointer conversion issue has been solved. by xli24 · 18 years ago
  5. 537249c Remove the package dependency of MdePkg. by qhuang8 · 18 years ago
  6. a6a0e02 Fixed EDKT549 by adding code to check if the module is binary or not before generating AutoGen.h/.c by jwang36 · 18 years ago
  7. 627c1d2 Clean up the following module msa files. by lgao4 · 18 years ago
  8. ebb9ce7 Perfected MSA files. by vanjeff · 18 years ago
  9. 4ca0d41 To cleanup typo error. by yshang1 · 18 years ago
  10. 8350b26 To fix the GP convert issue, which results in the GP of registered EsalServices is not correctly. by yshang1 · 18 years ago
  11. a0586cb Fix the issue that Windows Server 2003 installation fails on Tiger. by xli24 · 18 years ago
  12. 7689c08 Remove autogen.h from all dxs files, because autogen.h file has been included by global compiler option. by lgao4 · 18 years ago
  13. caecffd 1. Fixed one bug in UpdateDataCheck(). by vanjeff · 18 years ago
  14. 9035a49 Fix the inconsistent guid for terminal driver which is used in GeneralBds libary. by klu2 · 18 years ago
  15. 9887e0d Use siaddr as the PXE server address first and use option 54 when siaddr is NULL. by qhuang8 · 18 years ago
  16. 56056c7 1. UsbMassStorage: Increase the timeout of USBFloppyRead10 and USBFloppyWrite10 for data transfer. by qhuang8 · 18 years ago
  17. df13ceb Fixed bug of incorrect processing of hexadecimal numbers. by bxing · 18 years ago
  18. 7a743ae Add link Map option for GCC tool to generate map file. by lgao4 · 18 years ago
  19. 29408d9 Add link Map option for GCC tool to generate map file. by lgao4 · 18 years ago
  20. bbee948 Fixed some issues for IA32 architecture platform build. by vanjeff · 18 years ago
  21. ba6e17f Add link Map option for GCC tool to generate map file. by lgao4 · 18 years ago
  22. 98419ef 1. Added EdkPciIncompatibleDeviceSupportLib in EdkModulePkg, this library is used for PciBus driver and includes 3 Incompatible device lists. by vanjeff · 18 years ago
  23. 0eaa193 Fix CygWinGCC build failed. When GCC build, map file is not generated. We don't need copy map file when gcc build. by lgao4 · 18 years ago
  24. fdbc81c Fix run broken issue for EdkUnixPkg by klu2 · 18 years ago
  25. aaed63a 1. Updated LOG file format generated by PeiRebase. by bxing · 18 years ago
  26. 7990ba7 Change default ModuleSA setting panel to be "FV Info" to remind user to specify FV_Binding and FFS format for a added module. by jlin16 · 18 years ago
  27. 418c6e0 Fix the DEVICE_PATH_MESSAGING_SAS GUID definition according to UEFI 2.1 spec. by xli24 · 18 years ago
  28. 735561c Allocate memory in DebugSupport beforehand, in order to avoid calling memory allocation services in high TPL level. by xli24 · 18 years ago
  29. 7e9f4e1 Merge the patch provided by Johnson by klu2 · 18 years ago
  30. 2074c9c Perfected MSA files. by vanjeff · 18 years ago
  31. 396514f removed ICC compile issue. by vanjeff · 18 years ago
  32. 9c198b4 Perfected MSA files. by vanjeff · 18 years ago
  33. 26aa0c2 Clean up the following module msa files, they are three networt and two PCD modules. by lgao4 · 18 years ago
  34. 5101d83 Remove 3 library instances: EdkDxeDebugLibReportStatusCode, EdkUefiDebugLibConOut and EdkUefiDebugLibStdErr in EdkModulePkg. by qwang12 · 18 years ago
  35. 39d03ac A typo in comments that alignment should be 8 for IPF by klu2 · 18 years ago
  36. 72c11e3 Change the alignment of variable from 2 back to 1 for compability of test case. by klu2 · 18 years ago
  37. 28dec50 Fix an issue that some image tool will generate PE32+ image with PE32 magic. We now determine magic based on machine type. by qhuang8 · 18 years ago
  38. abb2347 1) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULL by qwang12 · 18 years ago
  39. 18fda0c The ALIGNMENT definition has been moved to common header file. by klu2 · 18 years ago
  40. 4aa2a9a Change PcdWinNtFileSystem value is to the correct directory. by lgao4 · 18 years ago
  41. 5d10269 To fix by xgu3 · 18 years ago
  42. 8d8daec Clean up the following module msa files, they are edkmodule package ftwlit, Crc32SectionExtract, NullMemoryTest, PeiMemoryTest, MonotonicCounter modules. by lgao4 · 18 years ago
  43. 09caf40 Fixed the incremental build issue for .dxs file by adding .dep generation for Build_DPX macro. by jwang36 · 18 years ago
  44. 7b134da Open all warning checking for EdkUnixPkg, and current EdkUnixPkg has no warning now. by klu2 · 18 years ago
  45. d91b2da Add more judgement. by klu2 · 18 years ago
  46. 20798fc 1) Change the alignment from 1 to 2 for IA32 and X64 arch. by klu2 · 18 years ago
  47. 9512213 fix build warning issue by klu2 · 18 years ago
  48. 1d6992b The alignment of data section also meet with the requirement of section itself. by klu2 · 18 years ago
  49. 8d75383 Sync the HII GUID with EDK I code base. Please take note: This GUID is not the same with the one listed in Framework HII Spec 0.92. The HII protocol interface have changed from the one defined in Framework HII spec 0.92. Ergo the HII protocol GUID is updated to reflect the change. by qwang12 · 18 years ago
  50. 4825e9d Fix the TPL broken issue for UnixPkg by klu2 · 18 years ago
  51. 13de892 Change BDS to get the default logo picture by default bmp logo guid. by lgao4 · 18 years ago
  52. 55bfb04 Fixed issue for ICC, since ICC does not allow to cast data with volatile qualifier. by yshang1 · 18 years ago
  53. 1899856 Fix the unalignment issue for RODATA section when converting ELF image to PE image. by klu2 · 18 years ago
  54. 265bfe7 Change the Guid Value of EFI_ISCSI_INITIATOR_NAME_PROTOCOL_GUID. by qhuang8 · 18 years ago
  55. 01d71f9 Rename the enum value of EFI_STANDBY_BUTTON_PHASE. by yshang1 · 18 years ago
  56. 1b256c9 Update the MSA for ICC build. by yshang1 · 18 years ago
  57. 99b64dd SMMcis defines "Exit" as the one of phases of EFI_SMM_STANDBY_BUTTON_CONTEXT. The "Exit" conflicts with UefiApplicationEntryPoint library's Exit() in MDE spec and breaks all application build in r9. To fix the issue, I changed the "Exit" to "StandbyButtonExit" in EFI_SMM_STANDBY_BUTTON_CONTEXT temporarily. by yshang1 · 18 years ago
  58. a4e9aab Updated MSA file for EBC. by yshang1 · 18 years ago
  59. 1fcc1b7 Fixed an issue which a library module could be built even it's not in the active platform. by jwang36 · 18 years ago
  60. ef7baf5 Add the ReadWriteBarrier in the Acquire/ReleaseSpin to block the unexpected optimization of compiler. by yshang1 · 18 years ago
  61. 9471ecb Add in OFFSET_OF macro as defined in MDE Library spec by qwang12 · 18 years ago
  62. eb9603a Add comments on the definition of SPIN_LOCK_RELEASED & SPIN_LOCK_ACQUIRED by qhuang8 · 18 years ago
  63. e22f5aa Merged the fix of CompressDll.dll manifest issue when built by VS2005 by jwang36 · 18 years ago
  64. 18f9509 Restored the SetVirtualAddress and SetExitBootService related code generation for UEFI_APPLICATION type of module. by jwang36 · 18 years ago
  65. 73ebf37 1. Advance IP in case of Break(3) in breakpoint exception by qhuang8 · 18 years ago
  66. 784220c remove unnecessary files from EdkGenericBdsLib in EdkNt32pkg by vanjeff · 18 years ago
  67. fa332de 1. Perfect libraries MSA files by vanjeff · 18 years ago
  68. db29f96 Sync the Guid value of MTFTP protocol in spd file since it has been updated in header file. by qhuang8 · 18 years ago
  69. 02dab42 Variable driver: add checking to make sure flash is properly initialized by qhuang8 · 18 years ago
  70. 46dd23b 1.Define SPIN_LOCK as "volatile UINTN" to prevent mutli-processor access harzard. by qhuang8 · 18 years ago
  71. c8dd259 1. Use MemoryAllocationLib to replace boot services memory services functions in EdkModulePkg. by vanjeff · 18 years ago
  72. cb360b2 to fix [NT32] Emulator can't run when built with /O1 by xgu3 · 18 years ago
  73. 4b2e068 [Source] Useless assigning statement in ata and atapi by xgu3 · 18 years ago
  74. 0f6b6f7 1. Removed #ifndef to enable Capsule architecture protocol on IPF. by vanjeff · 18 years ago
  75. 1f74094 Correct some wrong usage types by qhuang8 · 18 years ago
  76. 203cff9 add new blank line for GCC build by klu2 · 18 years ago
  77. 253d291 Fixed an Autogen issue which will cause build break when encountering some kind of module. by jwang36 · 18 years ago
  78. a5dd05b Remove the generation of "Exit" function calling since the UefiApplicationLib has defined the Exit function. by jwang36 · 18 years ago
  79. c0b162a 1. Removed definition for EFI_1_1 from module ConSplitter by vanjeff · 18 years ago
  80. 3b660b0 For building UnixPkg in CYGWIN, it should use gcc binded by CYGWIN but not the 4.2 gcc which support PE. by klu2 · 18 years ago
  81. 3841e92 Add tool chain's configuration for building and running UnixPkg in CYGWIN environment. by klu2 · 18 years ago
  82. 8d58174 Add target.txt file for building UnixPkg in CYGWIN environment. by klu2 · 18 years ago
  83. e2180ee Add return EFI_INVALID_PARAMETER if pointer type parameter for UEFI and Tiano Decompress protocol function is NULL. The check is necessary. The protocols is built based on library instance of the Decompress Library. The Library class in MDE library spec 0.60e only define to do ASSERT for NULL pointer input. by qwang12 · 18 years ago
  84. c91c4f4 Need no zero pool for improving performance. by klu2 · 18 years ago
  85. cb41bea 1. Removed AsmSwitchStackAndBackingStore from BaseLib.h by vanjeff · 18 years ago
  86. ebc5b95 fix build broken issue by klu2 · 18 years ago
  87. 54be95a fix the build broken issue by klu2 · 18 years ago
  88. affd605 Fix build broken issue. by klu2 · 18 years ago
  89. ce8bd86 1. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modules by vanjeff · 18 years ago
  90. 6dcb94c Change the TPL lock level to EFI_TPL_NOTIFY. Variable Service is called in ResetSystem runtime service. As there is no restriction stated in UEFI spec about TPL restriction for ResetSystem, so SCT does test it under NOTIFY level. This fix can be temperary. We may revert it back after discussion with Architects.. by qwang12 · 18 years ago
  91. 21801bb Thread work load assignment change. by jlin16 · 18 years ago
  92. 9cc655d Removed #ifdef SNP_DEBUG and used debug lib to output information. by vanjeff · 18 years ago
  93. 231f8bf Create more threads to synchronize pcd data for FrameworkModules in a platform. by jlin16 · 18 years ago
  94. 55c30c8 Utilize multi-thread support of JAVA to improve UI response time of opening FrameworkModules in a platform. by jlin16 · 18 years ago
  95. 3aaddf9 1. Removed #ifdef SNP_DEBUG and used debug lib to output information by vanjeff · 18 years ago
  96. b06af5d Change the EfiAquireLock with RaiseTPL as the call to Boot Service UnloadImage can be nested in another call to UnloadImage. So RaiseTPL is proper (EfiAcquireLock will ASSERT when these this API are nested in the call chain) in this situation to server the sychronization purposes. by qwang12 · 18 years ago
  97. 4bdeaa6 Cleanup the msa for PeiVariable. by klu2 · 18 years ago
  98. 3f85e79 Rollback the work-around fix of FAT detection since the root cause is issue in partition driver. by qhuang8 · 18 years ago
  99. 3c17ed1 Fix a critical bug: When reading block succeeds but detecting MBR fails, it should return error code instead of EFI_SUCCESS. by qhuang8 · 18 years ago
  100. bb60dd9 Fix the issue that the variable Unicode string may be not aligned on 16-bit boundary in flash (it dependent on ALIGNMENT macro in EdkModulePkg\Universal\Variable\Pei\x64\VarMachine.h). The unalignment Unicode string will lead assert of StrCmp, StrCopy, StrLen function in Mde library. by klu2 · 18 years ago