1. fe078dd UefiCpuPkg/CpuDxe: split out StartupCode from StartApsStackless() by Chen Fan · 10 years ago
  2. e4aaf76 UefiCpuPkg/MpService: avoid next timer getting into CheckAllAPsStatus() by Chen Fan · 10 years ago
  3. d16cf36 UefiCpuPkg/MpService: Simply Lock usage by Chen Fan · 10 years ago
  4. acb2172 UefiCpuPkg/MpService: move settimer out to InitMpSystemData by Chen Fan · 10 years ago
  5. 9908a82 UefiCpuPkg/CpuDxe: Ap do loop routine to execute procedure by Chen Fan · 10 years ago
  6. b7c05ba UefiCpuPkg/CpuDxe: implement Mp Services:SwitchBSP() by Chen Fan · 10 years ago
  7. 5fee172 UefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs() by Chen Fan · 10 years ago
  8. 3f4f0af UefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP() by Chen Fan · 10 years ago
  9. fa7ce67 UefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP() by Chen Fan · 10 years ago
  10. e7938b5 UefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo() by Chen Fan · 10 years ago
  11. d894d8b UefiCpuPkg/CpuDxe: implement Mp Protocol:GetNumberOfProcessors() by Chen Fan · 10 years ago
  12. cfa2fac UefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI() by Chen Fan · 10 years ago
  13. 03673ae UefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp Service Protocol by Chen Fan · 10 years ago
  14. 003973d UefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOL by Chen Fan · 10 years ago
  15. e343f8f UefiCpuPkg/CpuDxe: Switch Ap Stack to NewStack by Chen Fan · 10 years ago
  16. 6a26a59 UefiCpuPkg/CpuDxe: introduce two PCD value by Chen Fan · 10 years ago
  17. 533263e UefiCpuPkg/CpuDxe: Add StartApsStackless routine by Jordan Justen · 10 years ago
  18. a1e8986 UefiCpuPkg/CpuDxe: Move GDT structures into CpuGdt.h by Jordan Justen · 10 years ago
  19. fab82c1 UefiCpuPkg/CpuDxe: Add stackless assembly AP entry points by Jordan Justen · 10 years ago
  20. 1535c88 UefiCpuPkg/CpuDxe: Add ApEntryPointInC by Jordan Justen · 10 years ago
  21. 6022e28 UefiCpuPkg/CpuDxe: Add no-op InitializeMpSupport by Jordan Justen · 10 years ago
  22. 37ec4d9 ArmPkg/ArmGicLib: select GICv2 mode if SRE is present but unavailable by Ard Biesheuvel · 10 years ago
  23. 77d5dac ArmPkg/ArmGic: Removed 'GCC' toolchain to build assembly files by Olivier Martin · 10 years ago
  24. 9b58952 [PATHC] ShellPkg: control code flow with a PCD by Jaben Carsey · 10 years ago
  25. 4d3b9d3 OvmfPkg/XenPvBlkDxe: Don't include system inttypes.h by Jordan Justen · 10 years ago
  26. a23eb77 ArmPlatformPkg: fix undefined reference to memcpy by Scott Duplichan · 10 years ago
  27. 2ac68e8 CryptoPkg Updates to support RFC3161 timestamp signature verification. by Qin Long · 10 years ago
  28. bcbdc75 BaseTools: Fix a cleanall issue. by Yingke Liu · 10 years ago
  29. 6da5153 Fix a bug in DHCP6 driver when using DUID LLT. by Fu Siyuan · 10 years ago
  30. 09fc7db EdkCompatibilityPkg: Add UEFI memory and SMRAM profile support. by Star Zeng · 10 years ago
  31. 84edd20 MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support. by Star Zeng · 10 years ago
  32. dad83a8 MdePkg: Add RETURN_ADDRESS macro into Base.h. by Star Zeng · 10 years ago
  33. 1531a46 ShellPkg: Add type cast to avoid build failure in VS2005. by Qiu Shumin · 10 years ago
  34. 6b980b6 AppPkg: Disable Lua builds by default. Update the ReadMe file. by Daryl McDaniel · 10 years ago
  35. 4b2cf92 StdLib/AppPkg: Add the NOOPT build target and fix a type conversion problem with VS2005. by Daryl McDaniel · 10 years ago
  36. 8200fcf BaseTool: Support EDKII style GUID definition for VFR function. by Yingke Liu · 10 years ago
  37. 4a29289 ArmPkg/ArmArchTimerLib: Promotes 32bit value to prevent overflow by Olivier Martin · 10 years ago
  38. 284fb5c ArmPkg/CompilerIntrinsicesLib: Fixed memmove() and memset() by Olivier Martin · 10 years ago
  39. fb7ea61 ArmPkg: Ensured the stack is always quad-word aligned by Olivier Martin · 10 years ago
  40. 6382e5d EmbeddedPkg/Lan9118Dxe: Remove link check in SNP initialization by Ronald Cron · 10 years ago
  41. bb5420b ArmPlatformPkg: Increase more ARM address Pcd entries to 64-bit. by Leif Lindholm · 10 years ago
  42. 2a7e98a StdLib: Fix a "potentially uninitialized variable" error. by Daryl McDaniel · 10 years ago
  43. 931b2cf ShellPkg: Fixed variable set but never used by Olivier Martin · 10 years ago
  44. ace354f Fix a bug in DebugAgent that hang happens when the ACK for GO is lost. by Ruiyu Ni · 10 years ago
  45. 1ff1dd0 MdeModulePkg/AtaAtapiPassThru: don't write read-only AHCI MMIO register by Feng Tian · 10 years ago
  46. 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
  47. 6f6c3a1 OvmfPkg XenBusDxe: Convert X64/TestAndClearBit.asm to NASM by Anthony PERARD · 10 years ago
  48. 0ae9d5e OvmfPkg XenBusDxe: Convert X64/InterlockedCompareExchange16.asm to NASM by Anthony PERARD · 10 years ago
  49. 60aafa1 OvmfPkg XenBusDxe: Convert X64/hypercall.asm to NASM by Anthony PERARD · 10 years ago
  50. 31c0aa2 OvmfPkg XenBusDxe: Convert Ia32/TestAndClearBit.asm to NASM by Anthony PERARD · 10 years ago
  51. 09c3757 OvmfPkg XenBusDxe: Convert Ia32/InterlockedCompareExchange16.asm to NASM by Anthony PERARD · 10 years ago
  52. 8e7ca01 OvmfPkg XenBusDxe: Convert Ia32/hypercall.asm to NASM by Anthony PERARD · 10 years ago
  53. 16a5fed AppPkg: Add the Lua interpreter and library. by darylm503 · 10 years ago
  54. c058d59 Add safe string function to base lib. by jyao1 · 10 years ago
  55. 848834c OvmfPkg: set video resolution of text setup to 640x480 by Laszlo Ersek · 10 years ago
  56. b1220e2 OvmfPkg: BDS: drop custom boot timeout, revert to IntelFrameworkModulePkg's by Laszlo Ersek · 10 years ago
  57. b90ffb9 OvmfPkg: BDS: drop superfluous "connect first boot option" logic by Laszlo Ersek · 10 years ago
  58. 547222d OvmfPkg: BDS: optimize second argument in PlatformBdsEnterFrontPage() call by Laszlo Ersek · 10 years ago
  59. 5126ef7 OvmfPkg: BDS: don't overwrite the BDS Front Page timeout by Laszlo Ersek · 10 years ago
  60. 260ab57 OvmfPkg: BDS: drop useless return statement by Laszlo Ersek · 10 years ago
  61. 1574210 OvmfPkg: BDS: remove dead call to PlatformBdsEnterFrontPage() by Laszlo Ersek · 10 years ago
  62. 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
  63. 8fd82c2 Remove un-used PPI reference. by Jeff Fan · 10 years ago
  64. b85f579 BaseTools/GenFw: Fixed R_AARCH64_CALL26/R_AARCH64_JUMP26 when referring to start of a section by Olivier Martin · 10 years ago
  65. be91c77 MdeModulePkg: Add InSmm() API in PiSmmCoreSmmServicesTableLib instance by Gao, Liming · 10 years ago
  66. 658bf43 ShellPkg: Fix timezone command by jcarsey · 10 years ago
  67. f9080cd MdePkg: fix comments typo about EFIAPI for X64 by Chen Fan · 10 years ago
  68. 4fe43eb 1. Remove any references on other files from DebugTimer.c, to avoid un-used symbols linked. by Jeff Fan · 10 years ago
  69. 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
  70. 489c5c6 OvmfPkg/XenBusDxe: Fix initialisation of gXenBusDevicePathTemplate by Anthony PERARD · 10 years ago
  71. 43be9f4 OvmfPkg/XenBusDxe: Fix initialisation of gXenBusPrivateData by Anthony PERARD · 10 years ago
  72. e26a83c OvmfPkg/Xen*: Pass struct XENSTORE_TRANSACTION argument as a pointer by Anthony PERARD · 10 years ago
  73. 8f148ae OvmfPkg/Include/...Xen: Convert __i386__/__x86_64__ to MDE_CPU_IA32/MDE_CPU_X64. by Anthony PERARD · 10 years ago
  74. d8cfdb5 OvmfPkg Sec: Convert X64/SecEntry.asm to NASM by Jordan Justen · 10 years ago
  75. ba29ed0 OvmfPkg Sec: Convert Ia32/SecEntry.asm to NASM by Jordan Justen · 10 years ago
  76. f0a0717 OvmfPkg QemuFwCfgLib: Convert X64/IoLibExAsm.asm to NASM by Jordan Justen · 10 years ago
  77. 8a29761 OvmfPkg QemuFwCfgLib: Convert Ia32/IoLibExAsm.asm to NASM by Jordan Justen · 10 years ago
  78. ad8ae98 OvmfPkg LoadLinuxLib: Convert X64/JumpToKernel.asm to NASM by Jordan Justen · 10 years ago
  79. 529fd9a OvmfPkg LoadLinuxLib: Convert Ia32/JumpToKernel.asm to NASM by Jordan Justen · 10 years ago
  80. b81cc7d StdLib: Fix more GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
  81. fe7ad7f BaseTools: Add ConvertMasmToNasm.py script by Jordan Justen · 10 years ago
  82. beaaa3b StdLib: Fix more GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
  83. 4d5b818 [Patch] ShellPkg: Remove unused PCD from INF file by jcarsey · 10 years ago
  84. ba0a34f MdePkg/ProcessorBind.h: Add ARM and AArch64 GCC macros for Clang by Olivier Martin · 10 years ago
  85. f7fe68d Remove redundant ASSERT in TcgDxe & TreeDxe. Some asserts are removed directly, some are replaced by debug output. by Chao Zhang · 10 years ago
  86. 6ebffb6 MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVariableHeader (Variable)). by Star Zeng · 10 years ago
  87. a75cf43 MdePkg/IntelFrameworkPkg HobLib: Update BuildResourceDescriptorWithOwnerHob() by Star Zeng · 10 years ago
  88. 3f103c0 Fix a bug introuduced by r16104, not all NIC device implement both memory and IO bar. by Fu Siyuan · 10 years ago
  89. 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
  90. 0e56588 StdLib: Fix GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
  91. b07ae3d ArmPlatformPkg/Documentation: Removed BaseTools-Pending-Patches.patch by Olivier Martin · 10 years ago
  92. 5de8a35 OvmfPkg/XenPvBlkDxe: Add BlockIo. by Anthony PERARD · 10 years ago
  93. 5cce852 OvmfPkg/XenPvBlkDxe: Add BlockFront client. by Samuel Thibault · 10 years ago
  94. de671da OvmfPkg/XenPvBlkDxe: Xen PV Block device, initial skeleton by Anthony PERARD · 10 years ago
  95. e86895d OvmfPkg/XenBusDxe: Add Event Channel into XenBus protocol. by Anthony PERARD · 10 years ago
  96. 86d968e OvmfPkg/XenBusDxe: Introduce XenBus support itself. by Anthony PERARD · 10 years ago
  97. c23c037 OvmfPkg/XenBusDxe: Add XenStore function into the XenBus protocol by Anthony PERARD · 10 years ago
  98. 02a6bcf OvmfPkg/XenBusDxe: Add an helper AsciiStrDup. by Anthony PERARD · 10 years ago
  99. a9090a9 OvmfPkg/XenBusDxe: Add XenStore client implementation by Anthony PERARD · 10 years ago
  100. 6342f1f OvmfPkg/XenBusDxe: Add TestAndClearBit. by Anthony PERARD · 10 years ago