1. f58f3de Fix the issue that consplitter should not touch ConIn variable & do ConIn connection by czhang46 · 12 years ago
  2. bc79c73 Fix the issue that consplitter should not touch ConIn variable & do ConIn connection by czhang46 · 12 years ago
  3. db1126d Update file guid to avoid conflict with other file. by ydong10 · 12 years ago
  4. bd07919 Add missing break and add comment to non-necessary break. by li-elvin · 12 years ago
  5. 4ccd921 Update the "ConErr" related variable name to the new one "ErrOut". by ydong10 · 12 years ago
  6. f4a25e8 Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug tip could override IDT entry for INT3. by vanjeff · 12 years ago
  7. 54e27ad Add missing function comments by jyao1 · 12 years ago
  8. b8a605d Fix incorrect sizeof () usage. by li-elvin · 12 years ago
  9. ffa1e78 PcAtChipsetPkg/RTC: Fix a bug in RtcGetWakeUpTime() which may cause its return value wrong by erictian · 12 years ago
  10. 50fe73a 1. Remove the code path which use X509 cert in KEK to validate PKCS7 signed image. by sfu5 · 12 years ago
  11. 8c71ec8 OvmfPkg: Add custom SecureBootConfigDxe that doesn't reset by jljusten · 12 years ago
  12. ff8dd31 OvmfPkg/AcpiPlatformDxe: Fix Visual Studio build issues by jljusten · 12 years ago
  13. e148512 EmulatorPkg: Fix Visual Studio build for IA32 & X64 by jljusten · 12 years ago
  14. 33efdf5 Refine the logic to handle the device path info get from string token. by ydong10 · 12 years ago
  15. d0bf562 Create 4G page table by default, and using PF to handle >4G MMIO access, to improve S3 performance. by jyao1 · 12 years ago
  16. 743094a OvmfPkg: Support GCC47 toolchain by jljusten · 12 years ago
  17. 35cfa92 EmulatorPkg: Support GCC47 toolchain by jljusten · 12 years ago
  18. 498f7d8 OvmfPkg: generate full MADT dynamically, synchronize contents with qemu by jljusten · 12 years ago
  19. 05c89c7 OvmfPkg: have PlatformBdsLib::PciInitialization conform to the _PRS by jljusten · 12 years ago
  20. a5595b1 OvmfPkg: PlatformBdsLib: the balloon device (RAM Memory) is in slot 5 by jljusten · 12 years ago
  21. 9388fd3 OvmfPkg: fix interrupt routing in the DSDT, bump revision number by jljusten · 12 years ago
  22. cc2f2c4 OvmfPkg: add parallel port to the DSDT by jljusten · 12 years ago
  23. ba01f3b OvmfPkg: fix the _UID of \_SB.PCI0.LPC.LNKD in the DSDT by jljusten · 12 years ago
  24. b636c6e OvmfPkg: add comments to the DSDT, remove trailing empty line by jljusten · 12 years ago
  25. a42bdfc OvmfPkg: _DIS and _SRS methods should have permanent effect by jljusten · 12 years ago
  26. 56daf8b OvmfPkg: unlike PIIX4, qemu needs ActiveHigh for interrupt sharing by jljusten · 12 years ago
  27. cc16a92 OvmfPkg: simplify _CRS, _PRS, _SRS methods in the DSDT by jljusten · 12 years ago
  28. 5e57fb7 OvmfPkg: add qemu debug console port to XTRA device by jljusten · 12 years ago
  29. 6d4f320 OvmfPkg: fix LAPIC RangeLength in DSDT by jljusten · 12 years ago
  30. c2129fe OvmfPkg: sync FADT with QEMU: PM Timer is 24-bit by jljusten · 12 years ago
  31. fb51479 OvmfPkg: sync FADT with QEMU: boot architecture flags by jljusten · 12 years ago
  32. 5bf66ed OvmfPkg: sync FADT with QEMU: clear DAY_ALRM by jljusten · 12 years ago
  33. cf5cfe8 OvmfPkg: sync FADT with QEMU: cleanup FLUSH_SIZE / FLUSH_STRIDE by jljusten · 12 years ago
  34. 062c1cf OvmfPkg: sync FADT with QEMU: disable PM2 control block by jljusten · 12 years ago
  35. 7c9ff57 OvmfPkg: sync FADT with QEMU: correct SMI_CMD by jljusten · 12 years ago
  36. 2712ab4 OvmfPkg: cleanup whitespace in Facp.aslc / Platform.h by jljusten · 12 years ago
  37. 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
  38. e27ad65 Fix 2 errors for new feature by czhang46 · 12 years ago
  39. 9b78227 Fix 2 errors for new feature by czhang46 · 12 years ago
  40. 9119637 Fix issue that TCP server will not response to SYN packet from TCP client in TCP6 module. by tye1 · 12 years ago
  41. f4184cb Update openssl patch to replaces the “__FILE__” and “__LINE__” with NULL and 0. by sfu5 · 12 years ago
  42. bb3aa95 Return the proper status after one of the ports is configured for UDP or IP communications. by lpleahy · 12 years ago
  43. 36384ce Refine get default language logic for command "drivers". by ydong10 · 12 years ago
  44. 26af9ac OvmfPkg/AcpiPlatformDxe: Fix Visual Studio build issues by jljusten · 12 years ago
  45. aaee3a9 Fix memory leak by ydong10 · 12 years ago
  46. 30d1bcd ArmPlatformPkg/Bds: Fixed device path of the default error output device by oliviermartin · 12 years ago
  47. 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
  48. 60fde8a Updated GraphicsOutput.h to follow UEFI 2.3.1 c spec. by li-elvin · 12 years ago
  49. 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
  50. 1df5c64 Fix a width count error in ClearScreen function. by ydong10 · 12 years ago
  51. cd0842d Refine code to follow coding style. by ydong10 · 12 years ago
  52. 33026cc Enable wide string support for CreatePopUp function in UefiLib. by ydong10 · 12 years ago
  53. 8f3a9e5 LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalculate the HwErrVariableTotalSize, HwErrVariableTotalSize and LastVariableOffset when FtwVariableSpace() fails. by lzeng14 · 12 years ago
  54. 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
  55. cdd3f03 ArmPlatformPkg/Drivers/PL011Uart: Fixed PL011UartWrite() by oliviermartin · 12 years ago
  56. 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
  57. f2e6099 ArmPlatformPkg: Fixed ArmRealViewEb & BeagleBoard builds by oliviermartin · 12 years ago
  58. dad28de ArmPlatformPkg/PL180MciDxe: Clean code by oliviermartin · 12 years ago
  59. ebef1b7 ArmPlatformPkg/PL011Uart: PL011UartWrite() stop to transmit if the buffer is full by oliviermartin · 12 years ago
  60. 93b429f ArmPlatformPkg/PL180MciDxe: Fixed coding style by oliviermartin · 12 years ago
  61. 260675b EmbeddedPkg/MmcDxe: Fixed typo by oliviermartin · 12 years ago
  62. 699e34a EmbeddedPkg/MmcDxe: Avoid nanosecond delay when command succeeds by oliviermartin · 12 years ago
  63. 492e34a EmbeddedPkg/MmcDxe: Fixed MmcIdentificationMode() by oliviermartin · 12 years ago
  64. 7d77584 ArmPkg/CompilerIntrinsicsLib: Fixed __aeabi_uwrite8 by oliviermartin · 12 years ago
  65. 044824d Measure ExitBootServices failure case by czhang46 · 12 years ago
  66. 9e945f7 Measure ExitBootServices failure case by czhang46 · 12 years ago
  67. dda39f3 Fix several issues in BaseCryptLib: by tye1 · 12 years ago
  68. a08dcb2 ArmPlatformPkg/ArmVExpressPkg: Fixed build issue by oliviermartin · 12 years ago
  69. 0a57b95 Move PcdConInConnectOnDemand initlization to PlatformBds constructor so that hotkey service can act accordingly by czhang46 · 12 years ago
  70. cf98e61 OvmfPkg/AcpiTables/Dsdt.asl: report the PCI IO ranges set in FWDT by jljusten · 12 years ago
  71. 0228e59 OvmfPkg/AcpiTables/Dsdt.asl: strip trailing whitespace by jljusten · 12 years ago
  72. 57c0beb OvmfPkg: scan memory space map and populate FWDT (32-bit fields only) by jljusten · 12 years ago
  73. 253a2ea OvmfPkg: install an SSDT with a dynamic OperationRegion called FWDT by jljusten · 12 years ago
  74. cb678aa OvmfPkg: clean up memory map by jljusten · 12 years ago
  75. 53de44a OvmfPkg/*.dsc: Move PCD locations to be similar to OvmfPkgIa32X64.dsc by jljusten · 12 years ago
  76. cd45566 OvmfPkg: Move DxeServicesTableLib to common LibraryClasses by jljusten · 12 years ago
  77. 0b5a502 OvmfPkg: Disable debugging for UNIXGCC to save space by jljusten · 12 years ago
  78. b5eb03c Add 2 new Bds features by czhang46 · 12 years ago
  79. 838a9c5 Add 2 new Bds features by czhang46 · 12 years ago
  80. 18cf395 Add 2 new Bds features by czhang46 · 12 years ago
  81. 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
  82. 6b8ebcb Fix some typo and coding style issues in BaseCryptLib instances. by tye1 · 12 years ago
  83. 805c2dd Close the corresponding GUIDed section extraction protocol notify event in CloseSectionStream. by lzeng14 · 12 years ago
  84. b90aefa OvmfPkg: add support for debug console on port 0x402 by jljusten · 12 years ago
  85. 512278a UnixPkg/Sec: Fixed build by oliviermartin · 12 years ago
  86. 68db122 MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in a change of sign' by oliviermartin · 12 years ago
  87. c85c6de Fix build fail for GCC by ydong10 · 12 years ago
  88. 73c8204 Fixed issues: by ydong10 · 12 years ago
  89. 12ea469 Roll back the change which caused build fail by ydong10 · 12 years ago
  90. f5af77a Fix a failure in TCG HashAll interface. by gdong1 · 12 years ago
  91. 5a50033 Enhance TCG driver to provide TPM physical presence lifetime lock capability. by gdong1 · 12 years ago
  92. 4a23eaa Fix the typo in InstallMultipleProtocolInterfaces comments by niruiyu · 12 years ago
  93. e77f9ef Use RsaGetPublicKeyFromX509() to validate the given X.509 certificate for PK/KEK/db/dbx database. by sfu5 · 12 years ago
  94. 952de07 Correct a typo in EFI_EDID_ACTIVE_PROTOCOL and EFI_EDID_DISCOVERED_PROTOCOL comments. by niruiyu · 12 years ago
  95. 0ac9bc9 OvmfPkg: introduce QemuFwCfgFindFile () by jljusten · 12 years ago
  96. 05916c1 ShellPkg: Update string to number conversion to correctly stop at spaces if so requested. by jcarsey · 12 years ago
  97. c6a7fef Add logic to check the execution break flag before executing the next command in a script file. by ydong10 · 12 years ago
  98. e4d7370 Update the secure boot configuration UI to accept *.crt certificate file. by sfu5 · 12 years ago
  99. 32177f6 Add more security check for CommBuffer+CommBufferSize. by jyao1 · 12 years ago
  100. 3b947ef Adjust library instances used in SecurityPkg by proper module type. by tye1 · 13 years ago