1. 192764d Update HobLib and Hob Service to avoid data over flow. by lgao4 · 13 years ago
  2. b37aa2c Update header file to match UEFI231B mantis 771, 850, 853 and 857. by lgao4 · 13 years ago
  3. 4e7d855 Update the comments for EFI_IFR_TYPE_VALUE to follow UEFI spec 2.3.1b by ydong10 · 13 years ago
  4. 0e4cdd8 Fix a typo. by ydong10 · 13 years ago
  5. 98a1f1e MdePkg SmmSwDispatch2.h: comment cleanup. by rsun3 · 13 years ago
  6. dc204d5 Add comment for modules which have external input. by jyao1 · 13 years ago
  7. d5b339a Change returned status codes for SmiManage() per PI 1.2.1 spec. by rsun3 · 13 years ago
  8. bf4a3db Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info. Also replace old interface with new one. by ydong10 · 13 years ago
  9. 650b87c MdePkg SmmCpu.h: Add EFI_SMM_SAVE_STATE_REGISTER_PROCESSOR_ID in enum EFI_SMM_SAVE_STATE_REGISTER Per PI 1.2.1 spec. by rsun3 · 13 years ago
  10. de74f0c Correct a bug in AsmCpuidEx() to return correct ECX and EDX. by niruiyu · 13 years ago
  11. 04a8942 MdePkg UefiTcgPlatform.h: Add definition for EV_CPU_MICROCODE event type. by rsun3 · 13 years ago
  12. 9dfbd9d MdePkg: Add Eject/Read12/Write12 cmds to Atapi.h by erictian · 13 years ago
  13. 17aa79b Update EFI_ACPI_5_0_PLATFORM_COMMUNICATION_CHANNEL_TABLE_HEADER to follow ACPI5.0 spec. by jyao1 · 13 years ago
  14. d22ebbe Update MdePkg and EdkCompatibilityPkg INT8 definition to be typedef signed char to follow UEFI spec. by lgao4 · 13 years ago
  15. 00b7e3e Update the logic related to get section header offset for TE image. by ydong10 · 13 years ago
  16. 3e05870 Enhance the error handling for AllocatePool and AllocatePages function. by ydong10 · 13 years ago
  17. e019232 Patch include: by ydong10 · 13 years ago
  18. ba14539 Add new extension PerformanceLib APIs to store ID info. by lzeng14 · 13 years ago
  19. bff8c6f Update copyright format by hhtian · 13 years ago
  20. 28186d4 Validate some fields in PE image to make sure not access violation for later code. by ydong10 · 13 years ago
  21. 05570a7 Update function comments to remove confused description on PerformanceLib EndPerformanceMeasurement API. by lgao4 · 13 years ago
  22. 3556c7a Correct function comments on DxeServicesLib GetFileBufferByFilePath API. by lgao4 · 13 years ago
  23. 8321890 Add 3 missing fields for EFI_ACPI_5_0_PCCT_SUBSPACE_GENERIC by jyao1 · 13 years ago
  24. ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
  25. fcbcced Current IPF version SwitchStack implementation uses loadrs instruction to restore dirty partition of register stack from the backing store, but there is no guarantee to make the backing store valid before. So add flushrs before loadrs to make sure backing store valid. by li-elvin · 13 years ago
  26. be30ddf Update the offset when read every debug entries info. by ydong10 · 13 years ago
  27. 744265e Clarify alignment of GetSpinLockProperties() is byte alignment. by lgao4 · 13 years ago
  28. 7bbc624 MdePkg/Include/Base.h: Defined __va_copy macro when not defined by the ARM toolchain by oliviermartin · 13 years ago
  29. 1445300 Update the modifier of ThunkContext parameter for AsmPrepareThunk16() in BaseLib from OUT to IN OUT. by lgao4 · 13 years ago
  30. 3dbef42 Add code check to avoid access violation. by ydong10 · 13 years ago
  31. 265fa9f MdePkg: Add a new macro VA_COPY for variable argument support. Fix a bug in the UefiLib instance that there is a non portable assumption that Marker is copied when passed to a function. by rsun3 · 13 years ago
  32. 3bbe68a Add Missing invocations to VA_END() for VA_START(). by rsun3 · 13 years ago
  33. 9a8e70c Add new DEBUG_VERBOSE print error level. by lgao4 · 13 years ago
  34. e8ef428 Correct definition to follow spec. Signed-off-by: ydong10 Reviewed-by: lgao4 by ydong10 · 13 years ago
  35. 5aaa6e1 Add the missing DebugPrintErrorLevelLib library class in MdePkg.dec by lgao4 · 13 years ago
  36. c8641de Roll back the previous change in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg GlueLib BaseLib Ia32 Thunk16.S, and still use the hard code offset in them to avoid GCC compiler create the unexpected instruction. by lgao4 · 13 years ago
  37. fe28761 Clean up the hard code offset in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg GlueLib BaseLib Ia32 Thunk16.S. by lgao4 · 13 years ago
  38. 119c168 Add the omissions to comply with latest SMBIOS 2.7.1 spec. by lzeng14 · 13 years ago
  39. c577049 Fix the issue to clear the high 16-bit of EAX before use it Thunk code. by lgao4 · 13 years ago
  40. 53d90f0 Exchange the sequence of Asynchronous and Synchronous in CACHE_SRAM_TYPE_DATA according to SMBIOS specification. by lzeng14 · 13 years ago
  41. 714eecd MdePkg: Per PI 1.2 Errata C, update the function description of SetMemorySpaceAttributes() DXE Service to add a new returned status code EFI_NOT_AVAILABLE_YET. by rsun3 · 13 years ago
  42. 3cc7a35 Update UEFI spec version from UEFI2.3 to UEFI2.3.1 Signed-off-by: lgao4 by lgao4 · 13 years ago
  43. 3aa1ff6 Update the Package version. by lgao4 · 13 years ago
  44. 978929a Update ACPI5.0 header file about ACPI spec release time. by jyao1 · 13 years ago
  45. 8556091 1. Fix a bug when verify the CertType GUID in authentication variable data payload. by sfu5 · 13 years ago
  46. e69ccf5 Update code comments to specify the correct language format for Driver Diagnostics Protocol and Unicode Collation Protocol. by lgao4 · 13 years ago
  47. 6b4de7a Correct DriverFamilyOverrideProtocol guid value defined in MdePkg. by lgao4 · 13 years ago
  48. 4a18b92 Add ACPI5.0 header file. by jyao1 · 13 years ago
  49. c32dcd2 add missing <BR> by hhtian · 13 years ago
  50. b316eab Add the missing supported module type in MdePkg DxeServicesTableLib instance. by lgao4 · 13 years ago
  51. c119933 MdePkg DxeServicesLib: Search further in GetFileBufferByFilePath by jljusten · 13 years ago
  52. 736d06b Update comments in BaseExtractGuidedSectionLib library instance to say its used memory is the physical memory space. by lgao4 · 13 years ago
  53. eb2423c According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
  54. 787b2f1 PI 1.2 Errata C: A new return condition is added for the returned status code EFI_INVALID_PARAMETER for SMM Control2 Protocol.Trigger(). by rsun3 · 13 years ago
  55. 191daa2 According to PI errata 0000718 and PI 1.2c Vol 3 3.2.1, comment out "Types" for EFI_FIRMWARE_VOLUME_EXT_ENTRY_OEM_TYPE structure and "Data" for EFI_FIRMWARE_VOLUME_EXT_ENTRY_GUID_TYPE structure. by lzeng14 · 13 years ago
  56. 83a6cf3 Remove CONST prefix to follow PI Specification. by vanjeff · 13 years ago
  57. 53e6937 Update PI Service Table Versions per PI 1.2 Errata C. by rsun3 · 13 years ago
  58. 96aace8 UEFI231 spec compliance: by jyao1 · 13 years ago
  59. 6f58362 According to PI 1.2c Vol 3, EFI_FVB2_ALIGNMNET_512K should be EFI_FVB2_ALIGNMENT_512K. by lzeng14 · 13 years ago
  60. 01e20f0 According to PI errata 0000690, word "Ide Bus driver" has been replaced with "Driver entity". by erictian · 13 years ago
  61. d634799 Remove code comments since PI 1.2c has fixed the typo of some status code name. by vanjeff · 13 years ago
  62. 2002bf5 According to PI 1.2c Vol 5, update the code to stipulate SMBIOS 2.7 and include the new types defined therein. by lzeng14 · 13 years ago
  63. 9607294 Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER. by jyao1 · 13 years ago
  64. 0806815 MdePkg/BaseLib: Replaced inline assembly for ARMGCC by GCC assembly source file by oliviermartin · 13 years ago
  65. 90710be MdePkg: Move Bmp.h from IntelFrameworkModulePkg/Library/GenericBdsLib/ to MdePkg/Include/IndustryStandard. by xdu2 · 13 years ago
  66. 30f001c Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiFirmwareFile.h. by lzeng14 · 13 years ago
  67. 501793f Adopt new IPv4/IPv6 device path for network modules. by niruiyu · 13 years ago
  68. 042a73f Fix name conflict between User Credential protocol and User Credential2 protocol. by gdong1 · 13 years ago
  69. 15e329d correct a typo. by gdong1 · 13 years ago
  70. ea9b6bb Update UID definition to align with latest UEFI spec 2.3.1. by gdong1 · 13 years ago
  71. cb55fa3 Add the definition of UNDI_CONFIG_TABLE defined in UEFI Specification, 2.3.1 by vanjeff · 13 years ago
  72. 32fa354 Update Base type SecPeiDxeTimerLibCpu to support all module type. by lgao4 · 13 years ago
  73. bfbe0be Update UID drivers to align with latest UEFI spec 2.3.1. by gdong1 · 13 years ago
  74. f2a4d59 Fix Xcode link failure. Relocations are not supported in .text sections. by andrewfish · 13 years ago
  75. e791cf4 1. Add Partial Keystroke Support definition in SimpleTextInputEx.h See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
  76. 6048a5b Update comments to corrects SignatureSize for each SignatureType. by lgao4 · 13 years ago
  77. f85e38b Add the definitions of Common Platform Error Record (defined in Appendix N Common Platform Error Record, UEFI 2.3.1). by vanjeff · 13 years ago
  78. 4ae2e63 Refine code to follow coding style. by ydong10 · 13 years ago
  79. 4223e4f Minor copyright format update by hhtian · 13 years ago
  80. 16a4873 MdePkg: Add missing implementation of GetTimeInNanoSecond() to TimerLib library instance DxeTimerLibEsal. by xdu2 · 13 years ago
  81. 5c45133 Refine code to follow coding style. by ydong10 · 13 years ago
  82. 09e1962 Add the definition of new format of IPv4 device path node, FibreEx device path node. by niruiyu · 13 years ago
  83. 6088db3 Move generic IA32_SEGMENT_DESCRIPTOR definition to BaseLib.h. by li-elvin · 13 years ago
  84. 6709bbd Add check before use to make code run more safer. by ydong10 · 13 years ago
  85. fe69ac8 MdePkg: Add S3 library interfaces and base implementations by jljusten · 13 years ago
  86. b9610b9 Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to time in unit of nanoseconds. by xdu2 · 13 years ago
  87. 83f1f16 Refine code to follow coding style. by ydong10 · 13 years ago
  88. 71f6080 Remove CONST modifier to be spec compliance by erictian · 13 years ago
  89. da910a4 remove some const modifier to spec compliance. by erictian · 13 years ago
  90. 884f929 Add the missing SMBIOS_TABLE_TYPE42 pointer in SMBIOS_STRUCTURE_POINTER. by lzeng14 · 13 years ago
  91. 3e5cfe9 Simplify the SmmPeriodicSmiLib to call AllocatePool() for every entry in the SMI periodic handler list. by niruiyu · 13 years ago
  92. b6ed107 Added 3 new EFI Resources Attributes defined in PI 1.2 Specification, Errata B. by vanjeff · 13 years ago
  93. ab0eece 1. Add Uefi231 secure boot related definitions by hhuan13 · 13 years ago
  94. 569224f Use linked list to replace the current array solution to store the periodic SMI handlers to support more than 8 periodic SMI handlers. by niruiyu · 13 years ago
  95. 4134280 Fix X64 compile error. by lgao4 · 13 years ago
  96. 6bae492 clarify the logic of the print length counting functions in both PrintLib library instances. by jcarsey · 13 years ago
  97. 48c0731 Fix X64 compile error. by lgao4 · 13 years ago
  98. f405c06 Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint. by jcarsey · 13 years ago
  99. 3c47fe6 MdePkg: Fixed hang/reset in thunk code when building with GCC X64 by geekboy15a · 13 years ago
  100. 3397c6f For libraries that have multiple module types support, just define a [Depex] section for specified module types that are permitted to have a [Depex] section. by lzeng14 · 13 years ago