1. 2ba53a4 Add Nanosecond initialize when CMOS clear for ConvertRtcTimeToEfiTime can not initialize it. by gikidy · 15 years ago
  2. ef73b4a add comment on mismatch between code and MiscSubclass spec. by eric_tian · 15 years ago
  3. 6f74e80 Remove include in comments by klu2 · 15 years ago
  4. cf4afc9 Use Uefi.h instead of PiDxe.h, because B0 defined in Protocol/DebugSupport.h conflict with the B0 macro defined in usr/include/bits/termios.h by klu2 · 15 years ago
  5. 99f6759 Enhanced BMP file security check. by vanjeff · 15 years ago
  6. 0adb8a3 Fixed build issue on GCC compiler. This issue is introduced by one mistaken in one checking-in on Main trunk only. The patch(MdeModulePkg.patch) for EFI_MTFTP4_TOKEN based on MdePkg release 1.00 has no this issue. by vanjeff · 15 years ago
  7. d1eff2f Remove unrecognized characters. by lgao4 · 15 years ago
  8. 46f43bc didnt want to change pointer for copymem... corrected full file name creation by jcarsey · 15 years ago
  9. 2828833 Fix build break for missing definition of PCI_IF_EHCI by mdkinney · 15 years ago
  10. ea886be Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatible change adopted by UEFI group. by vanjeff · 15 years ago
  11. e7d41e1 adding new include file. This file has the definitions for most shell data types that are non-standard. (ie SHELL_RETURN type) by jcarsey · 15 years ago
  12. 949ae9a roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the scope of this release. by eric_tian · 15 years ago
  13. 55815a9 roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the scope of this release. by eric_tian · 15 years ago
  14. 52c8c12 roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the scope of this release. by eric_tian · 15 years ago
  15. 93d4ce9 Add IDE support for edk2 Duet platform. by klu2 · 15 years ago
  16. ac10c72 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 15 years ago
  17. 1a573c7 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 15 years ago
  18. 9910cfe if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 15 years ago
  19. ad38bf8 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 15 years ago
  20. 48e9cc7 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 15 years ago
  21. 5781db0 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 15 years ago
  22. 5f52bc9 remove two duplication macros "PCI_CLASSC_PI_UHCI/PCI_CLASSC_PI_EHCI", which have been defined in IndustryStandard/Pci.h by eric_tian · 15 years ago
  23. a261044 code cleanup: by eric_tian · 15 years ago
  24. 15a8650 Roll back the change in Partition driver. currently we enhance the EHCI driver to guarantee that the EHCI controller get attached to the EHCI controller before the UHCI driver attaches to the UHCI controller. This way can avoid the case happen that UHCI sees the disconnect and EHCI sees the connect event due to the control transfer in shared port. It may cause Partition.Start to be interrupted by Partition.Stop. by eric_tian · 15 years ago
  25. d5555a1 Move EFI_SMM_COMMUNICATE_HEADER into SmmBase.h because this structure is really associated with the ComminicationBuffer parameter to the EFI_SMM_CALLBACK_ENTRY_POINT in the SMM Base Protocol and not the gSmmCommunicateHeaderGuid. This GUID is just one of many possible GUIDs that could be used to fill in the HeaderGuid field of the EFI_SMM_COMMUNICATE_HEADER. by mdkinney · 15 years ago
  26. 7f58645 Move those status code definitions that exactly match the PI 1.2 Specification from the IntelFrameworkPkg to MdePkg by mdkinney · 15 years ago
  27. b205f26 Move those status code definitions that exactly match the PI 1.2 Specification from the IntelFrameworkPkg to MdePkg by mdkinney · 15 years ago
  28. 02bf7b8 remove the unnecessary comments. by lgao4 · 15 years ago
  29. 701f8b5 Update the FAT binaries to build against MdePkg, BaseTools 1.00 release and newest FatPkg source. by qhuang8 · 15 years ago
  30. f205cbb Add comments to specify Capsule services provided by this driver can't be used for IPF arch when OS enter into physical mode. by lgao4 · 15 years ago
  31. cd92e3f Adding a segment code to make sure that the EHCI controller get attached to the EHCI controller before the UHCI driver attaches to the UHCI controller by eric_tian · 15 years ago
  32. 44218d2 Update EFI_PEI_FIRMWARE_VOLUME_PPI.FindFileByName function declaration to align to PI1.0 errata. by lgao4 · 15 years ago
  33. b6c7207 Fill all EFI_IFR_DATA_ARRAY fields before call FormCallBack function. by lgao4 · 15 years ago
  34. 1c9a755 Remove use of BackupMarker local variable in CreateDialog() because assigning a VA_LIST in this manner is not portable to all tool chains. by mdkinney · 15 years ago
  35. 80151e5 Rename BaseLib internal functions by adding InternalBaseLib. by lgao4 · 15 years ago
  36. 88e349f Fixed a bug that the system hangs with an assert in DiskIo.c that is division overflow due to block size == 0 when no flppy media is present in a specific type of USB floppy drive (NEC PC-VP-BU04)at power on. by rsun3 · 15 years ago
  37. 409669d comments refine by eric_tian · 15 years ago
  38. c8148ea if Usb mass storage interface returns EFI_DEVICE_ERROR, we should jump out the loop which is used to determine if the current block device supports GPT/Torito/MBR in Partition driver. This way can avoid Partition.start is interrupted by itself Partition.stop(). by eric_tian · 15 years ago
  39. 58e4d80 Hot fixing for the bug that GenFw can not convert ELF to PE format correctly, the root cause is invalid size of OptionalHeader is computed. by klu2 · 15 years ago
  40. 19bf20e Clean up code by lgao4 · 15 years ago
  41. ccd4b7d fix ICC build issue. by eric_tian · 15 years ago
  42. ebceb28 Fix bug in EBC thunk for X64 that appears when higher levels of compiler optimization is used. by mdkinney · 16 years ago
  43. 2703f9e Restore symlinks & scripts with proper svn properties set. by jljusten · 16 years ago
  44. e7eabe0 Remove broken BinWrappers links/scripts. They will be re-added in next commit. by jljusten · 16 years ago
  45. 045e90a Fix bug in EBC thunk for X64 that appears when higher levels of compiler optimization is used. by mdkinney · 16 years ago
  46. 66775d1 Sync binary tool to main trunk tool source. Update VfrCompiler tool to fix varstore name is not correctly generated. by lgao4 · 16 years ago
  47. df1780f Fix VfrCompiler bug to create varstore name by varstore name field not structure field for framework Vfr. by lgao4 · 16 years ago
  48. 3f9dcac Remove the inaccurate comments. by lgao4 · 16 years ago
  49. f98dc3c move EFI_IOB_ATA_BUS_SMART_ENABLE EFI_IOB_ATA_BUS_SMART_DISABLE EFI_IOB_ATA_BUS_SMART_OVERTHRESHOLD and EFI_IOB_ATA_BUS_SMART_UNDERTHRESHOLD macros to StatusCode.h in IntelFrameworkPkg\Include\Framework. by eric_tian · 16 years ago
  50. bc34515 improve the doxgen style comments. by eric_tian · 16 years ago
  51. 30fdf11 Check In tool source code based on Build tool project revision r1655. by lgao4 · 16 years ago
  52. 577e30c Add comments for CapsuleRuntimeDxe driver to specify this driver may not full support runtime usage for capsule services on IPF arch platform. by lgao4 · 16 years ago
  53. fe82e4c Remove unused local variable to fix build break. by lgao4 · 16 years ago
  54. 944bf8d fixed ASSERT condition issue. by vanjeff · 16 years ago
  55. 7edfacb Fix build broken issue for ICC 9.0 by klu2 · 16 years ago
  56. d595d4b fixed operation of GetFirst and GetNext for files... by jcarsey · 16 years ago
  57. 5caec78 Fix bug that some boot option can *not* be displayed correct in boot manager and boot maintain manager. by klu2 · 16 years ago
  58. e6d4b9d Clean up PERF macro usage. The macros were being used with 0 as the first parameter. This parameter is actually a void*. All of these instances were corrected to use NULL as the first parameter. by darylm503 · 16 years ago
  59. 128efbb Clean up PERF macro usage. The macros were being used with 0 as the first parameter. This parameter is actually a void*. All of these instances were corrected to use NULL as the first parameter. by darylm503 · 16 years ago
  60. 24098ac Clean up PERF macro usage. The macros were being used with 0 as the first parameter. This parameter is actually a void*. All of these instances were corrected to use NULL as the first parameter. by darylm503 · 16 years ago
  61. d0bd68b Committing changes to the comments, after review with engineers. by pkandel · 16 years ago
  62. e0e51f6 Remove the auto conversion for the first varstore name to "Setup". by lgao4 · 16 years ago
  63. 6bfa178 Fixed 2 bugs in the RTC driver of PcAtChipsetPkg. by rsun3 · 16 years ago
  64. a025815 Remove unrecognized characters. by lgao4 · 16 years ago
  65. 4a4bb30 initial Target byte array with 0xff (all bytes are 0xff in this array)in GetTargetLun to consistent with GetNextTargetLun. by eric_tian · 16 years ago
  66. 2dae09a Update README for video driver split from main OVMF firmware. by jljusten · 16 years ago
  67. 712bd83 Separate Cirrus Logic video driver out from main OVMF firmware. by jljusten · 16 years ago
  68. b9c6eef Add default parameters for EfiRom for Cirrus Logic 5430. by jljusten · 16 years ago
  69. 5106d42 Load video option ROM which is not embedded in system firmware image. by jljusten · 16 years ago
  70. 347bbfc Remove the following Protocols from the IntelFrameworkPkg because they are identical to Protocols from the PI 1.2 Specification that have been added to the MdePkg by mdkinney · 16 years ago
  71. 73c31a3 Add the following PI 1.2 Protocols to the MdePkg by mdkinney · 16 years ago
  72. 1d14c35 updated parameters name to match spec. by vanjeff · 16 years ago
  73. 4983ca9 add: 1) sorting library 2) sorting test Application/ShellSortTestApp by jcarsey · 16 years ago
  74. 19525fe Remove the following Protocols from the IntelFrameworkModulePkg because they are identical to Protocols from the PI 1.2 Specification that have been added to the MdePkg by mdkinney · 16 years ago
  75. 1e22c4d Add the following PI 1.2 Protocols to the MdePkg by mdkinney · 16 years ago
  76. eb64668 comment clarification by jcarsey · 16 years ago
  77. f2d0889 Add macro definitions indicating from SMBIOS 2.6 by klu2 · 16 years ago
  78. a543bca Fix a wrong doxygen comment tag usage of ///>. The correct one is ///<. by klu2 · 16 years ago
  79. eb0f522 ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 16 years ago
  80. d18476d ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 16 years ago
  81. f51c8a9 ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 16 years ago
  82. a798a78 ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 16 years ago
  83. 03a2bbf ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library. by eric_tian · 16 years ago
  84. f3f33e1 rollback for fix scsi disk detection issue. by vanjeff · 16 years ago
  85. 429cac9 Retire description string macro for boot device type which are not defined in UEFI specification. by klu2 · 16 years ago
  86. 33801c0 Make code definition alignment. by lgao4 · 16 years ago
  87. aa2ebe0 Remove unnecessary FRAMEWORK_ prefix in IntelFrameworkPkg definitions for those definitions that don't conflict with ones in UEFI/PI specification. by lgao4 · 16 years ago
  88. 108854b Remove unnecessary FRAMEWORK_ prefix in IntelFrameworkPkg definitions for those definitions that don't conflict with ones in UEFI/PI specification. by lgao4 · 16 years ago
  89. 2f6e236 Roll back R8811 check in for it will get a double carriage return. by gikidy · 16 years ago
  90. ebe8d2b remove work around, since we had added return value check. by vanjeff · 16 years ago
  91. 21d2b17 updated parameters name to match spec. by vanjeff · 16 years ago
  92. 1252ae4 Synchronize build tools binaries with source code r1655 at build tool project. by lgao4 · 16 years ago
  93. 7bc6c82 ynchronize build tools binaries with source code r1655 at build tool project. by lgao4 · 16 years ago
  94. 3980a85 Fix build broken, DxeUnixPeCoffExtracActionLib should not dependent on PeiServiceLib by klu2 · 16 years ago
  95. b67f279 Fix build broken, EFI_TIME_IN_DAYLIGHT used in Sec/UnixThunk.c is defined in Uefi specification, so need include Uefi.h. by klu2 · 16 years ago
  96. c9a4a97 Remove the following PPIs from the IntelFrameworkPkg because they were identical to PPIs from the PI 1.2 Specification by mdkinney · 16 years ago
  97. 1cddf2e Add the following PI 1.2 PPIs to the MdePkg by mdkinney · 16 years ago
  98. 86c6463 remove the DEBUG_CODE_BEGIN and DEBUG_CODE_END due to the logic between them are not optional. by eric_tian · 16 years ago
  99. b6d47a8 Add Framework MP Services Protocol by mdkinney · 16 years ago
  100. 050b79e Clean up doxygen comments by mdkinney · 16 years ago