1. 233af82 Move to SmmServicesTableLib to IA32, x64 arch sub section to align with SmmLib by qhuang8 · 15 years ago
  2. 029f9e8 Add SmmLib info to MdePkg.dec. by xli24 · 15 years ago
  3. 06ba53c Remove SMM_CORE from SmmServicesTableLib.inf that is dedicated for DXE_SMM_DRIVER by hhuan13 · 15 years ago
  4. 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
  5. 9dbad16 Removing "Ex" in PI PCD_PPI/PROTOCOL's interface according to PI 1.2 latest update. by klu2 · 15 years ago
  6. a1749b8 Fix some minor coding style issue for doxygen document. by qhuang8 · 15 years ago
  7. 6b12cc4 remove the Framework version of EFI_S3_RESUME2_PPI defintion which is already added to IntelFrameworkPkg by jchen20 · 15 years ago
  8. c4f4112 Remove some comments according to the latest UEFI Spec 2_3_Errata_B. by ljin6 · 15 years ago
  9. 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
  10. bce46f7 remove some comments. by vanjeff · 15 years ago
  11. 202c9c8 add the PI version of EFI_S3_RESUME2_PPI defintion by jchen20 · 15 years ago
  12. 8f79ed8 roll back some changing since it was not complete. by vanjeff · 15 years ago
  13. d6b58d3 updated definitions of PCD PPI/Protocol per latest UEFI Spec. by vanjeff · 15 years ago
  14. 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
  15. 2bf0d83 Add the fixed checksum value 0xAA of FFS header according to the latest PI spec. by lgao4 · 15 years ago
  16. 53f3249 Update SEC Platform Information PPI according to PI 1.2 errata A. by xli24 · 15 years ago
  17. 7fedcf9 Update comments by UEFI approved Errata revision 'B'. by gdong1 · 15 years ago
  18. 0ff3221 Remove notice as it gets to publish in newest PI spec. by qhuang8 · 15 years ago
  19. a1e98f7 According to the latest UEFI 2.3 errata B, the following changes are made: by lgao4 · 15 years ago
  20. ded5aa2 Correct description for return status code of PEI service AllocatePages(), according to PI 1.2 errata A. by xli24 · 15 years ago
  21. 9eec594 Refine parameter description according to PI 1.2 errata A. by xli24 · 15 years ago
  22. 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
  23. 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
  24. 0126845 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  25. 2573712 Enhance SetupBrowser to support new UEFI HiiFormMap feature by lgao4 · 15 years ago
  26. e13288c Correct Copyright year format by lgao4 · 15 years ago
  27. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  28. 28b5f7c Disable interrupt when changing IDTR register. by klu2 · 15 years ago
  29. 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
  30. 450ec0e Correct the table's version according to PI/UEFI spec. by klu2 · 15 years ago
  31. 95572bd Remove SMM_CORE as a supported module type for the MemoryAllocationLib instance that uses UEFI Boot Services by mdkinney · 15 years ago
  32. 1b45a67 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  33. c819c01 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  34. 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
  35. 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
  36. 993702a Add media status relative definition to UEFI PXE header file. by xdu2 · 15 years ago
  37. 0628eb2 Do not set gBS to NULL when the ExitBootServices event notification for the UEFI Runtime Lib is executed. by mdkinney · 15 years ago
  38. d6a82ea Update HiiString Protocol and HiiSetString Api in HiiLib by lgao4 · 15 years ago
  39. c5c3e7e Add EFI_NO_MEDIA status code to network APIs. by xdu2 · 15 years ago
  40. ca142c9 Remove the unnecessary header files inclusion. by qhuang8 · 15 years ago
  41. 5ee9264 wrap ASSERT_LOCKED macro with MDEPKG_NDEBUG. by erictian · 15 years ago
  42. cb6cb44 Minor update to fix typos and update the file to use \r\n as end of line by qhuang8 · 15 years ago
  43. 3507ab1 Update SMBIOS.h to SMBIOS 2.6.1 version. by li-elvin · 15 years ago
  44. a0720bb Add missing dependency expression for some library instances in MdePkg by qhuang8 · 15 years ago
  45. 9fddf05 Remove extra #Include by mdkinney · 15 years ago
  46. 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
  47. 254d668 Add missing [Depex] by mdkinney · 15 years ago
  48. 5fb89a0 Add PXE Tag Definitions for IA32/X64/Arm/IPF architectures. by ljin6 · 15 years ago
  49. 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
  50. 710a340 Fix incorrect array size by qhuang8 · 15 years ago
  51. ea6898b Clean up MdePkg source to correct some coding style issues, etc. by qhuang8 · 15 years ago
  52. 2d36815 Fix incorrect Edk revision number in last commit by qhuang8 · 15 years ago
  53. c311788 Add change log for the incompatible changes in MdePkg in Edk r9817. by qhuang8 · 15 years ago
  54. 4777d7f Scrub EFI_ATA_IDENTIFY_DATA and EFI_ATAPI_IDENTIFY_DATA to strict follow ATA-8 spec in MdePkg by qhuang8 · 15 years ago
  55. 00b0796 Fix typo in Monotonic Counter GUID macro name by qhuang8 · 15 years ago
  56. 6e19836 Define EFI_PXE_BASE_CODE_DHCPV6_PACKET and EFI_PXE_BASE_CODE_PACKET for PXE over IPv6. by tye1 · 15 years ago
  57. 89b11f0 Correct the conflict EFI_ACPI_GET_ACPI_TABLE to EFI_ACPI_GET_ACPI_TABLE2 by lgao4 · 15 years ago
  58. cded621 Add type-cast to fix build break for IA32 arch by qhuang8 · 15 years ago
  59. 42db19a Fix gcc warning by AJFISH · 15 years ago
  60. 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
  61. 7c1c4dc Clean up format of comments by mdkinney · 15 years ago
  62. 0b70a69 Clean up comments by mdkinney · 15 years ago
  63. 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
  64. 758fd81 Fix formatting by mdkinney · 15 years ago
  65. 80ae2a5 Clean up .h files for the CPU I/O PPI and the CPU I/O 2 Protocol by mdkinney · 15 years ago
  66. 8fc71de Change SMM CPU I/O to SMM CPU I/O 2 by mdkinney · 15 years ago
  67. 66b631f Remove extra reference to SmmCpuIo.h Minor clean ups to INF by mdkinney · 15 years ago
  68. 8fe69f1 disable ICC compiler warning #593: variable was set but never used. by eric_tian · 15 years ago
  69. 11f4ce0 the 1st paramter of the function prototype lost the "CONST" keyword which is not complied with Spec by jchen20 · 15 years ago
  70. 41335d2 Publish definition of MCA/INIT/PMI Protocol & ESAL, as introduced in PI 1.2. by xli24 · 15 years ago
  71. e8ade0e replaced EFI_HOB_TYPE_LOAD_PEIM with EFI_HOB_TYPE_LOAD_PEIM_UNUSED by vanjeff · 15 years ago
  72. b7c5912 PI 1.1 SMM Feature Check-in by davidhuang · 15 years ago
  73. 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
  74. d14d270 Add variable definitions of user identification by gdong1 · 15 years ago
  75. f711436 1. Fix a bug encounter in build by davidhuang · 15 years ago
  76. d64527e To avoid naming conflicts between PI SMMBASE2 Protocol/FRAMEWORK SMM Base Protocol by davidhuang · 15 years ago
  77. 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
  78. 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
  79. d69f66d Add return value description for EFI_PEI_RECOVERY_BLOCK_IO_PPI.GetNumberOfBlockDevices(). by xli24 · 15 years ago
  80. 8546d5a Add missing definition of "EFI_PEI_DESCRIPTOR" in PI spec. by qhuang8 · 15 years ago
  81. c083f7c Directly use FALSE when BootPolicy is FALSE. by lgao4 · 15 years ago
  82. 56385d4 1. fix the wrong description, change "target the buffer" to "the target buffer" by eric_tian · 15 years ago
  83. 6741aad according to IA32 intel architecture spec, mwait instuction needs not the operands. by eric_tian · 15 years ago
  84. 0e121f5 fix GCC build issue, mWait instruction need not the operands. by eric_tian · 15 years ago
  85. 3f27582 Add the missing EFI_IMAGE_EXECUTION_AUTH_ value definitions. by lgao4 · 15 years ago
  86. 1afe040 Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes for MdePkg. by AJFISH · 15 years ago
  87. f7753a9 Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib implementations by mdkinney · 15 years ago
  88. c620437 Prompt the PI specification version to 1.20 and UEFI specification version to 2.30, for PEI_SERVICES_TABLE, DXE_SERVICES_TABLE, EFI_BOOT_SERVICES_TABLE, EFI_RUNTIME_SERVICES_TABLE. by klu2 · 15 years ago
  89. e191bb1 Add more check for local FileInfo variable before it is used. by lgao4 · 15 years ago
  90. f981c39 1. Fix a bug. (Changing EFI_SMM_SYSTEM_TABLE -> EFI_SMM_SYSTEM_TABLE2 for SmmBase2.h) by davidhuang · 15 years ago
  91. 95dd343 Make MEDIA DEVICE PATH on 2 byte aligned to avoid the access to unaligned device path node. by lgao4 · 15 years ago
  92. ad5ecf1 typo in comment by jcarsey · 15 years ago
  93. 8c80387 Add PI complied S3 implementation. Move the Opcode definition and EFI_BOOT_SCRIPT_WIDTH definition from protocol directory to Pi directory since the S3 related Library need these definitions. by jchen20 · 15 years ago
  94. 8471661 Add new GetFileBufferByFilePath API into DxeServicesLib. by lgao4 · 15 years ago
  95. 441ff98 Fix a typo bug that miss & by klu2 · 15 years ago
  96. 0c561f4 Explicitly cast PCD_CALLBACK to EFI_PCD_PPI_CALLBACK/EFI_PCD_PROTOCOL_CALLBACK) to avoid warning. PCD_CALLBACK in EDKII implementation is compatible with EFI_PCD_PPI_CALLBACK/EFI_PCD_PROTOCOL_CALLBACK. by klu2 · 15 years ago
  97. ec735bb 1, PeiPcdLib use EFI_PEI_PCD_PPI defined in PI 1.2 to handle dynamicEx type PCD request. by klu2 · 15 years ago
  98. a32c6dc MdePkg: Move duplicate EFI_AP_PROCEDURE typedef to a common location by jljusten · 15 years ago
  99. 7bbae07 Simplify the @attention statement. by qhuang8 · 15 years ago
  100. e3f903d Minor update the comments style for LegacyRegion2 protocol by qhuang8 · 15 years ago