1. 5126ef7 OvmfPkg: BDS: don't overwrite the BDS Front Page timeout by Laszlo Ersek · 10 years ago
  2. 260ab57 OvmfPkg: BDS: drop useless return statement by Laszlo Ersek · 10 years ago
  3. 1574210 OvmfPkg: BDS: remove dead call to PlatformBdsEnterFrontPage() by Laszlo Ersek · 10 years ago
  4. 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
  5. 8fd82c2 Remove un-used PPI reference. by Jeff Fan · 10 years ago
  6. b85f579 BaseTools/GenFw: Fixed R_AARCH64_CALL26/R_AARCH64_JUMP26 when referring to start of a section by Olivier Martin · 10 years ago
  7. be91c77 MdeModulePkg: Add InSmm() API in PiSmmCoreSmmServicesTableLib instance by Gao, Liming · 10 years ago
  8. 658bf43 ShellPkg: Fix timezone command by jcarsey · 10 years ago
  9. f9080cd MdePkg: fix comments typo about EFIAPI for X64 by Chen Fan · 10 years ago
  10. 4fe43eb 1. Remove any references on other files from DebugTimer.c, to avoid un-used symbols linked. by Jeff Fan · 10 years ago
  11. 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
  12. 489c5c6 OvmfPkg/XenBusDxe: Fix initialisation of gXenBusDevicePathTemplate by Anthony PERARD · 10 years ago
  13. 43be9f4 OvmfPkg/XenBusDxe: Fix initialisation of gXenBusPrivateData by Anthony PERARD · 10 years ago
  14. e26a83c OvmfPkg/Xen*: Pass struct XENSTORE_TRANSACTION argument as a pointer by Anthony PERARD · 10 years ago
  15. 8f148ae OvmfPkg/Include/...Xen: Convert __i386__/__x86_64__ to MDE_CPU_IA32/MDE_CPU_X64. by Anthony PERARD · 10 years ago
  16. d8cfdb5 OvmfPkg Sec: Convert X64/SecEntry.asm to NASM by Jordan Justen · 10 years ago
  17. ba29ed0 OvmfPkg Sec: Convert Ia32/SecEntry.asm to NASM by Jordan Justen · 10 years ago
  18. f0a0717 OvmfPkg QemuFwCfgLib: Convert X64/IoLibExAsm.asm to NASM by Jordan Justen · 10 years ago
  19. 8a29761 OvmfPkg QemuFwCfgLib: Convert Ia32/IoLibExAsm.asm to NASM by Jordan Justen · 10 years ago
  20. ad8ae98 OvmfPkg LoadLinuxLib: Convert X64/JumpToKernel.asm to NASM by Jordan Justen · 10 years ago
  21. 529fd9a OvmfPkg LoadLinuxLib: Convert Ia32/JumpToKernel.asm to NASM by Jordan Justen · 10 years ago
  22. b81cc7d StdLib: Fix more GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
  23. fe7ad7f BaseTools: Add ConvertMasmToNasm.py script by Jordan Justen · 10 years ago
  24. beaaa3b StdLib: Fix more GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
  25. 4d5b818 [Patch] ShellPkg: Remove unused PCD from INF file by jcarsey · 10 years ago
  26. ba0a34f MdePkg/ProcessorBind.h: Add ARM and AArch64 GCC macros for Clang by Olivier Martin · 10 years ago
  27. f7fe68d Remove redundant ASSERT in TcgDxe & TreeDxe. Some asserts are removed directly, some are replaced by debug output. by Chao Zhang · 10 years ago
  28. 6ebffb6 MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVariableHeader (Variable)). by Star Zeng · 10 years ago
  29. a75cf43 MdePkg/IntelFrameworkPkg HobLib: Update BuildResourceDescriptorWithOwnerHob() by Star Zeng · 10 years ago
  30. 3f103c0 Fix a bug introuduced by r16104, not all NIC device implement both memory and IO bar. by Fu Siyuan · 10 years ago
  31. 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
  32. 0e56588 StdLib: Fix GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
  33. b07ae3d ArmPlatformPkg/Documentation: Removed BaseTools-Pending-Patches.patch by Olivier Martin · 10 years ago
  34. 5de8a35 OvmfPkg/XenPvBlkDxe: Add BlockIo. by Anthony PERARD · 10 years ago
  35. 5cce852 OvmfPkg/XenPvBlkDxe: Add BlockFront client. by Samuel Thibault · 10 years ago
  36. de671da OvmfPkg/XenPvBlkDxe: Xen PV Block device, initial skeleton by Anthony PERARD · 10 years ago
  37. e86895d OvmfPkg/XenBusDxe: Add Event Channel into XenBus protocol. by Anthony PERARD · 10 years ago
  38. 86d968e OvmfPkg/XenBusDxe: Introduce XenBus support itself. by Anthony PERARD · 10 years ago
  39. c23c037 OvmfPkg/XenBusDxe: Add XenStore function into the XenBus protocol by Anthony PERARD · 10 years ago
  40. 02a6bcf OvmfPkg/XenBusDxe: Add an helper AsciiStrDup. by Anthony PERARD · 10 years ago
  41. a9090a9 OvmfPkg/XenBusDxe: Add XenStore client implementation by Anthony PERARD · 10 years ago
  42. 6342f1f OvmfPkg/XenBusDxe: Add TestAndClearBit. by Anthony PERARD · 10 years ago
  43. f1259bb OvmfPkg/XenBusDxe: Add Event Channel Notify. by Anthony PERARD · 10 years ago
  44. 0fd1424 OvmfPkg/XenBusDxe: Add Grant Table functions. by Steven Smith · 10 years ago
  45. bba9d16 OvmfPkg/XenBusDxe: Add InterlockedCompareExchange16. by Anthony PERARD · 10 years ago
  46. 12a16f2 OvmfPkg: Introduce XenBus Protocol. by Anthony PERARD · 10 years ago
  47. 956622c OvmfPkg/XenBusDxe: Open PciIo protocol. by Anthony PERARD · 10 years ago
  48. abcbbb1 OvmfPkg/XenBusDxe: Add support to make Xen Hypercalls. by Anthony PERARD · 10 years ago
  49. a154f42 OvmfPkg/XenBusDxe: Add device state struct and create an ExitBoot services event. by Anthony PERARD · 10 years ago
  50. e65e880 OvmfPkg: Add basic skeleton for the XenBus bus driver. by Anthony PERARD · 10 years ago
  51. 6b621f9 OvmfPkg: Add public headers from Xen Project. by Anthony PERARD · 10 years ago
  52. 08dfaee OvmfPkg: Add the MIT license to License.txt. by Anthony PERARD · 10 years ago
  53. 4888d15 MdeModulePkg/IntelFrameworkModulePkg FwVol: by Star Zeng · 10 years ago
  54. 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
  55. 8dd618d ArmPkg/ArmLib: Removed duplicated invalidate TLB function by Olivier Martin · 10 years ago
  56. d2e7e38 EmbeddedPkg: Clarify the declaration of SerialPortGetControl() by Ronald Cron · 10 years ago
  57. ab71619 EmbeddedPkg: Clarify the declaration of SerialPortSetControl() by Ronald Cron · 10 years ago
  58. 5f81a62 EmbeddedPkg: Add scope of SerialPortExtLib.h by Ronald Cron · 10 years ago
  59. 9f38945 ArmPlatformPkg/ArmJunoPkg: Added Juno development board support by Olivier Martin · 10 years ago
  60. cfdab71 ArmPlatformPkg/ArmShellCmdRunAxf: Added 'runaxf' cmd to shell (..cont) by Harry Liebel · 10 years ago
  61. ced216f ArmPlatformPkg/ArmShellCmdRunAxf: Added 'runaxf' cmd to shell by Harry Liebel · 10 years ago
  62. 53ae06f ArmPlatformPkg/ArmVExpressDxe: Fixed duplicated GUID by Olivier Martin · 10 years ago
  63. 9db0a77 EmbeddedPkg: Remove unused TemplateSerialPortLib by Ronald Cron · 10 years ago
  64. daefd57 ArmPkg/SemihostFs: Implement SetInfo() and handle seeking past the end of a file by Ronald Cron · 10 years ago
  65. 11bbc25 EmbeddedPkg/Lan9118Dxe: Rework filter init, enabling and disabling by Ronald Cron · 10 years ago
  66. e52aee5 EmbeddedPkg/Lan9118Dxe: Fix interrupt's mask returned by GetStatus by Ronald Cron · 10 years ago
  67. fdd12bd ArmPkg/SemihostFs: Fix open file issues revealed by SCT by Ronald Cron · 10 years ago
  68. 0f0a6fe EmbeddedPkg/Lan9118Dxe: Switch back the driver in stopped state after shutdown by Ronald Cron · 10 years ago
  69. 0150e14 EmbeddedPkg/Lan9118Dxe: Add or fix input parameter checks by Ronald Cron · 10 years ago
  70. 5521b5c ArmPkg/SemihostLib: Add library functions by Ronald Cron · 10 years ago
  71. c20f8ec ArmPkg/Semihostlib: Rename semi-hosting open option by Ronald Cron · 10 years ago
  72. a537c71 EmbeddedPkg/Lan9118Dxe: Fixed dereferencing optional NULL pointer by Olivier Martin · 10 years ago
  73. c9263c7 EmbeddedPkg: Fix crash when retrieving LAN9118 network statistics by Ronald Cron · 10 years ago
  74. 5f81082 ArmPkg/ArmGic: Added GicV3 support to ArmGicDxe by Olivier Martin · 10 years ago
  75. d713385 ArmPkg/ArmGic: Added GicV3 support to ArmGicLib by Olivier Martin · 10 years ago
  76. 5f52576 ArmPkg/ArmGic: Added GicV3 detection by Olivier Martin · 10 years ago
  77. d5c6b7f ArmPkg/ArmGic: Introduced ArmGicGetSupportedArchRevision() by Olivier Martin · 10 years ago
  78. f1e2b72 MdePkg/IntelFrameworkPkg HobLib: Add BuildResourceDescriptorWithOwnerHob() API. by Star Zeng · 10 years ago
  79. 956f71b Clean not in pub spec comments status codes returned for functions of EFI_TCG_PROTOCOL by Gao, Liming · 10 years ago
  80. e83d4bf Update some package owners by Tian, Hot · 10 years ago
  81. 36bdec3 Add comments to clarify mPubKeyStore buffer MemCopy. There is no memory overflow issue. by Chao, Zhang · 10 years ago
  82. 0414ec2 BaseTools/UPT: Remove Macro Expend for UserExtension section by Hess Chen · 10 years ago
  83. 43654b1 MdeModulePkg/AtaAtapiPassThru: When D2H FIS received at PIO DATA-IN transfer, check PxTFD.Error register to confirm if there is a real error for better device compatibilities with Qemu and Marvel9230 sata controllers. by Reza Jelveh · 10 years ago
  84. 2cb6eab Add DebugCommunicationLibUsb3 for USB3.0 source level debug support. by Elvin Li · 10 years ago
  85. fbb393a [MdePkg] Code clean-up: Remove trailing spaces by Lee Leahy · 10 years ago
  86. ca2be85 Check the question value before call CHANGED. Only when question value has been changed, browser will call CHANGED callback type. by Eric Dong · 10 years ago
  87. 79e1ffb Clean up the code. Action statement should not have text two opcode. by Eric Dong · 10 years ago
  88. 8c83d0c Add PubKey index check before touching PubKey cache. Internal PubKey Variable PubkeyIndex is always 0, causing Index – 1 overflow. Update corresponding comments. by Chao, Zhang · 10 years ago
  89. edb5073 ArmVirtualizationPkg: FdtPL011SerialPortLib: support UEFI_APPLICATION by Laszlo Ersek · 10 years ago
  90. c373687 Add comments for FSVariable driver which used by Duet platform only, trust all meta data for this platform. by Eric Dong · 10 years ago
  91. 741a1e5 Add comments for FSVariable driver which used by Duet platform only, trust all meta data for this platform. by Eric Dong · 10 years ago
  92. 55501e1 Prevent EBDA area being overwritten, get the size info from the address 0x40E. If can’t get the size info, then use the default value for it. by Eric Dong · 10 years ago
  93. bf5a949 AtaBusDxe: Fix ReadBlockEx andWriteBlockEx to still signal event when the BufferSize is 0. by Ruiyu Ni · 10 years ago
  94. 4202afa EDK II: Add Maintainers.txt file by Jordan Justen · 10 years ago
  95. 71bcf79 EDK II: Add .gitignore by Ryan Harkin · 10 years ago
  96. 0b7c060 ArmPlatformPkg/ArmVExpressPkg: Enable specifying firmware version string on build by Leif Lindholm · 10 years ago
  97. 5e574a0 MdeModulePkg PeiCore: Update the code of PeiAllocatePages() to correctly consider the overhead sizeof (EFI_HOB_MEMORY_ALLOCATION). by Star Zeng · 10 years ago
  98. 544ccd1 Removes dead code from the PlatformBdsLibNull,leaving this unused code might confuse the user. by Olivier Martin · 10 years ago
  99. 4c4d470 ShellPkg: Comments update and code refine. by Qiu Shumin · 10 years ago
  100. 43ac100 ArmPlatformPkg/ArmVirtualizationPkg: Added support for Intel BDS by Olivier Martin · 10 years ago