1. 498f7d8 OvmfPkg: generate full MADT dynamically, synchronize contents with qemu by jljusten · 12 years ago
  2. 05c89c7 OvmfPkg: have PlatformBdsLib::PciInitialization conform to the _PRS by jljusten · 12 years ago
  3. a5595b1 OvmfPkg: PlatformBdsLib: the balloon device (RAM Memory) is in slot 5 by jljusten · 12 years ago
  4. 9388fd3 OvmfPkg: fix interrupt routing in the DSDT, bump revision number by jljusten · 12 years ago
  5. cc2f2c4 OvmfPkg: add parallel port to the DSDT by jljusten · 12 years ago
  6. ba01f3b OvmfPkg: fix the _UID of \_SB.PCI0.LPC.LNKD in the DSDT by jljusten · 12 years ago
  7. b636c6e OvmfPkg: add comments to the DSDT, remove trailing empty line by jljusten · 12 years ago
  8. a42bdfc OvmfPkg: _DIS and _SRS methods should have permanent effect by jljusten · 12 years ago
  9. 56daf8b OvmfPkg: unlike PIIX4, qemu needs ActiveHigh for interrupt sharing by jljusten · 12 years ago
  10. cc16a92 OvmfPkg: simplify _CRS, _PRS, _SRS methods in the DSDT by jljusten · 12 years ago
  11. 5e57fb7 OvmfPkg: add qemu debug console port to XTRA device by jljusten · 12 years ago
  12. 6d4f320 OvmfPkg: fix LAPIC RangeLength in DSDT by jljusten · 12 years ago
  13. c2129fe OvmfPkg: sync FADT with QEMU: PM Timer is 24-bit by jljusten · 12 years ago
  14. fb51479 OvmfPkg: sync FADT with QEMU: boot architecture flags by jljusten · 12 years ago
  15. 5bf66ed OvmfPkg: sync FADT with QEMU: clear DAY_ALRM by jljusten · 12 years ago
  16. cf5cfe8 OvmfPkg: sync FADT with QEMU: cleanup FLUSH_SIZE / FLUSH_STRIDE by jljusten · 12 years ago
  17. 062c1cf OvmfPkg: sync FADT with QEMU: disable PM2 control block by jljusten · 12 years ago
  18. 7c9ff57 OvmfPkg: sync FADT with QEMU: correct SMI_CMD by jljusten · 12 years ago
  19. 2712ab4 OvmfPkg: cleanup whitespace in Facp.aslc / Platform.h by jljusten · 12 years ago
  20. 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
  21. e27ad65 Fix 2 errors for new feature by czhang46 · 12 years ago
  22. 9b78227 Fix 2 errors for new feature by czhang46 · 12 years ago
  23. 9119637 Fix issue that TCP server will not response to SYN packet from TCP client in TCP6 module. by tye1 · 12 years ago
  24. f4184cb Update openssl patch to replaces the “__FILE__” and “__LINE__” with NULL and 0. by sfu5 · 12 years ago
  25. bb3aa95 Return the proper status after one of the ports is configured for UDP or IP communications. by lpleahy · 12 years ago
  26. 36384ce Refine get default language logic for command "drivers". by ydong10 · 12 years ago
  27. 26af9ac OvmfPkg/AcpiPlatformDxe: Fix Visual Studio build issues by jljusten · 12 years ago
  28. aaee3a9 Fix memory leak by ydong10 · 12 years ago
  29. 30d1bcd ArmPlatformPkg/Bds: Fixed device path of the default error output device by oliviermartin · 12 years ago
  30. 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
  31. 60fde8a Updated GraphicsOutput.h to follow UEFI 2.3.1 c spec. by li-elvin · 12 years ago
  32. 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
  33. 1df5c64 Fix a width count error in ClearScreen function. by ydong10 · 12 years ago
  34. cd0842d Refine code to follow coding style. by ydong10 · 12 years ago
  35. 33026cc Enable wide string support for CreatePopUp function in UefiLib. by ydong10 · 12 years ago
  36. 8f3a9e5 LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalculate the HwErrVariableTotalSize, HwErrVariableTotalSize and LastVariableOffset when FtwVariableSpace() fails. by lzeng14 · 12 years ago
  37. 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
  38. cdd3f03 ArmPlatformPkg/Drivers/PL011Uart: Fixed PL011UartWrite() by oliviermartin · 12 years ago
  39. 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
  40. f2e6099 ArmPlatformPkg: Fixed ArmRealViewEb & BeagleBoard builds by oliviermartin · 12 years ago
  41. dad28de ArmPlatformPkg/PL180MciDxe: Clean code by oliviermartin · 12 years ago
  42. ebef1b7 ArmPlatformPkg/PL011Uart: PL011UartWrite() stop to transmit if the buffer is full by oliviermartin · 12 years ago
  43. 93b429f ArmPlatformPkg/PL180MciDxe: Fixed coding style by oliviermartin · 12 years ago
  44. 260675b EmbeddedPkg/MmcDxe: Fixed typo by oliviermartin · 12 years ago
  45. 699e34a EmbeddedPkg/MmcDxe: Avoid nanosecond delay when command succeeds by oliviermartin · 12 years ago
  46. 492e34a EmbeddedPkg/MmcDxe: Fixed MmcIdentificationMode() by oliviermartin · 12 years ago
  47. 7d77584 ArmPkg/CompilerIntrinsicsLib: Fixed __aeabi_uwrite8 by oliviermartin · 12 years ago
  48. 044824d Measure ExitBootServices failure case by czhang46 · 12 years ago
  49. 9e945f7 Measure ExitBootServices failure case by czhang46 · 12 years ago
  50. dda39f3 Fix several issues in BaseCryptLib: by tye1 · 12 years ago
  51. a08dcb2 ArmPlatformPkg/ArmVExpressPkg: Fixed build issue by oliviermartin · 12 years ago
  52. 0a57b95 Move PcdConInConnectOnDemand initlization to PlatformBds constructor so that hotkey service can act accordingly by czhang46 · 12 years ago
  53. cf98e61 OvmfPkg/AcpiTables/Dsdt.asl: report the PCI IO ranges set in FWDT by jljusten · 12 years ago
  54. 0228e59 OvmfPkg/AcpiTables/Dsdt.asl: strip trailing whitespace by jljusten · 12 years ago
  55. 57c0beb OvmfPkg: scan memory space map and populate FWDT (32-bit fields only) by jljusten · 12 years ago
  56. 253a2ea OvmfPkg: install an SSDT with a dynamic OperationRegion called FWDT by jljusten · 12 years ago
  57. cb678aa OvmfPkg: clean up memory map by jljusten · 12 years ago
  58. 53de44a OvmfPkg/*.dsc: Move PCD locations to be similar to OvmfPkgIa32X64.dsc by jljusten · 12 years ago
  59. cd45566 OvmfPkg: Move DxeServicesTableLib to common LibraryClasses by jljusten · 12 years ago
  60. 0b5a502 OvmfPkg: Disable debugging for UNIXGCC to save space by jljusten · 12 years ago
  61. b5eb03c Add 2 new Bds features by czhang46 · 12 years ago
  62. 838a9c5 Add 2 new Bds features by czhang46 · 12 years ago
  63. 18cf395 Add 2 new Bds features by czhang46 · 12 years ago
  64. 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
  65. 6b8ebcb Fix some typo and coding style issues in BaseCryptLib instances. by tye1 · 12 years ago
  66. 805c2dd Close the corresponding GUIDed section extraction protocol notify event in CloseSectionStream. by lzeng14 · 12 years ago
  67. b90aefa OvmfPkg: add support for debug console on port 0x402 by jljusten · 12 years ago
  68. 512278a UnixPkg/Sec: Fixed build by oliviermartin · 12 years ago
  69. 68db122 MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in a change of sign' by oliviermartin · 12 years ago
  70. c85c6de Fix build fail for GCC by ydong10 · 12 years ago
  71. 73c8204 Fixed issues: by ydong10 · 12 years ago
  72. 12ea469 Roll back the change which caused build fail by ydong10 · 12 years ago
  73. f5af77a Fix a failure in TCG HashAll interface. by gdong1 · 12 years ago
  74. 5a50033 Enhance TCG driver to provide TPM physical presence lifetime lock capability. by gdong1 · 12 years ago
  75. 4a23eaa Fix the typo in InstallMultipleProtocolInterfaces comments by niruiyu · 12 years ago
  76. e77f9ef Use RsaGetPublicKeyFromX509() to validate the given X.509 certificate for PK/KEK/db/dbx database. by sfu5 · 12 years ago
  77. 952de07 Correct a typo in EFI_EDID_ACTIVE_PROTOCOL and EFI_EDID_DISCOVERED_PROTOCOL comments. by niruiyu · 12 years ago
  78. 0ac9bc9 OvmfPkg: introduce QemuFwCfgFindFile () by jljusten · 12 years ago
  79. 05916c1 ShellPkg: Update string to number conversion to correctly stop at spaces if so requested. by jcarsey · 12 years ago
  80. c6a7fef Add logic to check the execution break flag before executing the next command in a script file. by ydong10 · 12 years ago
  81. e4d7370 Update the secure boot configuration UI to accept *.crt certificate file. by sfu5 · 12 years ago
  82. 32177f6 Add more security check for CommBuffer+CommBufferSize. by jyao1 · 12 years ago
  83. 3b947ef Adjust library instances used in SecurityPkg by proper module type. by tye1 · 12 years ago
  84. b5c91f0 OvmfPkg/AcpiPlatformDxe: rely on built-in checksumming by jljusten · 13 years ago
  85. 4804ef4 OvmfPkg/AcpiPlatformDxe/Xen.c: reuse CalculateSum8 by jljusten · 13 years ago
  86. 377e758 OvmfPkg/AcpiPlatformDxe: Add Xen ACPI tables support by jljusten · 13 years ago
  87. 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
  88. 532616b Add interfaces to several library instances of BaseCryptLib. by tye1 · 13 years ago
  89. c31b316 To follow UEFI spec, update the code to make correct check to support multiple _ADR fields. by li-elvin · 13 years ago
  90. 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
  91. 05a643f 1. Remove extra attribute for SetupMode, SignatureSupport and SecureBoot variable. by sfu5 · 13 years ago
  92. 876ac39 Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime. by sfu5 · 13 years ago
  93. eb96e4f Fix a buffer overflow bug in VariableSmm driver. by sfu5 · 13 years ago
  94. e94728b Update HobLib and Hob Service to avoid data over flow. by lgao4 · 13 years ago
  95. 192764d Update HobLib and Hob Service to avoid data over flow. by lgao4 · 13 years ago
  96. 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
  97. 2445a70 Add SMRAM range check to variable SMM SMI handler. by czhang46 · 13 years ago
  98. 7a0c136 Remove unused CapsuleReset() in MdeModulePkg\Universal\ResetSystemRuntimeDxe\ResetSystem.c. by lzeng14 · 13 years ago
  99. 836a782 ArmPkg/CompilerIntrinsicsLib: Added missing __aeabi_uread8 and __aeabi_uwrite8 by oliviermartin · 13 years ago
  100. 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