- 6b28fe9 OvmfPkg: Include/IndustryStandard: extract VirtioBlk.h from Virtio.h by jljusten · 12 years ago
- a9624f9 OvmfPkg: rename OFFSET_OF_VHDR() / SIZE_OF_VHDR() to *_OF_VBLK() by jljusten · 12 years ago
- 55c3443 OvmfPkg: regroup virtio config fields into generic & specific structs by jljusten · 12 years ago
- 2c3239f OvmfPkg: IndustryStandard/Virtio.h: use OFFSET_OF in OFFSET_OF_VHDR by jljusten · 12 years ago
- d128191 OvmfPkg: add inclusion guards in Include/IndustryStandard/Virtio.h by jljusten · 12 years ago
- 045b46e OvmfPkg: move VirtioBlkDxe/Virtio.h to Include/IndustryStandard/Virtio.h by jljusten · 12 years ago
- 936e3a5 OvmfPkg: add inclusion guards to VirtioBlkDxe/VirtioBlk.h by jljusten · 12 years ago
- 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
- 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
- 48da9f0 Roll back r13823. by vanjeff · 12 years ago
- ab04e71 by vanjeff · 12 years ago
- 4ccfd30 Add PcdFastPS2Detection to improve PS2 keyboard driver start performance. by li-elvin · 12 years ago
- e8c758d Update header format by hhtian · 12 years ago
- 90cce8c Update license statement by hhtian · 12 years ago
- ce68d3b Add missing braces around initializer. by lzeng14 · 12 years ago
- a595338 Add missing parameter in functions header. by vanjeff · 12 years ago
- 5676ccc Fix some corner case for LazyConIn feature by czhang46 · 12 years ago
- c843ef6 MdeModulePkg/UsbBusDxe: Timing tunning for better boot performance. by erictian · 12 years ago
- fa8801f Add missing SocketIdentifier for Memory Topology table in ACPI5.0. by jyao1 · 12 years ago
- 10e726c Poll the network adapter during connect by lpleahy · 12 years ago
- 4652be0 Fixed close for socket to properly release the socket context structure and the handle. by lpleahy · 12 years ago
- e06a4cd OvmfPkg: QemuBootOrder: recognize virtio-blk OFW device paths by jljusten · 12 years ago
- ec01afd OvmfPkg: QemuBootOrder: lower the required number of OFW nodes to 2 by jljusten · 12 years ago
- cdde6dd OvmfPkg: QemuBootOrder: whitespace fix by jljusten · 12 years ago
- fd51d75 OvmfPkg: introduce virtio-blk driver by jljusten · 12 years ago
- 04cabbc MdePkg: Fix incorrect SPCR definitions for 115200 and 57600 baud rate by jyao1 · 12 years ago
- 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
- f330ff3 Contributed-under: TianoCore Contribution Agreement 1.0 by mdkinney · 12 years ago
- c42c9ca StdLib: Fix several problems where characters were not being correctly converted between wide and MBCS. by darylm503 · 12 years ago
- e2a013f UnixPkg: Mark as deprecated (replaced by EmulatorPkg) by jljusten · 12 years ago
- 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
- 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
- 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
- bbcafc4 The exception table information in X64 PE/COFF images is being stripped by default in the OvmfPkg. by mdkinney · 12 years ago
- dccf767 VS2005 and DDK3790 tool chain tags require typecasts to BOOLEAN to compile. by mdkinney · 12 years ago
- 02bbc6e MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘return’ instruction in the switch(). by erictian · 12 years ago
- deb8a06 ArmPlatformPkg/LcdPlatformLib.h: Updated HD mode settings to produce a 60Hz frame rate by oliviermartin · 12 years ago
- beeb44f ArmPlatformPkg/LcdPlatformLib.h: Added support for 'WSXGA+ Mode: 1680 x 1050' by oliviermartin · 12 years ago
- 295c2eb ArmPlatformPkg/ArmVExpress-CTA15-A7: Added support for CoreTile Express A15x2_A7x3 by oliviermartin · 12 years ago
- 17839a4 ArmPlatformPkg/ArmPlatformStackLib: Introduced helper library to initialize stacks by oliviermartin · 12 years ago
- 7d49ced EmbeddedPkg: Introduced 'SerialPortExtLib.h' by oliviermartin · 12 years ago
- 21de944 ARM Packages: Moved ARM assembly files to 'Arm' subdirectory by oliviermartin · 12 years ago
- 145292e ArmPlatformPkg/EblCmdLib: Added the command 'dumpfdt' by oliviermartin · 12 years ago
- 0657689 ArmPlatformPkg/ArmPlatformLib.h: Introduced ArmPlatformGetCorePosition() by oliviermartin · 12 years ago
- 695df8b ArmPlatformPkg: Introduction of gArmPlatformTokenSpaceGuid.PcdCoreCount by oliviermartin · 12 years ago
- 0a6653b ArmPkg/BdsLib: Added FDT support for BdsLib by oliviermartin · 12 years ago
- 619b399 ArmPkg/DefaultExceptionHandlerLib: Added support to the BASE-type library by oliviermartin · 12 years ago
- fb47559 ArmPlatformPkg/PrePi: Moved Exception Vector Table to ArmPkg/DebugAgentBaseLib by oliviermartin · 12 years ago
- 9d6b024 ArmPlatformPkg/Sec: Moved Exception Vector Table to ArmPkg/DebugAgentBaseLib by oliviermartin · 12 years ago
- 7ea4cf3 Add more exact SMM check in SmmFaultTolerantWriteHandler. by lzeng14 · 12 years ago
- 0758c83 Rename Trusted Hob to Measured FV hob and add Guided Hob layout structure by czhang46 · 12 years ago
- 751915b ArmPlatformPkg/ArmVExpress-CTA9x4.dsc: Fixed build by oliviermartin · 12 years ago
- fa4a706 EmbeddedPkg: Added support to libfdt by oliviermartin · 12 years ago
- 8213627 ArmPlatformPkg/Bds: Replaced 'EBL' by 'UEFI Shell' as the default shell on ARM Platforms by oliviermartin · 12 years ago
- e1772ad ARM Packages: Replaced the build of Fat driver and EBL by the binaries of Fat driver and UEFI Shell by oliviermartin · 12 years ago
- 189924c ShellBinPkg: Added ARM Binaries by oliviermartin · 12 years ago
- 1282a3d FatBinPkg: Added ARM Binaries by oliviermartin · 12 years ago
- c0004f9 EdkShellPkg: Added new patch to support EFI Shell project revision 61 by oliviermartin · 12 years ago
- 3f92295 EdkShellBinPkg: Added ARM Binaries by oliviermartin · 12 years ago
- bedf36d Omap35xxPkg/Flash: Fixed 'NandStatus may be used before being set' by oliviermartin · 12 years ago
- b34e4db ARM Packages: Minor typo, mispellings and coding style changes by oliviermartin · 12 years ago
- 4706ff4 Enable EFI_IFR_DEFAULT2 opcode in browser. by ydong10 · 12 years ago
- 18c4970 Add debug port and debug port 2 table. by jyao1 · 12 years ago
- c878cee Save and disable CPU interrupt before programming MTRR settings, and restore the CPU interrupt after programming MTRR setting. by vanjeff · 12 years ago
- 3999f1f Reset system only when the pre-allocated memory is more than 1.5 of needed memory and boot mode is BOOT_WITH_DEFAULT_SETTING, or less than the needed memory. by niruiyu · 12 years ago
- 68978a5 ArmPlatformPkg/EblCmdLib: Fixed 'performance' command by oliviermartin · 12 years ago
- ba8bd8c ArmPlatformPkg/VExpressMotherBoard.h: Added more motherboard definitions by oliviermartin · 12 years ago
- 554451b ArmPlatformPkg/PL011Uart: The PL011 UART fractional part does not need to be zero by oliviermartin · 12 years ago
- 01bd6ea ArmPkg/include: Added macro ARM_VECTOR_TABLE_ALIGNMENT by oliviermartin · 12 years ago
- e349327 ArmPlatformPkg: Added 'Makefile' to build EDK2 from Makefile based IDE by oliviermartin · 12 years ago
- 98b241d Remove local function IsValidDevicePath and use new interface provided by UefiDevicePathlib. by niruiyu · 12 years ago
- c352b29 StdLib/Include: Minor changes in preparation for Interactive I/O (TTY) functionality. by darylm503 · 12 years ago
- 9fa90bb 1. Update PiSmmCore to always invoke SmiManage (NULL, NULL, NULL, NULL) when SMI triggered. by vanjeff · 12 years ago
- 565b3c8 StdLib/LibC/StdLib/Malloc.c: Make the free() function conform to the ISO/IEC 9899 (C95) specification. by darylm503 · 12 years ago
- 76d6b68 Clean the build warning. by ydong10 · 12 years ago
- 771729c Add new API IsDevicePathValid() to UefiDevicePathLib. by niruiyu · 12 years ago
- 7f446eb Handle the case when OpROM wants to completely remove itself. by niruiyu · 12 years ago
- a9c1242 StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code, Define MAX_OUTPUT, the Maximum number of bytes in a single terminal output operation. by darylm503 · 12 years ago
- 2ca8548 Add TperReset Logic By using MOR bit - Remove the unnecessary parameter. by qianouyang · 12 years ago
- 0357efe Add a dialog box with help message when user changes the state of "Attempt Secure Boot" check box. by sfu5 · 12 years ago
- d26c7e8 Fix the issue that FTW driver fail to reclaim WorkSpace. by lzeng14 · 12 years ago
- 42ed760 1. Fix a bug when comparing two timestamp in auth-variable driver. by sfu5 · 12 years ago
- 89799ec Fix coding style issue by czhang46 · 12 years ago
- d0043e4 Add ImageAuthenticationStatusLib to SAP to check Authentication Status returned from by czhang46 · 12 years ago
- 504dfa9 Add Tper Reset Logic by using MOR bit. by qianouyang · 12 years ago
- 90398d5 Add Tper Reset Logic by using MOR bit. by qianouyang · 12 years ago
- ad84df7 SecurityPkg/VariableSmm: Fix a VariableSmm bug when reading variable with size 0. by erictian · 12 years ago
- d294b9a MdeModulePkg/VariableSmm: Fix a VariableSmm bug when reading variable with size 0. by erictian · 12 years ago
- 7ca126f OvmfPkg: fix gPcAtChipsetPkgTokenSpaceGuid build break by jljusten · 12 years ago
- 0e20a18 OvmfPkg: key PMBA setup in Platform PEI off of PMREGMISC/PMIOSE, not Xen by jljusten · 12 years ago
- 931a0c7 OvmfPkg: enable PIIX4 IO space in the PEI phase by jljusten · 12 years ago
- 5a62458 OvmfPkg: use PCI_COMMAND_OFFSET/EFI_PCI_COMMAND_IO_SPACE in AcpiTimerLib by jljusten · 12 years ago
- a1eff44 OvmfPkg: fix the mask for accessing the PIIX4 PMBA [15:6] bitfield by jljusten · 12 years ago
- 830067b OvmfPkg: extract the PBMA used in AcpiTimerLib into a PCD by jljusten · 12 years ago
- 67164dc OvmfPkg: assorted whitespace removal by jljusten · 12 years ago
- 6dbdb19 Fix compile error by czhang46 · 12 years ago
- 0054ce5 Enhance the error code info. by ydong10 · 12 years ago
- 158e788 Enhance the comments. by ydong10 · 12 years ago
- 2aadc92 Enable TPM measurement lib to measure all PE image from a FV unmeasured by TcgPei by czhang46 · 12 years ago
- 884ed92 Modify UDP and IP to transmit on all network adapters instead of just the first network adapter. by lpleahy · 12 years ago