1. 6cee25e Fix build failure of PcAtChipsetPkg. by li-elvin · 12 years ago
  2. b9de2d7 Fix build failure. by li-elvin · 12 years ago
  3. 205627b Fix memory out of band access in AsmFxSave() and AsmFxRestore(). by lgao4 · 12 years ago
  4. 2054fd1 Fix memory out of band access in AsmFxSave() and AsmFxRestore(). by lgao4 · 12 years ago
  5. 73a324f Fix comment typo to use UEFI spec defined WIN_CERT_TYPE_EFI_GUID. by lgao4 · 12 years ago
  6. f6d5cbe Add missing status code in several modules. by li-elvin · 12 years ago
  7. 44d5220 Add missing status code in several modules. by li-elvin · 12 years ago
  8. 37623a5 Add missing status code in several modules. by li-elvin · 12 years ago
  9. cb38c32 Add missing status code in several modules. by li-elvin · 12 years ago
  10. cadf879 Correct the definition for Modal opcode, from EFI_IFR_MODAL to EFI_IFR_MODAL_TAG by ydong10 · 12 years ago
  11. 25328e4 ArmPlatformPkg/Scripts: Fixed the Makefile for Windows by oliviermartin · 12 years ago
  12. f7a5d58 Fix issue that ifconfig –c cannot clear IP address details. by tye1 · 12 years ago
  13. 76cd9a0 Create a MAX_TIMER_TICK_DURATION for the error handling in 8254 timer module. by li-elvin · 12 years ago
  14. cc1a5b8 Add uninstalling GOP and UGA protocol in Consplitter Stop (). by li-elvin · 12 years ago
  15. e6fa789 Use ReadUnaligned16 function to access the buffer which is pointed by a possible unaligned pointer. by li-elvin · 12 years ago
  16. 151304d OvmfPkg VirtioScsiDxe: Fix build with VS2010 by jljusten · 12 years ago
  17. 5077d4e Add assertion to make sure the pointer is not NULL. by niruiyu · 12 years ago
  18. d5c5ad4 ArmPlatformPkg/Scripts/Ds5: Added missing package declarations in Python scripts by oliviermartin · 12 years ago
  19. 6e9ed5b ArmPlatformPkg/Scripts/Ds5: Updated DS-5 scripts to be used by DS-5 v5.12 by oliviermartin · 12 years ago
  20. a8e812d ArmPlatformPkg/Scripts: Added ARM DS-5 scripts to debug UEFI by oliviermartin · 12 years ago
  21. 6f6c785 Remove TPM selftest on S3 boot path to save time by czhang46 · 12 years ago
  22. fc78c48 EmbeddedPkg/MmcDxe: Ensure MMC is in Identification Mode by oliviermartin · 12 years ago
  23. f52be04 Fix a bug that causes GCC build failure. by niruiyu · 12 years ago
  24. 39b3654 Fix a bug that incorrectly uses && instead of !! in IsKeyOptionVariable(). by niruiyu · 12 years ago
  25. d2bf991 OvmfPkg: QemuBootOrder: recognize virtio-scsi devices by jljusten · 12 years ago
  26. 37078a6 OvmfPkg: introduce virtio-scsi driver by jljusten · 12 years ago
  27. c8c2e4d OvmfPkg: VirtioBlkDriverBindingStop: fix incorrect use of UEFI driver model by jljusten · 12 years ago
  28. 74418fe ArmPlatformPkg/BaseTools-Pending-Patches.patch: Added latest ARMGCC & ARMLINUXGCC updated flags by oliviermartin · 12 years ago
  29. eb58f55 Fix coding style issue in CryptoPkg. by tye1 · 12 years ago
  30. 980050b Use %lx to print UINT64 value instead of %x. by niruiyu · 12 years ago
  31. 7714cf7 Fix a bug that BCFG creates Key#### variable bigger than it should be. by niruiyu · 12 years ago
  32. ad481b0 Remove the KeyOrder variable dependency from BDS by niruiyu · 12 years ago
  33. f269f2a Add manual configured gateway address back after system reset. by tye1 · 12 years ago
  34. 75dce34 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot option on the different IP stack is selected. by sfu5 · 12 years ago
  35. e98e59c Fix a bug in OpensslLib that PKCS7_verify will use over 8k stack space. by sfu5 · 12 years ago
  36. 24ee1cc Fix buffer overflow issue in Consplitter. by li-elvin · 12 years ago
  37. 1a6fdcb Fix code potential errors in IPsec. by qianouyang · 12 years ago
  38. 616ac6f Fix ECC issue. by li-elvin · 12 years ago
  39. 64470c1 Remove useless MD5 OID ASN.1 value from DxeImageVerificationLib. by tye1 · 12 years ago
  40. fe5eea5 Add SPC_INDIRECT_DATA_OBJID check to make sure contentType equals to the by tye1 · 12 years ago
  41. 3d267c7 Fix code potential errors. by ydong10 · 12 years ago
  42. fe8a16e Fix a typo in comments. by ydong10 · 12 years ago
  43. 6b52b72 Update SmiManager() to invoke all root SMI handlers to following PI Spec. by vanjeff · 12 years ago
  44. f941bec Change TPM ACCESS_X.activeLocality test timeout to TIMEOUT_A by czhang46 · 12 years ago
  45. 89be2b0 Fix time-based and count-based authenticated variable can be updated by each other without verification. by gdong1 · 12 years ago
  46. 389b551 OvmfPkg/VirtioBlkDxe: Fix VS2012 IA32 build by jljusten · 12 years ago
  47. 2f03f79 OvmfPkg: VirtioBlkDxe: fix div & mod of 64-bit dividends on IA32/gcc-4.4 by jljusten · 12 years ago
  48. 9de0355 OvmfPkg: MSVC build fixes for VirtioLib and VirtioBlkDxe by jljusten · 12 years ago
  49. e371e7e OvmfPkg: librarize reusable bits from VirtioBlkDxe's SynchronousRequest() by jljusten · 12 years ago
  50. 7fcacd6 OvmfPkg: rename AppendDesc to VirtioAppendDesc by jljusten · 12 years ago
  51. 263559b OvmfPkg: extract VirtioLib from VirtioBlkDxe by jljusten · 12 years ago
  52. 6b28fe9 OvmfPkg: Include/IndustryStandard: extract VirtioBlk.h from Virtio.h by jljusten · 12 years ago
  53. a9624f9 OvmfPkg: rename OFFSET_OF_VHDR() / SIZE_OF_VHDR() to *_OF_VBLK() by jljusten · 12 years ago
  54. 55c3443 OvmfPkg: regroup virtio config fields into generic & specific structs by jljusten · 12 years ago
  55. 2c3239f OvmfPkg: IndustryStandard/Virtio.h: use OFFSET_OF in OFFSET_OF_VHDR by jljusten · 12 years ago
  56. d128191 OvmfPkg: add inclusion guards in Include/IndustryStandard/Virtio.h by jljusten · 12 years ago
  57. 045b46e OvmfPkg: move VirtioBlkDxe/Virtio.h to Include/IndustryStandard/Virtio.h by jljusten · 12 years ago
  58. 936e3a5 OvmfPkg: add inclusion guards to VirtioBlkDxe/VirtioBlk.h by jljusten · 12 years ago
  59. af23045 StdLib: Reverse a previous change resulting in string pointers that were not being incremented sufficiently to accommodate the terminating NUL. by darylm503 · 12 years ago
  60. e2a5ae0 PAL_LOGICAL_PROCESSPR_OVERVIEW structure was incorrectly defined. And PAL_MC_ERROR_TYPE_INFO has new fields defined per the latest Itanium developer manual. by li-elvin · 12 years ago
  61. 48da9f0 Roll back r13823. by vanjeff · 12 years ago
  62. ab04e71 by vanjeff · 12 years ago
  63. 4ccfd30 Add PcdFastPS2Detection to improve PS2 keyboard driver start performance. by li-elvin · 12 years ago
  64. e8c758d Update header format by hhtian · 12 years ago
  65. 90cce8c Update license statement by hhtian · 12 years ago
  66. ce68d3b Add missing braces around initializer. by lzeng14 · 12 years ago
  67. a595338 Add missing parameter in functions header. by vanjeff · 12 years ago
  68. 5676ccc Fix some corner case for LazyConIn feature by czhang46 · 12 years ago
  69. c843ef6 MdeModulePkg/UsbBusDxe: Timing tunning for better boot performance. by erictian · 12 years ago
  70. fa8801f Add missing SocketIdentifier for Memory Topology table in ACPI5.0. by jyao1 · 12 years ago
  71. 10e726c Poll the network adapter during connect by lpleahy · 12 years ago
  72. 4652be0 Fixed close for socket to properly release the socket context structure and the handle. by lpleahy · 12 years ago
  73. e06a4cd OvmfPkg: QemuBootOrder: recognize virtio-blk OFW device paths by jljusten · 12 years ago
  74. ec01afd OvmfPkg: QemuBootOrder: lower the required number of OFW nodes to 2 by jljusten · 12 years ago
  75. cdde6dd OvmfPkg: QemuBootOrder: whitespace fix by jljusten · 12 years ago
  76. fd51d75 OvmfPkg: introduce virtio-blk driver by jljusten · 12 years ago
  77. 04cabbc MdePkg: Fix incorrect SPCR definitions for 115200 and 57600 baud rate by jyao1 · 12 years ago
  78. f58fcb0 Move GOP and UGA draw from Consplitter entrypoint to start(). When there is one real physical graphics device in system, Consplitter will expose GOP/UGA protocol on the virtual handle. In addition, fix a obvious logic issue in GraphicsConsole. by li-elvin · 12 years ago
  79. f330ff3 Contributed-under: TianoCore Contribution Agreement 1.0 by mdkinney · 12 years ago
  80. c42c9ca StdLib: Fix several problems where characters were not being correctly converted between wide and MBCS. by darylm503 · 12 years ago
  81. e2a013f UnixPkg: Mark as deprecated (replaced by EmulatorPkg) by jljusten · 12 years ago
  82. d3a24ff When SOURCE_DEBUG_ENABLE is set, a TimerLib is linked into the SEC Phase to support the Debug Agent and the TimerLib is mapped into read-only ROM/FLASH. by mdkinney · 12 years ago
  83. eaeb450 Here is a patch that by default keeps the current 1MB FD sizes. If FD_SIZE_2MB is defined, then 2MB FD sizes will be used. by mdkinney · 12 years ago
  84. 4a823e2 The Driver Binding Protocol Stop() function for the UndiRuntimeDxe is performing actions in the incorrect order. The call to UninstallMultipleProtocolInterfaces() removes all the protocols from the child handle, which means ChildHandleBuffer[Index] is no longer valid. After the call to UninstallMultipleProtocolInterfaces(), ChildHandleBuffer[Index] is used again in a call to CloseProtocol(). The handle is not valid, so CloseProtocol() returns an error and generates an ASSERT(). by mdkinney · 12 years ago
  85. bbcafc4 The exception table information in X64 PE/COFF images is being stripped by default in the OvmfPkg. by mdkinney · 12 years ago
  86. dccf767 VS2005 and DDK3790 tool chain tags require typecasts to BOOLEAN to compile. by mdkinney · 12 years ago
  87. 02bbc6e MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘return’ instruction in the switch(). by erictian · 12 years ago
  88. deb8a06 ArmPlatformPkg/LcdPlatformLib.h: Updated HD mode settings to produce a 60Hz frame rate by oliviermartin · 12 years ago
  89. beeb44f ArmPlatformPkg/LcdPlatformLib.h: Added support for 'WSXGA+ Mode: 1680 x 1050' by oliviermartin · 12 years ago
  90. 295c2eb ArmPlatformPkg/ArmVExpress-CTA15-A7: Added support for CoreTile Express A15x2_A7x3 by oliviermartin · 12 years ago
  91. 17839a4 ArmPlatformPkg/ArmPlatformStackLib: Introduced helper library to initialize stacks by oliviermartin · 12 years ago
  92. 7d49ced EmbeddedPkg: Introduced 'SerialPortExtLib.h' by oliviermartin · 12 years ago
  93. 21de944 ARM Packages: Moved ARM assembly files to 'Arm' subdirectory by oliviermartin · 12 years ago
  94. 145292e ArmPlatformPkg/EblCmdLib: Added the command 'dumpfdt' by oliviermartin · 12 years ago
  95. 0657689 ArmPlatformPkg/ArmPlatformLib.h: Introduced ArmPlatformGetCorePosition() by oliviermartin · 12 years ago
  96. 695df8b ArmPlatformPkg: Introduction of gArmPlatformTokenSpaceGuid.PcdCoreCount by oliviermartin · 12 years ago
  97. 0a6653b ArmPkg/BdsLib: Added FDT support for BdsLib by oliviermartin · 12 years ago
  98. 619b399 ArmPkg/DefaultExceptionHandlerLib: Added support to the BASE-type library by oliviermartin · 12 years ago
  99. fb47559 ArmPlatformPkg/PrePi: Moved Exception Vector Table to ArmPkg/DebugAgentBaseLib by oliviermartin · 12 years ago
  100. 9d6b024 ArmPlatformPkg/Sec: Moved Exception Vector Table to ArmPkg/DebugAgentBaseLib by oliviermartin · 12 years ago