1. 77d5dac ArmPkg/ArmGic: Removed 'GCC' toolchain to build assembly files by Olivier Martin · 10 years ago
  2. 9b58952 [PATHC] ShellPkg: control code flow with a PCD by Jaben Carsey · 10 years ago
  3. 4d3b9d3 OvmfPkg/XenPvBlkDxe: Don't include system inttypes.h by Jordan Justen · 10 years ago
  4. a23eb77 ArmPlatformPkg: fix undefined reference to memcpy by Scott Duplichan · 10 years ago
  5. 2ac68e8 CryptoPkg Updates to support RFC3161 timestamp signature verification. by Qin Long · 10 years ago
  6. bcbdc75 BaseTools: Fix a cleanall issue. by Yingke Liu · 10 years ago
  7. 6da5153 Fix a bug in DHCP6 driver when using DUID LLT. by Fu Siyuan · 10 years ago
  8. 09fc7db EdkCompatibilityPkg: Add UEFI memory and SMRAM profile support. by Star Zeng · 10 years ago
  9. 84edd20 MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support. by Star Zeng · 10 years ago
  10. dad83a8 MdePkg: Add RETURN_ADDRESS macro into Base.h. by Star Zeng · 10 years ago
  11. 1531a46 ShellPkg: Add type cast to avoid build failure in VS2005. by Qiu Shumin · 10 years ago
  12. 6b980b6 AppPkg: Disable Lua builds by default. Update the ReadMe file. by Daryl McDaniel · 10 years ago
  13. 4b2cf92 StdLib/AppPkg: Add the NOOPT build target and fix a type conversion problem with VS2005. by Daryl McDaniel · 10 years ago
  14. 8200fcf BaseTool: Support EDKII style GUID definition for VFR function. by Yingke Liu · 10 years ago
  15. 4a29289 ArmPkg/ArmArchTimerLib: Promotes 32bit value to prevent overflow by Olivier Martin · 10 years ago
  16. 284fb5c ArmPkg/CompilerIntrinsicesLib: Fixed memmove() and memset() by Olivier Martin · 10 years ago
  17. fb7ea61 ArmPkg: Ensured the stack is always quad-word aligned by Olivier Martin · 10 years ago
  18. 6382e5d EmbeddedPkg/Lan9118Dxe: Remove link check in SNP initialization by Ronald Cron · 10 years ago
  19. bb5420b ArmPlatformPkg: Increase more ARM address Pcd entries to 64-bit. by Leif Lindholm · 10 years ago
  20. 2a7e98a StdLib: Fix a "potentially uninitialized variable" error. by Daryl McDaniel · 10 years ago
  21. 931b2cf ShellPkg: Fixed variable set but never used by Olivier Martin · 10 years ago
  22. ace354f Fix a bug in DebugAgent that hang happens when the ACK for GO is lost. by Ruiyu Ni · 10 years ago
  23. 1ff1dd0 MdeModulePkg/AtaAtapiPassThru: don't write read-only AHCI MMIO register by Feng Tian · 10 years ago
  24. 33985e3 Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used only when failure/case can’t be resolved by code. by Chao Zhang · 10 years ago
  25. 6f6c3a1 OvmfPkg XenBusDxe: Convert X64/TestAndClearBit.asm to NASM by Anthony PERARD · 10 years ago
  26. 0ae9d5e OvmfPkg XenBusDxe: Convert X64/InterlockedCompareExchange16.asm to NASM by Anthony PERARD · 10 years ago
  27. 60aafa1 OvmfPkg XenBusDxe: Convert X64/hypercall.asm to NASM by Anthony PERARD · 10 years ago
  28. 31c0aa2 OvmfPkg XenBusDxe: Convert Ia32/TestAndClearBit.asm to NASM by Anthony PERARD · 10 years ago
  29. 09c3757 OvmfPkg XenBusDxe: Convert Ia32/InterlockedCompareExchange16.asm to NASM by Anthony PERARD · 10 years ago
  30. 8e7ca01 OvmfPkg XenBusDxe: Convert Ia32/hypercall.asm to NASM by Anthony PERARD · 10 years ago
  31. 16a5fed AppPkg: Add the Lua interpreter and library. by darylm503 · 10 years ago
  32. c058d59 Add safe string function to base lib. by jyao1 · 10 years ago
  33. 848834c OvmfPkg: set video resolution of text setup to 640x480 by Laszlo Ersek · 10 years ago
  34. b1220e2 OvmfPkg: BDS: drop custom boot timeout, revert to IntelFrameworkModulePkg's by Laszlo Ersek · 10 years ago
  35. b90ffb9 OvmfPkg: BDS: drop superfluous "connect first boot option" logic by Laszlo Ersek · 10 years ago
  36. 547222d OvmfPkg: BDS: optimize second argument in PlatformBdsEnterFrontPage() call by Laszlo Ersek · 10 years ago
  37. 5126ef7 OvmfPkg: BDS: don't overwrite the BDS Front Page timeout by Laszlo Ersek · 10 years ago
  38. 260ab57 OvmfPkg: BDS: drop useless return statement by Laszlo Ersek · 10 years ago
  39. 1574210 OvmfPkg: BDS: remove dead call to PlatformBdsEnterFrontPage() by Laszlo Ersek · 10 years ago
  40. e0763f8 Try to read key strike even when the TimeOuts value is zero, this will avoid BDS not get user input when TimeOuts value set to zero. by Eric Dong · 10 years ago
  41. 8fd82c2 Remove un-used PPI reference. by Jeff Fan · 10 years ago
  42. b85f579 BaseTools/GenFw: Fixed R_AARCH64_CALL26/R_AARCH64_JUMP26 when referring to start of a section by Olivier Martin · 10 years ago
  43. be91c77 MdeModulePkg: Add InSmm() API in PiSmmCoreSmmServicesTableLib instance by Gao, Liming · 10 years ago
  44. 658bf43 ShellPkg: Fix timezone command by jcarsey · 10 years ago
  45. f9080cd MdePkg: fix comments typo about EFIAPI for X64 by Chen Fan · 10 years ago
  46. 4fe43eb 1. Remove any references on other files from DebugTimer.c, to avoid un-used symbols linked. by Jeff Fan · 10 years ago
  47. 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
  48. 489c5c6 OvmfPkg/XenBusDxe: Fix initialisation of gXenBusDevicePathTemplate by Anthony PERARD · 10 years ago
  49. 43be9f4 OvmfPkg/XenBusDxe: Fix initialisation of gXenBusPrivateData by Anthony PERARD · 10 years ago
  50. e26a83c OvmfPkg/Xen*: Pass struct XENSTORE_TRANSACTION argument as a pointer by Anthony PERARD · 10 years ago
  51. 8f148ae OvmfPkg/Include/...Xen: Convert __i386__/__x86_64__ to MDE_CPU_IA32/MDE_CPU_X64. by Anthony PERARD · 10 years ago
  52. d8cfdb5 OvmfPkg Sec: Convert X64/SecEntry.asm to NASM by Jordan Justen · 10 years ago
  53. ba29ed0 OvmfPkg Sec: Convert Ia32/SecEntry.asm to NASM by Jordan Justen · 10 years ago
  54. f0a0717 OvmfPkg QemuFwCfgLib: Convert X64/IoLibExAsm.asm to NASM by Jordan Justen · 10 years ago
  55. 8a29761 OvmfPkg QemuFwCfgLib: Convert Ia32/IoLibExAsm.asm to NASM by Jordan Justen · 10 years ago
  56. ad8ae98 OvmfPkg LoadLinuxLib: Convert X64/JumpToKernel.asm to NASM by Jordan Justen · 10 years ago
  57. 529fd9a OvmfPkg LoadLinuxLib: Convert Ia32/JumpToKernel.asm to NASM by Jordan Justen · 10 years ago
  58. b81cc7d StdLib: Fix more GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
  59. fe7ad7f BaseTools: Add ConvertMasmToNasm.py script by Jordan Justen · 10 years ago
  60. beaaa3b StdLib: Fix more GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
  61. 4d5b818 [Patch] ShellPkg: Remove unused PCD from INF file by jcarsey · 10 years ago
  62. ba0a34f MdePkg/ProcessorBind.h: Add ARM and AArch64 GCC macros for Clang by Olivier Martin · 10 years ago
  63. f7fe68d Remove redundant ASSERT in TcgDxe & TreeDxe. Some asserts are removed directly, some are replaced by debug output. by Chao Zhang · 10 years ago
  64. 6ebffb6 MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVariableHeader (Variable)). by Star Zeng · 10 years ago
  65. a75cf43 MdePkg/IntelFrameworkPkg HobLib: Update BuildResourceDescriptorWithOwnerHob() by Star Zeng · 10 years ago
  66. 3f103c0 Fix a bug introuduced by r16104, not all NIC device implement both memory and IO bar. by Fu Siyuan · 10 years ago
  67. b176333 Update edksetup.bat to support Microsoft Visual Studio 2013 when building the Nt32Pkg emulation platform (enabled using the --nt32 flag). by lhauch · 10 years ago
  68. 0e56588 StdLib: Fix GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
  69. b07ae3d ArmPlatformPkg/Documentation: Removed BaseTools-Pending-Patches.patch by Olivier Martin · 10 years ago
  70. 5de8a35 OvmfPkg/XenPvBlkDxe: Add BlockIo. by Anthony PERARD · 10 years ago
  71. 5cce852 OvmfPkg/XenPvBlkDxe: Add BlockFront client. by Samuel Thibault · 10 years ago
  72. de671da OvmfPkg/XenPvBlkDxe: Xen PV Block device, initial skeleton by Anthony PERARD · 10 years ago
  73. e86895d OvmfPkg/XenBusDxe: Add Event Channel into XenBus protocol. by Anthony PERARD · 10 years ago
  74. 86d968e OvmfPkg/XenBusDxe: Introduce XenBus support itself. by Anthony PERARD · 10 years ago
  75. c23c037 OvmfPkg/XenBusDxe: Add XenStore function into the XenBus protocol by Anthony PERARD · 10 years ago
  76. 02a6bcf OvmfPkg/XenBusDxe: Add an helper AsciiStrDup. by Anthony PERARD · 10 years ago
  77. a9090a9 OvmfPkg/XenBusDxe: Add XenStore client implementation by Anthony PERARD · 10 years ago
  78. 6342f1f OvmfPkg/XenBusDxe: Add TestAndClearBit. by Anthony PERARD · 10 years ago
  79. f1259bb OvmfPkg/XenBusDxe: Add Event Channel Notify. by Anthony PERARD · 10 years ago
  80. 0fd1424 OvmfPkg/XenBusDxe: Add Grant Table functions. by Steven Smith · 10 years ago
  81. bba9d16 OvmfPkg/XenBusDxe: Add InterlockedCompareExchange16. by Anthony PERARD · 10 years ago
  82. 12a16f2 OvmfPkg: Introduce XenBus Protocol. by Anthony PERARD · 10 years ago
  83. 956622c OvmfPkg/XenBusDxe: Open PciIo protocol. by Anthony PERARD · 10 years ago
  84. abcbbb1 OvmfPkg/XenBusDxe: Add support to make Xen Hypercalls. by Anthony PERARD · 10 years ago
  85. a154f42 OvmfPkg/XenBusDxe: Add device state struct and create an ExitBoot services event. by Anthony PERARD · 10 years ago
  86. e65e880 OvmfPkg: Add basic skeleton for the XenBus bus driver. by Anthony PERARD · 10 years ago
  87. 6b621f9 OvmfPkg: Add public headers from Xen Project. by Anthony PERARD · 10 years ago
  88. 08dfaee OvmfPkg: Add the MIT license to License.txt. by Anthony PERARD · 10 years ago
  89. 4888d15 MdeModulePkg/IntelFrameworkModulePkg FwVol: by Star Zeng · 10 years ago
  90. 24903bc StdLib: Some deployed versions of the Simple Text Input Protocol randomly return either NUL characters or Scan Codes when just typing normal text. These changes filter out NUL characters and make Scan Code and error handling more robust. by Daryl McDaniel · 10 years ago
  91. 8dd618d ArmPkg/ArmLib: Removed duplicated invalidate TLB function by Olivier Martin · 10 years ago
  92. d2e7e38 EmbeddedPkg: Clarify the declaration of SerialPortGetControl() by Ronald Cron · 10 years ago
  93. ab71619 EmbeddedPkg: Clarify the declaration of SerialPortSetControl() by Ronald Cron · 10 years ago
  94. 5f81a62 EmbeddedPkg: Add scope of SerialPortExtLib.h by Ronald Cron · 10 years ago
  95. 9f38945 ArmPlatformPkg/ArmJunoPkg: Added Juno development board support by Olivier Martin · 10 years ago
  96. cfdab71 ArmPlatformPkg/ArmShellCmdRunAxf: Added 'runaxf' cmd to shell (..cont) by Harry Liebel · 10 years ago
  97. ced216f ArmPlatformPkg/ArmShellCmdRunAxf: Added 'runaxf' cmd to shell by Harry Liebel · 10 years ago
  98. 53ae06f ArmPlatformPkg/ArmVExpressDxe: Fixed duplicated GUID by Olivier Martin · 10 years ago
  99. 9db0a77 EmbeddedPkg: Remove unused TemplateSerialPortLib by Ronald Cron · 10 years ago
  100. daefd57 ArmPkg/SemihostFs: Implement SetInfo() and handle seeking past the end of a file by Ronald Cron · 10 years ago