1. 26a31ad Add S3 SMM Save State protocol definition from PI 1.2 specification. by klu2 · 15 years ago
  2. 6385a22 update dec file to reflect newly introduced protocols. by eric_tian · 15 years ago
  3. 69aa6ac import VlanConfig.h, EFI VLAN Config protocol defined in UEFI 2.3 by vanjeff · 15 years ago
  4. 938e182 Add definition of S3 save state from PI 1.2 specification. by klu2 · 15 years ago
  5. 5d6a636 add Dhcp6/Mtftp6/Udp6 three protocol's definitions into MdePkg to comply with UEFI2.3 spec. by eric_tian · 15 years ago
  6. 5e6f3ee 1.refined doxgen format. 2.remove duplicated typedef. by vanjeff · 15 years ago
  7. 8f3e122 modified to removed references to WinNt in the comments for serial drivers by jchen20 · 15 years ago
  8. f527a6f Fix invalid doxygen comment, should not mix the usage of /// and /** by klu2 · 15 years ago
  9. 6a0cd52 Add SMBIOS protocol definitions from PI 1.2 specification. by klu2 · 15 years ago
  10. 409d47b Enhance Capsule driver to update capsule one by one. by lgao4 · 15 years ago
  11. bdb140d 1. import Ip6.h, Ip6Config.h and Tcp6.h. 2. refine comments in Ip4.h and Tcp4.h. by vanjeff · 15 years ago
  12. 16e864a Remove ".intel_syntax", convert MASM to GAS. by gikidy · 15 years ago
  13. 3668c08 Remove ".intel_syntax", convert MASM to GAS. by gikidy · 15 years ago
  14. b13151f Update PCD driver to correctly set the HII type PCDs. by lgao4 · 15 years ago
  15. e0d2273 Change the default location for IASL on Unix. by jljusten · 15 years ago
  16. 726d5a8 Remove '/' directory separator from CYGWIN & UNIXGCC tool specications. by jljusten · 15 years ago
  17. c113cd3 redefine the ASM_PFX to let it can work on Apple/NetBSD and other Unix* platform. by eric_tian · 15 years ago
  18. d4cf6b6 redefine the ASM_PFX to let it can work on Apple/NetBSD and other Unix* platform. by eric_tian · 15 years ago
  19. 02c9c47 1. Log performance data below 4G by qhuang8 · 15 years ago
  20. cd6a3b1 Add performance logging on EFI boot path by qhuang8 · 15 years ago
  21. 9afd051 Enhance Partition driver for EFI_NO_MEDIA case by qhuang8 · 15 years ago
  22. 339c754 Enhance GPT to remove the assumption that GPT partition entry in PMBR must be the first partition entry. by qhuang8 · 15 years ago
  23. 737dfc3 Fix a potential issue to use FreePool() with NULL pointer. by qhuang8 · 15 years ago
  24. db63aee Remove ".intel_syntax", convert MASM to GAS. by gikidy · 15 years ago
  25. 2ce5c88 Use siaddr in DHCP packet, if zero, use option 54 instead. by vanjeff · 15 years ago
  26. b55f8b0 1. Correct Col * Row string 2. Add error handle for no data hub system. by lgao4 · 15 years ago
  27. aeddd42 1. update timeout interval time from 10ms to 50ms 2. refine MnpDxe code. by vanjeff · 15 years ago
  28. 0fac539 recalculate the total size of format string printed by DebugPrint(). by eric_tian · 15 years ago
  29. fd7544c Correct library instance to pass build by lgao4 · 15 years ago
  30. 7b8c378 Remove ".intel_syntax", convert MASM to GAS. by gikidy · 15 years ago
  31. e5d1b4f add correct [Depex] section. by vanjeff · 15 years ago
  32. 030529d build tools will break if PEIM or DXE driver has no valid [Depex] section. by vanjeff · 15 years ago
  33. 179d85c add 2 class code definitions defiled in PCI 2.3 spec. by vanjeff · 15 years ago
  34. 945f5f4 Use "movd" instruction to manipulate MMX register to support more GNU assemblers. by qhuang8 · 15 years ago
  35. 23f41e5 Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any more. by qhuang8 · 15 years ago
  36. d32fb62 Do not use EfiACPIReclaimMemory type to log performance data because some OS might reuse that memory. Maybe EfiReservedMemoryType is the best solution for that usage model. by qhuang8 · 15 years ago
  37. f66d9a1 Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any more. by qhuang8 · 15 years ago
  38. 9313111 Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any more. by qhuang8 · 15 years ago
  39. d9fb411 Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any more. by qhuang8 · 15 years ago
  40. 7db60f8 Update the comments for S3Lib and RecoveryLib instances to state that they are deprecated. by qhuang8 · 15 years ago
  41. 05d7105 Update the comments for S3Lib and RecoveryLib class to state that they are deprecated. by qhuang8 · 15 years ago
  42. 5933acc Update the comments for S3Lib and RecoveryLib class and instance to state that they are deprecated. by qhuang8 · 15 years ago
  43. 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
  44. 8c519a5 1. Update IA32 PeiCore implementation to support load x64 image for EFI_PEI_LOAD_FILE_PPI. by qhuang8 · 15 years ago
  45. e8b9799 Minor update to remove some Unicode character in public header file. by qhuang8 · 15 years ago
  46. 09b0fdb Minor update source to make end-of-line consistent. by qhuang8 · 15 years ago
  47. 0da835f Remove all unnecessary .align directives in MdePkg by qhuang8 · 15 years ago
  48. 1fef058 clean up all of eight BaseMemoryLib instances in MdePkg with the following updates: by qhuang8 · 15 years ago
  49. 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
  50. 4888999 1. update AcpiTable module type to USER_DEFINED by vanjeff · 15 years ago
  51. 1d5b25b add condition judgment to avoid accessing NULL address if not found existing variable. by eric_tian · 15 years ago
  52. 6844f18 update include file to use IndustryStandard/Pci.h by eric_tian · 15 years ago
  53. 2248bd6 update include file to use IndustryStandard/Pci.h by eric_tian · 15 years ago
  54. 7d1aa70 update include file to use IndustryStandard/Pci.h by eric_tian · 15 years ago
  55. 626790e update include file to use IndustryStandard/Pci.h by eric_tian · 15 years ago
  56. c9eb1ba add correct [Depex] section. by vanjeff · 15 years ago
  57. 33d228a refine some definitions comments. by eric_tian · 15 years ago
  58. 0c7517b remove a segment of code, in which it forces EHCI to be connected firstly before UHCI when ConOut variable contains such usb device path. by eric_tian · 15 years ago
  59. a90ccab Correct the format of comments by lgao4 · 15 years ago
  60. b1fe77c Document all of the mismatches between IntelFrameworkPkg and Framework specification. by eric_tian · 15 years ago
  61. 772d321 Update links for broken urls in BaseTools/gcc/mingw-gcc-build.py script. by jljusten · 15 years ago
  62. f721ae4 remove incorrect comments. by lgao4 · 15 years ago
  63. 27d9ad0 Lightly revised SmmCis.h based on information in the PI spec. by pkandel · 15 years ago
  64. 409aeee update EdkCompatibilityPkg version to 0.90 by vanjeff · 15 years ago
  65. 7385086 update MdePkg version to 1.01 by vanjeff · 15 years ago
  66. 69c8f27 Updated comment at line 595 to be PI 1.1 spec, instead of 1.0. by pkandel · 15 years ago
  67. d9fdf2c fixed wrong comments format. by vanjeff · 15 years ago
  68. 5259c97 Committing changes to the comments, after review with engineers. by pkandel · 15 years ago
  69. d3a12d7 Use PcAtChipsetPkg's IdeControllerDxe driver and retire the one in DuetPkg. by klu2 · 15 years ago
  70. 1081f62 Add PcdVerifyNoteInList for judge whether do verification of node in list in debug mode. The default value is FALSE. by klu2 · 15 years ago
  71. 558bfeb For pass all compilers. by gikidy · 15 years ago
  72. 2ba53a4 Add Nanosecond initialize when CMOS clear for ConvertRtcTimeToEfiTime can not initialize it. by gikidy · 15 years ago
  73. ef73b4a add comment on mismatch between code and MiscSubclass spec. by eric_tian · 15 years ago
  74. 6f74e80 Remove include in comments by klu2 · 15 years ago
  75. 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
  76. 99f6759 Enhanced BMP file security check. by vanjeff · 15 years ago
  77. 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
  78. d1eff2f Remove unrecognized characters. by lgao4 · 15 years ago
  79. 46f43bc didnt want to change pointer for copymem... corrected full file name creation by jcarsey · 16 years ago
  80. 2828833 Fix build break for missing definition of PCI_IF_EHCI by mdkinney · 16 years ago
  81. ea886be Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatible change adopted by UEFI group. by vanjeff · 16 years ago
  82. 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 · 16 years ago
  83. 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 · 16 years ago
  84. 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 · 16 years ago
  85. 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 · 16 years ago
  86. 93d4ce9 Add IDE support for edk2 Duet platform. by klu2 · 16 years ago
  87. ac10c72 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 16 years ago
  88. 1a573c7 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 16 years ago
  89. 9910cfe if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 16 years ago
  90. ad38bf8 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 16 years ago
  91. 48e9cc7 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 16 years ago
  92. 5781db0 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 16 years ago
  93. 5f52bc9 remove two duplication macros "PCI_CLASSC_PI_UHCI/PCI_CLASSC_PI_EHCI", which have been defined in IndustryStandard/Pci.h by eric_tian · 16 years ago
  94. a261044 code cleanup: by eric_tian · 16 years ago
  95. 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 · 16 years ago
  96. 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 · 16 years ago
  97. 7f58645 Move those status code definitions that exactly match the PI 1.2 Specification from the IntelFrameworkPkg to MdePkg by mdkinney · 16 years ago
  98. b205f26 Move those status code definitions that exactly match the PI 1.2 Specification from the IntelFrameworkPkg to MdePkg by mdkinney · 16 years ago
  99. 02bf7b8 remove the unnecessary comments. by lgao4 · 16 years ago
  100. 701f8b5 Update the FAT binaries to build against MdePkg, BaseTools 1.00 release and newest FatPkg source. by qhuang8 · 16 years ago