1. 5277dc8 Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode. by xdu2 · 15 years ago
  2. 61f0f43 Use the ASSERT() for parameter checking as the 4th paramter of internal worker function of MakeTable() must be <= 16. by qhuang8 · 15 years ago
  3. cab979f Fix ICC 11.1 build break by mdkinney · 15 years ago
  4. b9d5a7f Move SecExtractGuidedSectionLib instance from OvmfPkg to MdePkg by lgao4 · 15 years ago
  5. 682cee4 Add new API GetSectionFromAnyFvByFileType() into MdePkg DxeServicesLib. by lgao4 · 15 years ago
  6. 932d66a Forcing functions with variable argument lists to use the same calling convention (EFIAPI). This solves issues when using compilers where the default calling convention is not EFIAPI. by geekboy15a · 15 years ago
  7. 4e716b6 Made use of GCC built-in functions for variable arguments in procedures dependent on NO_BUILTIN_VA_FUNCS. This is because they do not function correctly in GCC 4.4 when using ms_abi in X64 images. This does not change functionality for other projects. by geekboy15a · 15 years ago
  8. c3f13d4 Update the copyright notice format by hhtian · 15 years ago
  9. 19388d2 Update the copyright notice format by hhtian · 15 years ago
  10. e2d9bfb Update the copyright notice format by hhtian · 15 years ago
  11. acf57de Update the copyright notice format by hhtian · 15 years ago
  12. c33c647 Update the copyright notice format by hhtian · 15 years ago
  13. 1f55870 Update the copyright notice format by hhtian · 15 years ago
  14. 84b5877 Update the copyright notice format by hhtian · 15 years ago
  15. adc29a9 Update the copyright notice format by hhtian · 15 years ago
  16. 085c396 Update the copyright notice format by hhtian · 15 years ago
  17. 2fcf0ab Update the copyright notice format by hhtian · 15 years ago
  18. bb817c5 Update the copyright notice format by hhtian · 15 years ago
  19. 9df063a Update the copyright notice format by hhtian · 15 years ago
  20. 4dd6f84 Update the copyright notice format by hhtian · 15 years ago
  21. 1815f5b Update the copyright notice format by hhtian · 15 years ago
  22. 700b41d Update the copyright notice format by hhtian · 15 years ago
  23. de2d341 Update the copyright notice format by hhtian · 15 years ago
  24. 2f7c0ad Update the copyright notice format by hhtian · 15 years ago
  25. ba9f835 Add an IO Lib instance based on CPU IO2 Protocol. by rsun3 · 15 years ago
  26. 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
  27. 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
  28. 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
  29. a58cc06 Update DevicePath.h to add the UART_FLOW_CONTROL_HARDWARE and UART_FLOW_CONTROL_XON_XOFF. by niruiyu · 15 years ago
  30. 3432b0c Fix INF file header format by qhuang8 · 15 years ago
  31. 123e0ca Not maintained. by hhtian · 15 years ago
  32. fc5de6b Remove obsolete BuildCapsuleHob() function in DxeCoreHobLib. by qhuang8 · 15 years ago
  33. 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
  34. 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
  35. 852d891 Minor update the patch for Edk r10248 by qhuang8 · 15 years ago
  36. eccca95 add missed GUID definition of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_GUID_31. by vanjeff · 15 years ago
  37. 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
  38. 5209f2a Remove one leftover in protocol definitions. by qhuang8 · 15 years ago
  39. 809bd7b Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  40. 8c18db2 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  41. af2dc6a Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
  42. 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
  43. 21e66ee Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg. by jyao1 · 15 years ago
  44. b5cc527 Add SmmCore SmmServicesTable library. by jyao1 · 15 years ago
  45. 1bcef8b Update MdePkg revision to 1.02 by qhuang8 · 15 years ago
  46. 233af82 Move to SmmServicesTableLib to IA32, x64 arch sub section to align with SmmLib by qhuang8 · 15 years ago
  47. 029f9e8 Add SmmLib info to MdePkg.dec. by xli24 · 15 years ago
  48. 06ba53c Remove SMM_CORE from SmmServicesTableLib.inf that is dedicated for DXE_SMM_DRIVER by hhuan13 · 15 years ago
  49. 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
  50. 9dbad16 Removing "Ex" in PI PCD_PPI/PROTOCOL's interface according to PI 1.2 latest update. by klu2 · 15 years ago
  51. a1749b8 Fix some minor coding style issue for doxygen document. by qhuang8 · 15 years ago
  52. 6b12cc4 remove the Framework version of EFI_S3_RESUME2_PPI defintion which is already added to IntelFrameworkPkg by jchen20 · 15 years ago
  53. c4f4112 Remove some comments according to the latest UEFI Spec 2_3_Errata_B. by ljin6 · 15 years ago
  54. 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
  55. bce46f7 remove some comments. by vanjeff · 15 years ago
  56. 202c9c8 add the PI version of EFI_S3_RESUME2_PPI defintion by jchen20 · 15 years ago
  57. 8f79ed8 roll back some changing since it was not complete. by vanjeff · 15 years ago
  58. d6b58d3 updated definitions of PCD PPI/Protocol per latest UEFI Spec. by vanjeff · 15 years ago
  59. 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
  60. 2bf0d83 Add the fixed checksum value 0xAA of FFS header according to the latest PI spec. by lgao4 · 15 years ago
  61. 53f3249 Update SEC Platform Information PPI according to PI 1.2 errata A. by xli24 · 15 years ago
  62. 7fedcf9 Update comments by UEFI approved Errata revision 'B'. by gdong1 · 15 years ago
  63. 0ff3221 Remove notice as it gets to publish in newest PI spec. by qhuang8 · 15 years ago
  64. a1e98f7 According to the latest UEFI 2.3 errata B, the following changes are made: by lgao4 · 15 years ago
  65. ded5aa2 Correct description for return status code of PEI service AllocatePages(), according to PI 1.2 errata A. by xli24 · 15 years ago
  66. 9eec594 Refine parameter description according to PI 1.2 errata A. by xli24 · 15 years ago
  67. 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
  68. 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
  69. 0126845 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  70. 2573712 Enhance SetupBrowser to support new UEFI HiiFormMap feature by lgao4 · 15 years ago
  71. e13288c Correct Copyright year format by lgao4 · 15 years ago
  72. 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
  73. 28b5f7c Disable interrupt when changing IDTR register. by klu2 · 15 years ago
  74. 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
  75. 450ec0e Correct the table's version according to PI/UEFI spec. by klu2 · 15 years ago
  76. 95572bd Remove SMM_CORE as a supported module type for the MemoryAllocationLib instance that uses UEFI Boot Services by mdkinney · 15 years ago
  77. 1b45a67 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  78. c819c01 Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVER by mdkinney · 15 years ago
  79. 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
  80. 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
  81. 993702a Add media status relative definition to UEFI PXE header file. by xdu2 · 15 years ago
  82. 0628eb2 Do not set gBS to NULL when the ExitBootServices event notification for the UEFI Runtime Lib is executed. by mdkinney · 15 years ago
  83. d6a82ea Update HiiString Protocol and HiiSetString Api in HiiLib by lgao4 · 15 years ago
  84. c5c3e7e Add EFI_NO_MEDIA status code to network APIs. by xdu2 · 15 years ago
  85. ca142c9 Remove the unnecessary header files inclusion. by qhuang8 · 15 years ago
  86. 5ee9264 wrap ASSERT_LOCKED macro with MDEPKG_NDEBUG. by erictian · 15 years ago
  87. cb6cb44 Minor update to fix typos and update the file to use \r\n as end of line by qhuang8 · 15 years ago
  88. 3507ab1 Update SMBIOS.h to SMBIOS 2.6.1 version. by li-elvin · 15 years ago
  89. a0720bb Add missing dependency expression for some library instances in MdePkg by qhuang8 · 15 years ago
  90. 9fddf05 Remove extra #Include by mdkinney · 15 years ago
  91. 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
  92. 254d668 Add missing [Depex] by mdkinney · 15 years ago
  93. 5fb89a0 Add PXE Tag Definitions for IA32/X64/Arm/IPF architectures. by ljin6 · 15 years ago
  94. 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
  95. 710a340 Fix incorrect array size by qhuang8 · 15 years ago
  96. ea6898b Clean up MdePkg source to correct some coding style issues, etc. by qhuang8 · 15 years ago
  97. 2d36815 Fix incorrect Edk revision number in last commit by qhuang8 · 15 years ago
  98. c311788 Add change log for the incompatible changes in MdePkg in Edk r9817. by qhuang8 · 15 years ago
  99. 4777d7f Scrub EFI_ATA_IDENTIFY_DATA and EFI_ATAPI_IDENTIFY_DATA to strict follow ATA-8 spec in MdePkg by qhuang8 · 15 years ago
  100. 00b0796 Fix typo in Monotonic Counter GUID macro name by qhuang8 · 15 years ago