1. 7b8883c MdeModulePkg/NvmExpressDxe: Fix some bugs by Feng Tian · 11 years ago
  2. ad3f365 Update UpdateCapsule() service return status to follow UEFI2.3.1 D. by Liming Gao · 11 years ago
  3. efdabc6 Update UpdateCapsule() service return status to follow UEFI2.3.1 D. by Liming Gao · 11 years ago
  4. 754739e Add missing SCSI_IO related definitions. by Feng Tian · 11 years ago
  5. 979ce27 StdLib: Fix IA32 and X64 build issues. by Daryl McDaniel · 11 years ago
  6. d02bc71 StdLib: Fix IPF build issues. by Daryl McDaniel · 11 years ago
  7. 1bc3923 ArmPkg/CpuDxe: Exception Handling SP Adjust by Eugene Cohen · 11 years ago
  8. e8326a0 This patch uses dummy routine as NotifyFunction to make sure those 2 APIs provided from library can create event as expected when the caller does not feed in a NotifyFunction. Also, typo is corrected. by Mars Lin · 11 years ago
  9. 10516d2 Refine the select language logic. by Eric Dong · 11 years ago
  10. a71003f Refine the select language logic. by Eric Dong · 11 years ago
  11. c683aa9 ArmPlatformPkg/patches: Updated BaseTools-Pending-Patches.patch by Olivier Martin · 11 years ago
  12. 0171906 ArmPlatformPkg: Update AArch64 models to match the binaries generated by the AArch64 Linux kernel by Olivier Martin · 11 years ago
  13. 4c633da Update edksetup.bat to check VS2012 by Liming Gao · 11 years ago
  14. 1c0d306 Enable warningif opcode in browser. by Eric Dong · 11 years ago
  15. 774b573 Enable warningif opcode in browser. by Eric Dong · 11 years ago
  16. 63e7034 Fixed the issue in PeiCore on Load Module At Fixed Address logic by Liming Gao · 11 years ago
  17. f1a3b2a ShellBinPkg: Added Aarch64 Shell binaries by Olivier Martin · 11 years ago
  18. 1616719 ArmPkg/CpuPei: Remove unused functions from the driver by Roy Franz · 11 years ago
  19. 4fb254d EdkCompatibilityPkg: Fixed build for AArch64 by Olivier Martin · 11 years ago
  20. ed09456 Enhance TPM driver to protect TPM physical presence flags. by Dong Guo · 11 years ago
  21. db06c2d ArmPkg/ArmDmaLib: Fixed the calculation of the Base Address of the Buffer by Olivier Martin · 11 years ago
  22. b75d760 ArmPkg/CpuDxe: Fixed calculation of the Page Table Index (Level 2 Descriptor) by Olivier Martin · 11 years ago
  23. c6ba1c1 ArmPkg/ArmLib: Change comment to match code for setting of V bit in SCTLR register. by Roy Franz · 11 years ago
  24. 8c1e795 Add Memory fence for ARM Architecture (32 and 64 bit) by Olivier Martin · 11 years ago
  25. bf1a8c0 Update sample code for date/time. by Eric Dong · 11 years ago
  26. 6bc7a08 OvmfPkg NvVarsFileLib: Set NvVars variable after writing vars file by Jordan Justen · 11 years ago
  27. 4ca3c68 EmbeddedPkg/MmcDxe: Moved all the 'Print*()' functions to MmcDebug.c by Olivier Martin · 11 years ago
  28. 55b0a24 ARM Package: Increase FV file size for some EDK2 firmware by Olivier Martin · 11 years ago
  29. 2a79158 MdePkg/AArch64: Fixed some definitions in ProcessorBind.h by Olivier Martin · 11 years ago
  30. 6ce5535 Update status code data structures according errata. by Shumin Qiu · 11 years ago
  31. ed34da4 ShellPkg: Fix LastError environment variable truncation by Robert Matthews · 11 years ago
  32. db44ea6 1. Change default PCD in SecurityPkg to 4 (DENY_EXECUTE) in DEC file. by Fu Siyuan · 11 years ago
  33. 98fed08 SCR_EL3 is the control register for setting the security state by Girish K S · 11 years ago
  34. 5051c28 ShellPkg: Fixed build errors related to variable declarations by Olivier Martin · 11 years ago
  35. 253fcc8 Removed the assumption on APIC timer initial Count is all 1s and updated it to handle the long delay that timer initial count. by Jeff Fan · 11 years ago
  36. 3eb695c Removed the assumption on APIC timer initial Count is all 1s and updated it to handle the long delay that timer initial count. by Jeff Fan · 11 years ago
  37. 4e39b75 MdeModulePkg/DiskIoDxe: fix source/destination pointer of overrun transfer by Laszlo Ersek · 11 years ago
  38. dc9447b OvmfPkg: Virtio: load used ring element strictly after loading used index by Laszlo Ersek · 11 years ago
  39. 9bef3cd OvmfPkg: Build and use the UEFI shell by default by Jordan Justen · 11 years ago
  40. 8f12aa7 EmbeddedPkg/EmbeddedPkg.dsc: Fixed PCD settings by Olivier Martin · 11 years ago
  41. 9f56625 ShellPkg: Fix potentially uninitialized variable compiler warning by Jaben Carsey · 11 years ago
  42. ce1d1c9 Update SetVariable() function description for the clarification of requirements to update timestamp associated with authenticated variable. by Shumin Qiu · 11 years ago
  43. bbeea0d Fix the typo in the description of EFI_PLATFORM_TO_DRIVER_CONFIGURATION_QUERY. by Shumin Qiu · 11 years ago
  44. ba146aa Add new driver diagnostic type (EfiDriverDiagnosticTypeCancel) to follow UEFI Spec 2.4. by Ruiyu Ni · 11 years ago
  45. c0462ea Add some comments, clear describe the efi varstore type. by Eric Dong · 11 years ago
  46. 46c3efb Update comments for HiiConfigRoutine->ExtractConfig function, also update HiiConfigRoutine->ConfigToBlock/BlockToConfig to follow this new spec. by Eric Dong · 11 years ago
  47. 53ba4e9 Update comments to follow new spec definition. by Eric Dong · 11 years ago
  48. 4afd3d0 Sync BaseTool trunk (version r2599) into EDKII BaseTools. by Liming Gao · 11 years ago
  49. a365eed Fix a bug in secure boot configuration driver: Enroll DB/KEK will disable Attempt Secure Boot option. by Fu Siyuan · 11 years ago
  50. f34ac84 Fix DuetPkg build failure after adding the new reset type EfiResetPlatformSpecific. by Ruiyu Ni · 11 years ago
  51. 04492de Do not lock the volume when the volume maps to a file instead of a physical disk. by Ruiyu Ni · 11 years ago
  52. de49225 Fix DDK3790 build failure. by Ruiyu Ni · 11 years ago
  53. 7076ecd Update firmware management protocol definition to expose the lowest supported firmware version. by Shumin Qiu · 11 years ago
  54. df07bae ShellPkg: update behavior with undefined environment variables by Jaben Carsey · 11 years ago
  55. ac8783c ShellPkg: Fix file size error upon copy operation. by Jaben Carsey · 11 years ago
  56. 18e44b0 ArmPlatformPkg/ArmVExpressPkg: Added 'EfiResetPlatformSpecific' to ResetSystemLib by Olivier Martin · 11 years ago
  57. 1cb1367 ArmPkg/ArmGicLib.h: Added macro to retrieve the information from the ICCIDR by Olivier Martin · 11 years ago
  58. 5232a5e ArmPlatformPkg/Sec: Removed SetupExceptionLevel3() by Olivier Martin · 11 years ago
  59. cc93554 ArmPlatformPkg/Sec: Remove SCR and CPTR initialization from SetupExceptionLevel3 by Olivier Martin · 11 years ago
  60. a639401 ArmPlatformPkg/ArmVExpressPkg: Set PcdTrustzoneSupport to TRUE on the AArch64 platforms by Olivier Martin · 11 years ago
  61. a4a4489 Fix OptionRomPkg build failure. by Qian Ouyang · 11 years ago
  62. b822eb4 Fix function header comments for DiskIoDestroySubtask. by Ruiyu Ni · 11 years ago
  63. fc51ab6 Add the new reset type (EfiResetPlatformSpecific) to UefiSpec.h to follow UEFI Spec 2.4. by Ruiyu Ni · 11 years ago
  64. f5ec0a8 MdeModulePkg/DiskIoDxe: Fixed GCC build error by Olivier Martin · 11 years ago
  65. 260fbf5 Remove several ASSERT in XhciDxe to allow error status happen then do error handling. by Elvin Li · 11 years ago
  66. c0a3c3d Refine the comments and code to follow spec. by Eric Dong · 11 years ago
  67. 5795218 Refine the comments to follow spec. by Eric Dong · 11 years ago
  68. 5a7b9bb Add the missing status code in the returned table of InstallMultipleProtocolInterface(). by Shumin Qiu · 11 years ago
  69. 493d8e3 Add DiskIo2 protocol definition to MdePkg. by Ruiyu Ni · 11 years ago
  70. 61f2ab9 Update the structure of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL, PXE_HW_UNDI, PXE_SW_UNDI to support greater than 256NICs in UNDI (Request by UEFI2.4 Mantis991). by Qian Ouyang · 11 years ago
  71. 2e969d2 ArmPkg/CpuDxe: Added support to not set a memory region with the same attribute by Olivier Martin · 11 years ago
  72. 6adbd5b ArmPkg/ArmLib: Added ConvertSectionAttributesToPageAttributes() by Olivier Martin · 11 years ago
  73. 09e3122 ArmPkg/ArmV7Mmu.h: Added masks to extract attributes from Section and Page entries by Olivier Martin · 11 years ago
  74. d9680b9 ArmPkg/ArmLib: Introduced TT_LAST_BLOCK_ADDRESS() by Olivier Martin · 11 years ago
  75. 48999d2 ArmPlatformPkg/ArmVExpressPkg: Add System ID of FVP models to VE LCD driver. by Olivier Martin · 11 years ago
  76. 4ca88ec ArmPlatformPkg/ArmVExpress.dsc.inc: Added DEBUG_GCD & DEBUG_CACHE values to the list of DEBUG_* by Olivier Martin · 11 years ago
  77. 047c0cb ArmPkg/CpuDxe: Fixed AArch64 MMU/GCD synchronization by Olivier Martin · 11 years ago
  78. 6a343fa ArmPkg/CpuDxe: AArch64: Fix wrong comparison of exception type by Girish K S · 11 years ago
  79. 6675a21 MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variables in EFI_GLOBAL_VARIABLE namespace. by Star Zeng · 11 years ago
  80. 99736b3 Nt32Pkg: Forbid creation of non-spec variables in EFI_GLOBAL_VARIABLE namespace. by Star Zeng · 11 years ago
  81. 5c3481b OvmfPkg: Use the new DevicePathLib for all platforms by Ruiyu Ni · 11 years ago
  82. f91d18d OvmfPkg ResetSystemLib: Fix VS build error by Ruiyu Ni · 11 years ago
  83. dfd3119 OvmfPkg/SecureBootConfigDxe: Avoid illegal access by Gary Ching-Pang Lin · 11 years ago
  84. 4388b0e OvmfPkg: allocate the EFI memory map for Linux as Loader Data by Laszlo Ersek · 11 years ago
  85. b934959 MdePkg/IndustryStandard: Update Atapi.h to comply with latest ATA8-ACS spec (d2015r7) by Feng Tian · 11 years ago
  86. d838c74 Change the PciBusDxe driver to install the PCI enumeration complete GUID in the PCI host bridge handle to follow PI Spec 1.3. by Ruiyu Ni · 11 years ago
  87. 6e67fec MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten with different attributes, SetVariable() shall not modify the variable and shall return EFI_INVALID_PARAMETER. by Star Zeng · 11 years ago
  88. 3d2f91e Add the AArch64 FAT binary to the EDK2 repository. by Olivier Martin · 11 years ago
  89. eed8d67 Supplement EFIAPI for UefiDevicePathLibCatPrint(), otherwise gcc-4.4 by Laszlo Ersek · 11 years ago
  90. 43e543b Add I2C bus DXE driver and I2C host DXE driver following PI 1.3 spec. by Elvin Li · 11 years ago
  91. 4006b0b Add I2C related definition in PI 1.3 spec. by Elvin Li · 11 years ago
  92. 3989943 Add defines for MAX values for EBC arch. by Liming Gao · 11 years ago
  93. 1847ed0 Update XHCI driver to use PCI IO AllocateBuffer/Map/Unmap to do DMA operation. by Elvin Li · 11 years ago
  94. eb290d0 MdeMdeModulePkg/NvmExpressDxe: Add NVM Express support. by Feng Tian · 11 years ago
  95. 1762593 Add NVM Express related definition. by Feng Tian · 11 years ago
  96. 5a9f73b Refine the code logic for browser and display engine. by Eric Dong · 11 years ago
  97. 6b1ac44 Update NT32/Duet platform to use new display engine and browser. by Eric Dong · 11 years ago
  98. 56af21c Update OVMF platform to use new display engine and browser. by Eric Dong · 11 years ago
  99. 7c6c064 Update Browser to provide the customization possibilities. by Eric Dong · 11 years ago
  100. 2536161 Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ersek, but i wrote it. by Eric Dong · 11 years ago