1. 6d4f320 OvmfPkg: fix LAPIC RangeLength in DSDT by jljusten · 12 years ago
  2. c2129fe OvmfPkg: sync FADT with QEMU: PM Timer is 24-bit by jljusten · 12 years ago
  3. fb51479 OvmfPkg: sync FADT with QEMU: boot architecture flags by jljusten · 12 years ago
  4. 5bf66ed OvmfPkg: sync FADT with QEMU: clear DAY_ALRM by jljusten · 12 years ago
  5. cf5cfe8 OvmfPkg: sync FADT with QEMU: cleanup FLUSH_SIZE / FLUSH_STRIDE by jljusten · 12 years ago
  6. 062c1cf OvmfPkg: sync FADT with QEMU: disable PM2 control block by jljusten · 12 years ago
  7. 7c9ff57 OvmfPkg: sync FADT with QEMU: correct SMI_CMD by jljusten · 12 years ago
  8. 2712ab4 OvmfPkg: cleanup whitespace in Facp.aslc / Platform.h by jljusten · 12 years ago
  9. edf4af6 Check if active video mode is changed after OpROM starts, if active video mode is not changed, skip INT10 calls to improve performance. by li-elvin · 12 years ago
  10. e27ad65 Fix 2 errors for new feature by czhang46 · 12 years ago
  11. 9b78227 Fix 2 errors for new feature by czhang46 · 12 years ago
  12. 9119637 Fix issue that TCP server will not response to SYN packet from TCP client in TCP6 module. by tye1 · 12 years ago
  13. f4184cb Update openssl patch to replaces the “__FILE__” and “__LINE__” with NULL and 0. by sfu5 · 12 years ago
  14. bb3aa95 Return the proper status after one of the ports is configured for UDP or IP communications. by lpleahy · 12 years ago
  15. 36384ce Refine get default language logic for command "drivers". by ydong10 · 12 years ago
  16. 26af9ac OvmfPkg/AcpiPlatformDxe: Fix Visual Studio build issues by jljusten · 12 years ago
  17. aaee3a9 Fix memory leak by ydong10 · 12 years ago
  18. 30d1bcd ArmPlatformPkg/Bds: Fixed device path of the default error output device by oliviermartin · 12 years ago
  19. d0d0c1b Removed SetMode in GraphicsConsole Start() in release BIOS to improve performance. Initialize current text mode number to 0xFF as invalid text mode per UEFI spec. Add current mode check in text out protocol interface to avoid invalid text mode. by li-elvin · 12 years ago
  20. 60fde8a Updated GraphicsOutput.h to follow UEFI 2.3.1 c spec. by li-elvin · 12 years ago
  21. a7e57bd The format strings are using notations that require UINTNs (like "0x%02x") but a UINT64 type was being passed instead. This patch adds a typecast to UINTN so the print processing works correctly. by ydong10 · 12 years ago
  22. 1df5c64 Fix a width count error in ClearScreen function. by ydong10 · 12 years ago
  23. cd0842d Refine code to follow coding style. by ydong10 · 12 years ago
  24. 33026cc Enable wide string support for CreatePopUp function in UefiLib. by ydong10 · 12 years ago
  25. 8f3a9e5 LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalculate the HwErrVariableTotalSize, HwErrVariableTotalSize and LastVariableOffset when FtwVariableSpace() fails. by lzeng14 · 12 years ago
  26. 40ef06f Remove Variable PPI dependency from S3Resume module, check return status of locating SmmAccess PPI in S3Resume S3ResumeExecuteBootScript(), and locate SmmAccess PPI and Open SMRAM region only when gEfiAcpiVariableGuid HOB is found in S3Resume S3RestoreConfig2(). by lzeng14 · 12 years ago
  27. cdd3f03 ArmPlatformPkg/Drivers/PL011Uart: Fixed PL011UartWrite() by oliviermartin · 12 years ago
  28. 477be7c Fix physical presence request failure for PHYSICAL_PRESENCE_SET_NO_PPI_PROVISION_TRUE, PHYSICAL_PRESENCE_SET_NO_PPI_CLEAR_TRUE and PHYSICAL_PRESENCE_SET_NO_PPI_MAINTENANCE_TRUE. by gdong1 · 12 years ago
  29. f2e6099 ArmPlatformPkg: Fixed ArmRealViewEb & BeagleBoard builds by oliviermartin · 12 years ago
  30. dad28de ArmPlatformPkg/PL180MciDxe: Clean code by oliviermartin · 12 years ago
  31. ebef1b7 ArmPlatformPkg/PL011Uart: PL011UartWrite() stop to transmit if the buffer is full by oliviermartin · 12 years ago
  32. 93b429f ArmPlatformPkg/PL180MciDxe: Fixed coding style by oliviermartin · 12 years ago
  33. 260675b EmbeddedPkg/MmcDxe: Fixed typo by oliviermartin · 12 years ago
  34. 699e34a EmbeddedPkg/MmcDxe: Avoid nanosecond delay when command succeeds by oliviermartin · 12 years ago
  35. 492e34a EmbeddedPkg/MmcDxe: Fixed MmcIdentificationMode() by oliviermartin · 12 years ago
  36. 7d77584 ArmPkg/CompilerIntrinsicsLib: Fixed __aeabi_uwrite8 by oliviermartin · 12 years ago
  37. 044824d Measure ExitBootServices failure case by czhang46 · 12 years ago
  38. 9e945f7 Measure ExitBootServices failure case by czhang46 · 12 years ago
  39. dda39f3 Fix several issues in BaseCryptLib: by tye1 · 12 years ago
  40. a08dcb2 ArmPlatformPkg/ArmVExpressPkg: Fixed build issue by oliviermartin · 12 years ago
  41. 0a57b95 Move PcdConInConnectOnDemand initlization to PlatformBds constructor so that hotkey service can act accordingly by czhang46 · 12 years ago
  42. cf98e61 OvmfPkg/AcpiTables/Dsdt.asl: report the PCI IO ranges set in FWDT by jljusten · 12 years ago
  43. 0228e59 OvmfPkg/AcpiTables/Dsdt.asl: strip trailing whitespace by jljusten · 12 years ago
  44. 57c0beb OvmfPkg: scan memory space map and populate FWDT (32-bit fields only) by jljusten · 12 years ago
  45. 253a2ea OvmfPkg: install an SSDT with a dynamic OperationRegion called FWDT by jljusten · 12 years ago
  46. cb678aa OvmfPkg: clean up memory map by jljusten · 12 years ago
  47. 53de44a OvmfPkg/*.dsc: Move PCD locations to be similar to OvmfPkgIa32X64.dsc by jljusten · 12 years ago
  48. cd45566 OvmfPkg: Move DxeServicesTableLib to common LibraryClasses by jljusten · 12 years ago
  49. 0b5a502 OvmfPkg: Disable debugging for UNIXGCC to save space by jljusten · 12 years ago
  50. b5eb03c Add 2 new Bds features by czhang46 · 12 years ago
  51. 838a9c5 Add 2 new Bds features by czhang46 · 12 years ago
  52. 18cf395 Add 2 new Bds features by czhang46 · 12 years ago
  53. 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
  54. 6b8ebcb Fix some typo and coding style issues in BaseCryptLib instances. by tye1 · 12 years ago
  55. 805c2dd Close the corresponding GUIDed section extraction protocol notify event in CloseSectionStream. by lzeng14 · 12 years ago
  56. b90aefa OvmfPkg: add support for debug console on port 0x402 by jljusten · 12 years ago
  57. 512278a UnixPkg/Sec: Fixed build by oliviermartin · 12 years ago
  58. 68db122 MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in a change of sign' by oliviermartin · 12 years ago
  59. c85c6de Fix build fail for GCC by ydong10 · 12 years ago
  60. 73c8204 Fixed issues: by ydong10 · 12 years ago
  61. 12ea469 Roll back the change which caused build fail by ydong10 · 12 years ago
  62. f5af77a Fix a failure in TCG HashAll interface. by gdong1 · 12 years ago
  63. 5a50033 Enhance TCG driver to provide TPM physical presence lifetime lock capability. by gdong1 · 12 years ago
  64. 4a23eaa Fix the typo in InstallMultipleProtocolInterfaces comments by niruiyu · 12 years ago
  65. e77f9ef Use RsaGetPublicKeyFromX509() to validate the given X.509 certificate for PK/KEK/db/dbx database. by sfu5 · 12 years ago
  66. 952de07 Correct a typo in EFI_EDID_ACTIVE_PROTOCOL and EFI_EDID_DISCOVERED_PROTOCOL comments. by niruiyu · 12 years ago
  67. 0ac9bc9 OvmfPkg: introduce QemuFwCfgFindFile () by jljusten · 12 years ago
  68. 05916c1 ShellPkg: Update string to number conversion to correctly stop at spaces if so requested. by jcarsey · 12 years ago
  69. c6a7fef Add logic to check the execution break flag before executing the next command in a script file. by ydong10 · 12 years ago
  70. e4d7370 Update the secure boot configuration UI to accept *.crt certificate file. by sfu5 · 12 years ago
  71. 32177f6 Add more security check for CommBuffer+CommBufferSize. by jyao1 · 12 years ago
  72. 3b947ef Adjust library instances used in SecurityPkg by proper module type. by tye1 · 13 years ago
  73. b5c91f0 OvmfPkg/AcpiPlatformDxe: rely on built-in checksumming by jljusten · 13 years ago
  74. 4804ef4 OvmfPkg/AcpiPlatformDxe/Xen.c: reuse CalculateSum8 by jljusten · 13 years ago
  75. 377e758 OvmfPkg/AcpiPlatformDxe: Add Xen ACPI tables support by jljusten · 13 years ago
  76. ad07c10 StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wide characters would cause the code to hang or generate an exception. by darylm503 · 13 years ago
  77. 532616b Add interfaces to several library instances of BaseCryptLib. by tye1 · 13 years ago
  78. c31b316 To follow UEFI spec, update the code to make correct check to support multiple _ADR fields. by li-elvin · 13 years ago
  79. 0f8b029 Added secure boot in CSM module entrypoint, if UEFI secure boot is enabled, CSM module cannot be started. by li-elvin · 13 years ago
  80. 05a643f 1. Remove extra attribute for SetupMode, SignatureSupport and SecureBoot variable. by sfu5 · 13 years ago
  81. 876ac39 Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime. by sfu5 · 13 years ago
  82. eb96e4f Fix a buffer overflow bug in VariableSmm driver. by sfu5 · 13 years ago
  83. e94728b Update HobLib and Hob Service to avoid data over flow. by lgao4 · 13 years ago
  84. 192764d Update HobLib and Hob Service to avoid data over flow. by lgao4 · 13 years ago
  85. 785d84e Verify the provided PKpub is signed with its private key when enrolling a new PK variable in setup mode. by sfu5 · 13 years ago
  86. 2445a70 Add SMRAM range check to variable SMM SMI handler. by czhang46 · 13 years ago
  87. 7a0c136 Remove unused CapsuleReset() in MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystem.c. by lzeng14 · 13 years ago
  88. 836a782 ArmPkg/CompilerIntrinsicsLib: Added missing __aeabi_uread8 and __aeabi_uwrite8 by oliviermartin · 13 years ago
  89. 96f0d1c Clean up include of ACPI header file so that only IndustryStandard/Acpi.h is needed for supported ACPI version(e.g. Acpi40.h, Acpi50.h). by lzeng14 · 13 years ago
  90. 3277a4e Fix a bug in DxeImageVerificationLib which will pass incorrect trust cert size to AuthenticodeVerify() function. by sfu5 · 13 years ago
  91. cf7409f Update the secure boot configuration UI to accept *.der certificate file as the Platform Key. by sfu5 · 13 years ago
  92. 2c46dd2 ShellPkg: update pci enumeration routine for platforms with multiple pci segments. by jcarsey · 13 years ago
  93. b113ddc ArmPlatformPkg/ArmVExpressLibCTA9x4: Fixed build by oliviermartin · 13 years ago
  94. 41d3576 OvmfPkg BDS: Remove support for loading vgabios-cirrus.bin from 0xc0000 by jljusten · 13 years ago
  95. 5786308 accept "-n THREADNUMBER" in OvmfPkg build script by jljusten · 13 years ago
  96. aadb1d0 embed OvmfVideo.rom into OVMF.fd by jljusten · 13 years ago
  97. bab41b5 increase MEMFD size to enable secure boot build by jljusten · 13 years ago
  98. c219324 Add SMRAM range check to fault tolerant write SMM SMI handler. by ydong10 · 13 years ago
  99. d4d58cb DuetPkg DuetPkgIa32.dsc & DuetPkgX64.dsc: Add library class and instance mapping for UefiCpuLib after UefiCpuPkg\CpuDxe consumes UefiCpuLib. by rsun3 · 13 years ago
  100. 0e568a7 EmbeddedPkg/EmbeddedPkg.dec: Add missing PcdMetronomeTickPeriod PCD by oliviermartin · 13 years ago