1. ba9f835 Add an IO Lib instance based on CPU IO2 Protocol. by rsun3 · 15 years ago
  2. 66c95e7 Fixed GCC 4.4 build issue. All protocols and public interfaces must specify EFIAPI to enforce the expected calling convention. by geekboy15a · 15 years ago
  3. 4e57f24 Fixed GCC 4.4 build issue due to incorrect prefix. Now using ASM_PFX to correctly set the prefix. by geekboy15a · 15 years ago
  4. bc810c8 Fixed GCC 4.4 build issue. Also fixed issue where upper 32-bits may be lost during AND operation. by geekboy15a · 15 years ago
  5. a58cc06 Update DevicePath.h to add the UART_FLOW_CONTROL_HARDWARE and UART_FLOW_CONTROL_XON_XOFF. by niruiyu · 15 years ago
  6. 3432b0c Fix INF file header format by qhuang8 · 15 years ago
  7. 123e0ca Not maintained. by hhtian · 15 years ago
  8. fc5de6b Remove obsolete BuildCapsuleHob() function in DxeCoreHobLib. by qhuang8 · 15 years ago
  9. 6c3fa13 Define VERIFY_SIZE_OF macro to verify size of basic UEFI Data types. This should be equivalent with previous implementation. by qhuang8 · 15 years ago
  10. 703f1d0 Add Math64.S to reduce the number of compiler intrinsics that need to be supported. It turns out they seem to change from GCC generation to generation. by andrewfish · 15 years ago
  11. 852d891 Minor update the patch for Edk r10248 by qhuang8 · 15 years ago
  12. eccca95 add missed GUID definition of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_GUID_31. by vanjeff · 15 years ago
  13. a89fa50 Clarify @pram b in Base.h. Accepted and edited in Qing Huang changes for @retval EFI_INVALID_PARAMETER lines. 171 & 321. by myronporter · 15 years ago
  14. 5209f2a Remove one leftover in protocol definitions. by qhuang8 · 15 years ago
  15. 809bd7b Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  16. 8c18db2 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  17. af2dc6a Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  18. 52aa9e1 Updating processor bindings to not use stdint.h. Also added code to verify at compile time that data widths are correct. by geekboy15a · 15 years ago
  19. 21e66ee Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg. by jyao1 · 15 years ago
  20. b5cc527 Add SmmCore SmmServicesTable library. by jyao1 · 15 years ago
  21. 1bcef8b Update MdePkg revision to 1.02 by qhuang8 · 15 years ago
  22. 233af82 Move to SmmServicesTableLib to IA32, x64 arch sub section to align with SmmLib by qhuang8 · 15 years ago
  23. 029f9e8 Add SmmLib info to MdePkg.dec. by xli24 · 15 years ago
  24. 06ba53c Remove SMM_CORE from SmmServicesTableLib.inf that is dedicated for DXE_SMM_DRIVER by hhuan13 · 15 years ago
  25. 90e724b Minor update the package description as MdePkg now contains the definitions in UEFI 2.3 and PI 1.2 by qhuang8 · 15 years ago
  26. 9dbad16 Removing "Ex" in PI PCD_PPI/PROTOCOL's interface according to PI 1.2 latest update. by klu2 · 15 years ago
  27. a1749b8 Fix some minor coding style issue for doxygen document. by qhuang8 · 15 years ago
  28. 6b12cc4 remove the Framework version of EFI_S3_RESUME2_PPI defintion which is already added to IntelFrameworkPkg by jchen20 · 15 years ago
  29. c4f4112 Remove some comments according to the latest UEFI Spec 2_3_Errata_B. by ljin6 · 15 years ago
  30. 7942fd2 Remove comments about in-consistency between code and UEFI/PI spec because UEFI 2.3 Errata B and PI 1.2 Errata A spec were published. by rsun3 · 15 years ago
  31. bce46f7 remove some comments. by vanjeff · 15 years ago
  32. 202c9c8 add the PI version of EFI_S3_RESUME2_PPI defintion by jchen20 · 15 years ago
  33. 8f79ed8 roll back some changing since it was not complete. by vanjeff · 15 years ago
  34. d6b58d3 updated definitions of PCD PPI/Protocol per latest UEFI Spec. by vanjeff · 15 years ago
  35. be04587 Remove assumption that the transition code for transitioning from 64-bit to 32-bit mode is 64 bytes. Instead compute the size based on the implementation in the ASM file. by mdkinney · 15 years ago
  36. 2bf0d83 Add the fixed checksum value 0xAA of FFS header according to the latest PI spec. by lgao4 · 15 years ago
  37. 53f3249 Update SEC Platform Information PPI according to PI 1.2 errata A. by xli24 · 15 years ago
  38. 7fedcf9 Update comments by UEFI approved Errata revision 'B'. by gdong1 · 15 years ago
  39. 0ff3221 Remove notice as it gets to publish in newest PI spec. by qhuang8 · 15 years ago
  40. a1e98f7 According to the latest UEFI 2.3 errata B, the following changes are made: by lgao4 · 15 years ago
  41. ded5aa2 Correct description for return status code of PEI service AllocatePages(), according to PI 1.2 errata A. by xli24 · 15 years ago
  42. 9eec594 Refine parameter description according to PI 1.2 errata A. by xli24 · 15 years ago
  43. 4ccd956 Remove notice for PXE_OPFLAGS_GET_MEDIA_STATUS and PXE_STATFLAGS_GET_STATUS_NO_MEDIA_xxx, these definitions are available in latest UEFI spec. by xdu2 · 15 years ago
  44. 79a4217 Move EFI_SMRAM_DESCRIPTOR into PiMultiPhase.h. Since the top level includes in the other packages all include PiPei.h or PiDxe.h, and PiPei.h and PiDxe.h both include PiuMultiPhase.h, EFI_SMRAM_DESCRIPTOR will be declared for SMM Access 2 Protocol and the SmramMemoryReserve GUIDed HOB. by hhuan13 · 15 years ago
  45. 0126845 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  46. 2573712 Enhance SetupBrowser to support new UEFI HiiFormMap feature by lgao4 · 15 years ago
  47. e13288c Correct Copyright year format by lgao4 · 15 years ago
  48. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  49. 28b5f7c Disable interrupt when changing IDTR register. by klu2 · 15 years ago
  50. f18f288 Temporarily remove the C implementation of some GCC assembly files in MdePkg. They are kept in repository and will be re-evaluate later. by qhuang8 · 15 years ago
  51. 450ec0e Correct the table's version according to PI/UEFI spec. by klu2 · 15 years ago
  52. 95572bd Remove SMM_CORE as a supported module type for the MemoryAllocationLib instance that uses UEFI Boot Services by mdkinney · 15 years ago
  53. 1b45a67 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  54. c819c01 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  55. 53b85bc 1) Remove dependency on the UEFI Boot Services Table Library so the gBS, gST, and gImageHandle symbols will not be automatically linked into an SMM Driver that uses this library. by mdkinney · 15 years ago
  56. 112af42 Remove constructor from this library. This library already has SMM CPU I/O 2 in its [Depex], so any module using this library will not be dispatched until the SMM CPU I/O 2 Protocol is installed into the SMM handle database and also copied into the SMM Services Table. by mdkinney · 15 years ago
  57. 993702a Add media status relative definition to UEFI PXE header file. by xdu2 · 15 years ago
  58. 0628eb2 Do not set gBS to NULL when the ExitBootServices event notification for the UEFI Runtime Lib is executed. by mdkinney · 15 years ago
  59. d6a82ea Update HiiString Protocol and HiiSetString Api in HiiLib by lgao4 · 15 years ago
  60. c5c3e7e Add EFI_NO_MEDIA status code to network APIs. by xdu2 · 15 years ago
  61. ca142c9 Remove the unnecessary header files inclusion. by qhuang8 · 15 years ago
  62. 5ee9264 wrap ASSERT_LOCKED macro with MDEPKG_NDEBUG. by erictian · 15 years ago
  63. cb6cb44 Minor update to fix typos and update the file to use \r\n as end of line by qhuang8 · 15 years ago
  64. 3507ab1 Update SMBIOS.h to SMBIOS 2.6.1 version. by li-elvin · 15 years ago
  65. a0720bb Add missing dependency expression for some library instances in MdePkg by qhuang8 · 15 years ago
  66. 9fddf05 Remove extra #Include by mdkinney · 15 years ago
  67. 75dad61 Move the definitions defined for User Manager protocol from UserCredential.h to UserManager.h to align with UEFI spec. by gdong1 · 15 years ago
  68. 254d668 Add missing [Depex] by mdkinney · 15 years ago
  69. 5fb89a0 Add PXE Tag Definitions for IA32/X64/Arm/IPF architectures. by ljin6 · 15 years ago
  70. 0bce734 Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful to both Framework SMM and PI SMM implementations. by mdkinney · 15 years ago
  71. 710a340 Fix incorrect array size by qhuang8 · 15 years ago
  72. ea6898b Clean up MdePkg source to correct some coding style issues, etc. by qhuang8 · 15 years ago
  73. 2d36815 Fix incorrect Edk revision number in last commit by qhuang8 · 15 years ago
  74. c311788 Add change log for the incompatible changes in MdePkg in Edk r9817. by qhuang8 · 15 years ago
  75. 4777d7f Scrub EFI_ATA_IDENTIFY_DATA and EFI_ATAPI_IDENTIFY_DATA to strict follow ATA-8 spec in MdePkg by qhuang8 · 15 years ago
  76. 00b0796 Fix typo in Monotonic Counter GUID macro name by qhuang8 · 15 years ago
  77. 6e19836 Define EFI_PXE_BASE_CODE_DHCPV6_PACKET and EFI_PXE_BASE_CODE_PACKET for PXE over IPv6. by tye1 · 15 years ago
  78. 89b11f0 Correct the conflict EFI_ACPI_GET_ACPI_TABLE to EFI_ACPI_GET_ACPI_TABLE2 by lgao4 · 15 years ago
  79. cded621 Add type-cast to fix build break for IA32 arch by qhuang8 · 15 years ago
  80. 42db19a Fix gcc warning by AJFISH · 15 years ago
  81. 225290e Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. This is needed for debug prints with PE/COFF images that started as ELF or Mach-O. Moved and debugged ARM semihosting lib for RVD that prints out the debugger symbol load commands in a window on the debugger. Trying to write a script file, but that crashes RVD. Added debug print to BeagleBoard Sec that prints out RVD debugger command to load symbols for the Sec. Synced the rest of the code. by AJFISH · 15 years ago
  82. 7c1c4dc Clean up format of comments by mdkinney · 15 years ago
  83. 0b70a69 Clean up comments by mdkinney · 15 years ago
  84. 8c6d73f Some HII related definitions change. Note these changes are inconsistent with current UEFI 2.3 spec. They are supposed to be in later errata document. by rsun3 · 15 years ago
  85. 758fd81 Fix formatting by mdkinney · 15 years ago
  86. 80ae2a5 Clean up .h files for the CPU I/O PPI and the CPU I/O 2 Protocol by mdkinney · 15 years ago
  87. 8fc71de Change SMM CPU I/O to SMM CPU I/O 2 by mdkinney · 15 years ago
  88. 66b631f Remove extra reference to SmmCpuIo.h Minor clean ups to INF by mdkinney · 15 years ago
  89. 8fe69f1 disable ICC compiler warning #593: variable was set but never used. by eric_tian · 15 years ago
  90. 11f4ce0 the 1st paramter of the function prototype lost the "CONST" keyword which is not complied with Spec by jchen20 · 15 years ago
  91. 41335d2 Publish definition of MCA/INIT/PMI Protocol & ESAL, as introduced in PI 1.2. by xli24 · 15 years ago
  92. e8ade0e replaced EFI_HOB_TYPE_LOAD_PEIM with EFI_HOB_TYPE_LOAD_PEIM_UNUSED by vanjeff · 15 years ago
  93. b7c5912 PI 1.1 SMM Feature Check-in by davidhuang · 15 years ago
  94. 8f635c3 Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL terminated the final destination string when Length is equal to the length of Source string by qhuang8 · 15 years ago
  95. d14d270 Add variable definitions of user identification by gdong1 · 15 years ago
  96. f711436 1. Fix a bug encounter in build by davidhuang · 15 years ago
  97. d64527e To avoid naming conflicts between PI SMMBASE2 Protocol/FRAMEWORK SMM Base Protocol by davidhuang · 15 years ago
  98. c9ec704 Introduce a MDEPKG_NDEBUG macro to provide a method which can be used to reduce code size when compiler optimization is disabled. by eric_tian · 15 years ago
  99. 65d0257 Improve status codes returned for functions of EFI_TCG_PROTOCOL. Note that after change, status codes returned for functions of EFI_TCG_PROTOCOL do not exactly match those defined in the TCG EFI Protocol 1.20 Final Specification. by rsun3 · 15 years ago
  100. d69f66d Add return value description for EFI_PEI_RECOVERY_BLOCK_IO_PPI.GetNumberOfBlockDevices(). by xli24 · 15 years ago