1. 7726912 Make end of line consistent caused by previous check in. by qhuang8 · 15 years ago
  2. 2485158 Integrate the patch contributed by Andrew Fish to port MdeModulePkg to support ARM. by qhuang8 · 15 years ago
  3. 16a9777 free allocated memory in error handler. by eric_tian · 15 years ago
  4. 10b4896 Update the comments avoid making confuse. by gikidy · 15 years ago
  5. 20b8fc3 Use .fill directive to improve portability. by qhuang8 · 15 years ago
  6. 7cd1603 PcdDxeIplBuildShareCodeHobs, PcdDxeIplSupportCustomDecompress, PcdDxeIplSupportCustomDecompress,PcdDxeIplSupportCustomDecompress and PcdStatusCodeRuntimeMemorySize and by jchen20 · 15 years ago
  7. 9d37f82 Use .p2align directive instead of ambiguous .align directive. by qhuang8 · 15 years ago
  8. 792a153 Do not use WriteUnaligned64() in BaseLib since StartingOffset and EndingOffset field in MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH structure has been correctly to ensure of natural alignment. by qhuang8 · 15 years ago
  9. 09e1561 Add a missing worker function to convert MEDIA_RELATIVE_OFFSET_RANGE_DP to text by qhuang8 · 15 years ago
  10. 73f8ef8 add error handler in return places. by eric_tian · 15 years ago
  11. 9420fc1 modify the incorrect timeout value definitions in Usb driver by eric_tian · 15 years ago
  12. 409d47b Enhance Capsule driver to update capsule one by one. by lgao4 · 15 years ago
  13. b13151f Update PCD driver to correctly set the HII type PCDs. by lgao4 · 15 years ago
  14. 9afd051 Enhance Partition driver for EFI_NO_MEDIA case by qhuang8 · 15 years ago
  15. 339c754 Enhance GPT to remove the assumption that GPT partition entry in PMBR must be the first partition entry. by qhuang8 · 15 years ago
  16. 737dfc3 Fix a potential issue to use FreePool() with NULL pointer. by qhuang8 · 15 years ago
  17. 2ce5c88 Use siaddr in DHCP packet, if zero, use option 54 instead. by vanjeff · 15 years ago
  18. aeddd42 1. update timeout interval time from 10ms to 50ms 2. refine MnpDxe code. by vanjeff · 15 years ago
  19. 7b8c378 Remove ".intel_syntax", convert MASM to GAS. by gikidy · 15 years ago
  20. d9fb411 Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any more. by qhuang8 · 15 years ago
  21. 05d7105 Update the comments for S3Lib and RecoveryLib class to state that they are deprecated. by qhuang8 · 15 years ago
  22. 5933acc Update the comments for S3Lib and RecoveryLib class and instance to state that they are deprecated. by qhuang8 · 15 years ago
  23. 28efc72 1. Update DxeIpl PEIM to not use PeCoffLoaderLib to load DXE core. Instead, we choose to use EFI_PEI_LOAD_FILE_PPI to load DxeCore. This implementation can help to save ~3KB size for PEI phase. by qhuang8 · 15 years ago
  24. 8c519a5 1. Update IA32 PeiCore implementation to support load x64 image for EFI_PEI_LOAD_FILE_PPI. by qhuang8 · 15 years ago
  25. ba19956 add comments to clarify the enhancement on EHCI driver, which is guaranteed to get attached to EHCI host controller before UHCI driver attaches to uhci host controller. by eric_tian · 15 years ago
  26. 1d5b25b add condition judgment to avoid accessing NULL address if not found existing variable. by eric_tian · 15 years ago
  27. 2248bd6 update include file to use IndustryStandard/Pci.h by eric_tian · 15 years ago
  28. c9eb1ba add correct [Depex] section. by vanjeff · 15 years ago
  29. a90ccab Correct the format of comments by lgao4 · 15 years ago
  30. 7385086 update MdePkg version to 1.01 by vanjeff · 15 years ago
  31. 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
  32. ea886be Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatible change adopted by UEFI group. by vanjeff · 15 years ago
  33. 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
  34. 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
  35. a261044 code cleanup: by eric_tian · 15 years ago
  36. 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
  37. 02bf7b8 remove the unnecessary comments. by lgao4 · 15 years ago
  38. 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
  39. 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
  40. 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
  41. 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
  42. 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 · 16 years ago
  43. ebceb28 Fix bug in EBC thunk for X64 that appears when higher levels of compiler optimization is used. by mdkinney · 16 years ago
  44. 045e90a Fix bug in EBC thunk for X64 that appears when higher levels of compiler optimization is used. by mdkinney · 16 years ago
  45. 3f9dcac Remove the inaccurate comments. by lgao4 · 16 years ago
  46. 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
  47. 944bf8d fixed ASSERT condition issue. by vanjeff · 16 years ago
  48. 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
  49. 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
  50. 2f6e236 Roll back R8811 check in for it will get a double carriage return. by gikidy · 16 years ago
  51. 17c62eb Correct #include statements. This is a DXE DRIVER, not a UEFI module. by mdkinney · 16 years ago
  52. d8d26fb Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc() from the DpcLib instead. by mdkinney · 16 years ago
  53. a4df47f 1. remove duplicated NetLibDispatchDpc() calling in Pool function. by vanjeff · 16 years ago
  54. 6144e7a Add PCDs for FirmwareVendor, FirmwareRevision, FirmwareVerisonString, and FirmwareReleaseDateString by mdkinney · 16 years ago
  55. 7b0ae7e add security check. update functions comments. by vanjeff · 16 years ago
  56. 890986c add security check. by vanjeff · 16 years ago
  57. 51797e6 Fix OutputString() in the console driver does not auto-scroll when you fill up the screen like the graphics driver does. by gikidy · 16 years ago
  58. f5e9ff8 Add check that Progress is NULL by lgao4 · 16 years ago
  59. 3ebb9bd Update the conflicted function name with UefiLib from CreatePopUp to CreateMultiStringPopUp. by lgao4 · 16 years ago
  60. 44a25a9 Move PcatRealTimeClockRuntimeDxe driver to PcAtChipsetPkg by klu2 · 16 years ago
  61. 345e5a6 Move PcatRealTimeClockRuntimeDxe driver to PcAtChipsetPkg by klu2 · 16 years ago
  62. 42c6507 Fix PcRtc Year calculation bug. by lgao4 · 16 years ago
  63. 54fbbbd Enhance iSCSI ibft table for copy oemid and oemtableID from acpi tables. by gikidy · 16 years ago
  64. 6795df3 remove UndiRuntimeDxe from MdeModulePkg to OptionRomPkg by vanjeff · 16 years ago
  65. 5e0b1e3 fix the issue of "Simple File System Protocol Test -> SetInfo_Conf failed on RAS_MB". When it print a string contained a control character of 0xc, it will hang on ConOut->OutputString() which will preprocessor some control character and call HiiStringToImage to render. There is gap between ConOut->OutputString() and HiiStringToImage.The former doesn't identify '0xc' as a line break character and assert only one line font printed. But the latter think it is so and print 2 line, which causes assertion. by eric_tian · 16 years ago
  66. 4a13fda Refine doxygen comments by klu2 · 16 years ago
  67. a29645c Remove library class of MemoryTestLib and related library instances. by xli24 · 16 years ago
  68. 9a1eee2 Fix date/time not work for the return value of RtcRead not need type convert. by gikidy · 16 years ago
  69. c2c1e45 sync tracker 210250&210253 of R8 into R9, which fix the issue of iSCSI CHAP Secret UI allows the minimum number of 13 characters while the spec only requires 12 by eric_tian · 16 years ago
  70. 064d5de Add Null implementation of the Reset System Library that generated an ASSERT() on all reset APIs. by mdkinney · 16 years ago
  71. 653ef62 add error handler to pass K8 check by eric_tian · 16 years ago
  72. 184f7d8 Refine the member name. by klu2 · 16 years ago
  73. 894d038 add security check. by vanjeff · 16 years ago
  74. f2a0647 add assertion to pass K8 check. by eric_tian · 16 years ago
  75. d14faa5 Update the SCSI Disk Driver to not mount drives on physical only SCSI channels by gikidy · 16 years ago
  76. 39941da Fix incorrect error handling when PXE boot timeout. by gikidy · 16 years ago
  77. ef13cf2 Enhance error handle of BuildDevicePath for it is possible to receive other errors. by gikidy · 16 years ago
  78. 086cd2c Correct DriverSample ConfigAcess protocol ExtractConfig interface. by lgao4 · 16 years ago
  79. a1ed88a Extend the max number of interface to 128 and correct the display of eth name. by gikidy · 16 years ago
  80. 0f8e582 roll back r8590 patch by eric_tian · 16 years ago
  81. 2fd3009 add assertion to ensure ACPI table is checksumed. by eric_tian · 16 years ago
  82. 35c290c do checksum before installing IBFT. by eric_tian · 16 years ago
  83. 7e03844 remove the self-implementation on checksum() in this module by using BaseLib. by eric_tian · 16 years ago
  84. 841014b refine VariablePei driver to unify the algorithm of access VariableIndexTable among various archs. by eric_tian · 16 years ago
  85. 5e895e6 update the usage help text on variable statistic information. by eric_tian · 16 years ago
  86. 432bdae the checksum must to be updated when install a new table into ACPI table by eric_tian · 16 years ago
  87. 1b954be Fix Parameter IN OUT by lgao4 · 16 years ago
  88. e40b7d5 Update some comments for MdeModulePkg Include header files. by lgao4 · 16 years ago
  89. e9b6728 Committing changes to the comments, to improve code documentation. by pkandel · 16 years ago
  90. 4607d9e The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated key stoke, should use CallBack instead. by gikidy · 16 years ago
  91. b4f26bb Make comments align. by lgao4 · 16 years ago
  92. 6a194b7 Remove the additional build options. by lgao4 · 16 years ago
  93. 434ce3f sync tracker:PXE misused the parameter of second since boot in DHCP header. by vanjeff · 16 years ago
  94. a47b308 Enhance the RTC driver to not reserve the CMOS century register MSB. by gikidy · 16 years ago
  95. 7076244 The StringIndex should be casted to UINT16* but not UINT8*. by klu2 · 16 years ago
  96. bcd7070 fix the issue of Inadequate Memory Allocation in Variable Services by eric_tian · 16 years ago
  97. 97f7781 Make sure BASE_LIST is always aligned on a 64-bit boundary by mdkinney · 16 years ago
  98. 2062154 The data length of a text request must not exceed the iSCSI target MaxRecvDataSegmentLength. by gikidy · 16 years ago
  99. 35c218d fix the HiiStrIdToImage sct failure, which is caused by wrong algorithm of finding right-most line break opportunity. by eric_tian · 16 years ago
  100. 071b722 Use DiskIo->WriteDisk() API to avoid alignment issue. by qhuang8 · 16 years ago