1. d3938cc ARM toolchain raised this compilation error when using the macro ACPI_DISPLAY_ADR(). by Michael Kinney · 10 years ago
  2. 0a12cb7 Rollback r17180. by Shumin Qiu · 10 years ago
  3. 1d9f561 MdePkg: Add Bluetooth related definition. by Shumin Qiu · 10 years ago
  4. a78d3a2 MdeModulePkg: PCD/Pei: eliminate unused but set variable by Laszlo Ersek · 10 years ago
  5. c9e5618 ArmVirtualizationPkg: Xen: shuffle init order to deal with incoherency by Ard Biesheuvel · 10 years ago
  6. e1d5299 ArmVirtualizationPkg: invalidate PEI memory region by VA by Ard Biesheuvel · 10 years ago
  7. 6ea34e3 ArmPkg: remove cache maintenance by VA operation range size threshold by Ard Biesheuvel · 10 years ago
  8. d94a48c ArmPlatformPkg: do not fulfil MemoryInitPeiLib dependency directly via .c file by Ard Biesheuvel · 10 years ago
  9. 15f7a89 ArmVirtualizationPkg: make ArmVirtualizationMemoryInitPeiLib the default by Ard Biesheuvel · 10 years ago
  10. 85d0b97 MdeModulePkg Pcd: Check the input SkuId in SetSku() by Star Zeng · 10 years ago
  11. a4d42c2 Sync the branch changes to trunk. by Tim He · 10 years ago
  12. 8507a90 Enable DDI1 for the second HDMI display output. by David Wei · 10 years ago
  13. 85a4682 Coreboot*Pkg/Contributions.txt: Update example email address by Jordan Justen · 10 years ago
  14. 9cb4617 CorebootPayloadPkg: Rename CorebootPayloadPkgX64.dsc X64 -> Ia32X64 by Jordan Justen · 10 years ago
  15. 92b4834 CorebootPayloadPkg: Rename CorebootPayloadPkgIA32.dsc IA32 -> Ia32 by Jordan Justen · 10 years ago
  16. 0a4a5b7 MdeModulePkg PiDxeS3BootScriptLib: Initialize the EFI_BOOT_SCRIPT_TABLE_HEADER.Version. by Star Zeng · 10 years ago
  17. 185395a Save initial TSVal from TCP connection initiation packets. by BALATON Zoltan · 10 years ago
  18. 494820d CorebootPayloadPkg: Remove empty folder reference in DEC file by Maurice Ma · 10 years ago
  19. 14e900d Updated for ECC.exe by lhauch · 10 years ago
  20. 9a35584 MdePkg: Add a set of PcdSetXXS APIs into PcdLib and remove the ASSERT in original PcdSetXX APIs. by Star Zeng · 10 years ago
  21. 23f3e11 MdeModulePkg: Add ATTRIBUTE (+/-RT, RO) support in PCD declaration in DSC file. by Star Zeng · 10 years ago
  22. 8977a7b SourceLevelDebugPkg: Fix calculate the checksum bug and add NULL pointer check by Jeff Fan · 10 years ago
  23. 1ae469b BaseTools/Build: Add all support skuid to the Pcd DB system skuid table by Bob Feng · 10 years ago
  24. 82a6a96 BaseTools/Build: Add SDL support by Bob Feng · 10 years ago
  25. b7668cc BaseTools/Ecc: Add ECC (EFI Code Checker) Binary into BaseTools bin directory. by Chen, Hesheng · 10 years ago
  26. 6a54db8 MdeModulePkg/NvmExpressDxe: Fix possible memory leak issue in NvmExpressDxe driver. by Feng Tian · 10 years ago
  27. d9a55c7 MdePkg: Fix build fail when DDK3790 tool chain is used by Scott Duplichan · 10 years ago
  28. 6d57762 CorebootModulePkg/CbSupportDxe: Add EFIAPI to CbDxeEntryPoint by Scott Duplichan · 10 years ago
  29. 42e548a CorebootModulePkg: DEBUG print format corrections by Scott Duplichan · 10 years ago
  30. 08248f4 CorebootModulePkg: Avoid gcc compile fail caused by unrecognized pragma by Scott Duplichan · 10 years ago
  31. 8e0fdb3 CorebootPayloadPkg: Avoid page table memory allocation failure by Scott Duplichan · 10 years ago
  32. 08fc181 CorebootPayloadPkg: Use unique path for IA32 and X64 payload binaries by Scott Duplichan · 10 years ago
  33. 090b856 CorebootPayloadPkg: Add NOOPT build to accommodate source level debugging by Scott Duplichan · 10 years ago
  34. 08e9b6f CorebootPayloadPkg: Increase payload size limit by Scott Duplichan · 10 years ago
  35. 30a3e83 CorebootPayloadPkg: Use extra braces to prevent gcc compile fail by Scott Duplichan · 10 years ago
  36. b6242db CorebootModulePkg: Reformat asm constant to avoid gcc assembler fail by Scott Duplichan · 10 years ago
  37. c3911fd CorebootModulePkg: Add 'ULL' suffix to avoid gcc 4.4 compile fail by Scott Duplichan · 10 years ago
  38. 3b17ae9e CorebootModulePkg: Change CbParseAcpiTable prototype to avoid gcc fail by Scott Duplichan · 10 years ago
  39. 7b0f636 CorebootModulePkg: Remove unused static functions to prevent gcc build fail by Scott Duplichan · 10 years ago
  40. 5451fff CorebootModulePkg: Fix build failure with 32-bit NOOPT target by Scott Duplichan · 10 years ago
  41. e56e187 MdeModulePkg Variable: Enhance the code logic about VariableLock by Star Zeng · 10 years ago
  42. 27a0a8b SecurityPkg Variable: Enhance the code logic about VariableLock by Star Zeng · 10 years ago
  43. b0121d7 MdeModulePkg: Roll back report status code change in RuntimeDriverSetVirtualAddressMap. by Elvin Li · 10 years ago
  44. 8e82285 IntelFrameworkModulePkg: update comments to clarify runtime memory usage for legacy OS. by Elvin Li · 10 years ago
  45. c952b5b CorebootModulePkg: Add EFIAPI to OnReadyToBoot to fix gcc compile fail by Scott Duplichan · 10 years ago
  46. 53deb15 MdeModulePkg: Put report status code at the end of RuntimeDriverSetVirtualAddressMap. by Elvin Li · 10 years ago
  47. 800765a IntelFrameworkModulePkg: add comments to clarify runtime memory usage for legacy OS. by Elvin Li · 10 years ago
  48. 718abab UefiCpuPkg: Avoid "error A2085" when DDK3790 tool chain is used by Scott Duplichan · 10 years ago
  49. 9435a57 ArmPlatformPkg: Use LzmaDecompress support from MdeModulePkg by Olivier Martin · 10 years ago
  50. ff247af IntelFrameworkModulePkg: Update LegacyBiosDxe to use UmaAddress and UmaSize in CSM 0.98. by David Woodhouse · 10 years ago
  51. 881644d IntelFrameworkPkg: Update EFI_COMPATIBILITY16_TABLE to CSM 0.98. by David Woodhouse · 10 years ago
  52. bf6bbc2 ShellPkg: fix mv and cp command related issues by Tapan Shah · 10 years ago
  53. bbf57d4 ShellPkg: UefiShellDebug1CommandsLib: fix hex string parsing in SETVAR by Laszlo Ersek · 10 years ago
  54. 12e1bb0 ShellPkg: UefiShellDebug1CommandsLib: fix SETVAR option summary by Laszlo Ersek · 10 years ago
  55. 99b9873 Add missing parameter in function header. by Jeff Fan · 10 years ago
  56. c8a2836 IntelFrameworkModulePkg: Put report status code after event was signaled per PI spec. by Elvin Li · 10 years ago
  57. bd1957b MdeModulePkg: Put report status code after event was signaled per PI spec. by Elvin Li · 10 years ago
  58. a6e5d81 MdeModulePkg: Add LzmaDecompress Guid by Liming Gao · 10 years ago
  59. 7105857 Rollback r17113. by Hao Wu · 10 years ago
  60. a22b438 MdePkg: Add ESRT Interface Definitions by Hao Wu · 10 years ago
  61. 11ff2c7 MdeModulePkg: Add two library instances by Liming Gao · 10 years ago
  62. a7adc5c MdeModulePkg: Add LzmaDecompress Guid by Liming Gao · 10 years ago
  63. 584ea2c IntelFrameworkModulePkg: Move LzmaDecompress GUID by Liming Gao · 10 years ago
  64. 4569c9e IntelFrameworkModulePkg: Cleanup PeiDxeDebugLibReportStatusCode by Liming Gao · 10 years ago
  65. 80d3139 ArmPkg/BaseMemoryLib(Sym|Vstm): Do not post increment returned pointer by Olivier Martin · 10 years ago
  66. f22e965 EmbeddedPkg/Lan9118Dxe: Fix risk of buffer overflow. by Olivier Martin · 10 years ago
  67. ac8f1e1 EmbeddedPkg/Lan9118Dxe: Fix the reset after a receiver or transmitter error by Ronald Cron · 10 years ago
  68. 88ff5ba ShellPkg: Added newline at the end of source files by Olivier Martin · 10 years ago
  69. 4990d1c MdePkg: Missing GUID variable in DiskInfo.h by Felix Polyudov · 10 years ago
  70. ebf4ef4 Removed MBI Device from ACPI DSDT Table. by Shifei Lu · 10 years ago
  71. 4277607 Adding Prince Agyeman and Maurice Ma as CorebootModulePkg and CorebootPayloadPkg maintainers by Prince Agyeman · 10 years ago
  72. 8debfa0 ArmPlatformPkg/ArmJunoDxe: Fixed returned value by Olivier Martin · 10 years ago
  73. 372865e ArmPlatformPkg/ArmJunoPkg/ArmJuno.dec: Update Juno R0 Device Tree default name by Olivier Martin · 10 years ago
  74. 1667d2e ArmJunoPkg: Upate Juno R1 Device Tree names to be 8 characters long by Olivier Martin · 10 years ago
  75. c1fee78 ArmPlatformPkg/ArmJunoDxe: Add PCI GBE MAC address to Juno R1 boot options by Ronald Cron · 10 years ago
  76. 58bc406 ArmPlatformPkg/ArmXenRelocatablePlatformLib: Replaced tabulation by spaces by Olivier Martin · 10 years ago
  77. df22e1f ArmPlatformPkg/ArmVirtualizationPkg/PciHostBridgeDxe: Removed unreachable statement by Olivier Martin · 10 years ago
  78. d1c561f ArmPlatformPkg/ArmVirtualizationPkg: Removed trailing spaces by Olivier Martin · 10 years ago
  79. 9b8e414 OvmfPkg/XenBusDxe: Fix build issue with VS2010 by Jordan Justen · 10 years ago
  80. 5f239ef OvmfPkg/SmbiosPlatformDxe: Fix build issue with VS2010 by Jordan Justen · 10 years ago
  81. 0802152 SourceLevelDebugPkg: Use CPU Local APIC timer to handle timeout. by Jeff Fan · 10 years ago
  82. 206f412 MdeModulePkg: add error handling when DXE IPL PPI is not found. by Elvin Li · 10 years ago
  83. 484dd08 ShellPkg: Remove extra quotes surrounding flag values. by Qiu Shumin · 10 years ago
  84. fa3d30e MdeModulePkg: Remove unused internal structure in PeiCore by Liming Gao · 10 years ago
  85. fce4ecd Pkg-Module: CorebootModulePkg by Maurice Ma · 10 years ago
  86. 14df6e0 Pkg-Module: CorebootModulePkg by Maurice Ma · 10 years ago
  87. 1139bd7 Pkg-Module: CorebootModulePkg by Maurice Ma · 10 years ago
  88. 9c228fb Pkg-Module: CorebootPayloadPkg by Maurice Ma · 10 years ago
  89. c6d2972 OvmfPkg: XenConsoleSerialPortLib: deal with output overflow by Ard Biesheuvel · 10 years ago
  90. 3a2b37f ArmPlatformPkg: fix two instances of FreePool () on NULL value by Ard Biesheuvel · 10 years ago
  91. 55f5af1 MdePkg: fix ARM version of InternalMathSwapBytes64 () by Ard Biesheuvel · 10 years ago
  92. e2ab3f8 OvmfPkg: Q35: Use correct ACPI PM control register:bit by Gabriel Somlo · 10 years ago
  93. 903d1fa PXE driver bug fix. by Fu Siyuan · 10 years ago
  94. 1044ef6 Pkg-Module: Add Coreboot Payload Package by laurie0131 · 10 years ago
  95. e7ebc3e Pkg-Module: Add Coreboot module Package by laurie0131 · 10 years ago
  96. 785d183 Upgrade to OpenSSL-0.9.8zf (released on 19-MAR-2015). by Long Qin · 10 years ago
  97. 602adeb PeCoffExtraActionLibDebug: Restore debug registers in PeCoffExtraActionLibDebug by Brian J. Johnson · 10 years ago
  98. e29fc50 PXE driver bug fix. by Fu Siyuan · 10 years ago
  99. ca04b83 NT32Pkg: Fix build errors from building secure boot with NT32 X64 by Cinnamon Shia · 10 years ago
  100. f61762d MdePkg: BaseSynchronizationLib: fix Increment/Decrement retvals for ARM by Tyler Smith · 10 years ago