- 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
- 44890db Refine code to make it more safely. by ydong10 · 12 years ago
- 8261202 Enhance the check for options in the question. by ydong10 · 12 years ago
- 1deb5ca When question not have storage with it, not restore old value for it. by ydong10 · 12 years ago
- be7256a Add type cast to avoid sign extension on x64 tip. by vanjeff · 12 years ago
- e5010d3 When SerialPortWrite() is called with a non-NULL Buffer and NumberOfBytes is passed in as 0, just do a flush. by niruiyu · 12 years ago
- 7d92107 Cache the state whether the ROM image contains EFI Option ROM when loading the ROM content from PCI device to memory to avoid re-parsing the ROM image to check the EFI Option ROM. by niruiyu · 12 years ago
- f480fdc Fix always allocate memory issue. by ydong10 · 12 years ago
- 81634bf Fix display color error when scroll up/down the screen. by ydong10 · 12 years ago
- 16bacc0 Fix the memory leak issue and enhance the check for CoreReadImageFile return. by lzeng14 · 12 years ago
- 0407056 Check the return code from CoreLocateDevicePath() in MdeModulePkg/Core/Dxe/Image/Image.c CoreLoadImageCommon(). by lzeng14 · 12 years ago
- 59f968c TcgPei is a generic module, so move PcdFirmwareVersionString to generic Pcd list by czhang46 · 12 years ago
- 84bce75 Check the value of Hdr.dwLength for signed EFI image before image validation. by sfu5 · 12 years ago
- 44c5d6b Refine coding style. by ydong10 · 12 years ago
- 8cc0681 fix compile error in TcgPei by czhang46 · 12 years ago
- 641b4a4 Set mode 0 (80x25) when Consplitter does not exist. by li-elvin · 12 years ago
- 99bb0f8 Fix build fail. by ydong10 · 12 years ago
- d697218 Refine the code to make it more safely. by ydong10 · 12 years ago
- 1ba7644 StdLib: Fix possible compiler warnings when doing enumerate type comparison. by rsun3 · 12 years ago
- 7cb7e2a EmbeddedPkg/MmcDxe: The timeout while waiting for the programming to be complete was decreased twice. by oliviermartin · 12 years ago
- 3f5aa19 ArmPkg: Changed Uncached System Memory from EFI_MEMORY_UC to EFI_MEMORY_WC by oliviermartin · 12 years ago
- f166026 Restore EditBuffer before call the callback function to avoid get error data. by ydong10 · 12 years ago
- dbcecd5 Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode string length. by erictian · 12 years ago
- 4dbb98a Add check for DevicePathNode. by lgao4 · 12 years ago
- 611db14 EmulatorPkg/PlatformSmbiosDxe: Fix build issue with UNIXGCC by jljusten · 12 years ago
- 8d53199 OvmfPkg/BlockMmioToBlockIoDxe: Fix allocation size error by jljusten · 12 years ago
- 82045b2 OVMF X64: Allow enabling SOURCE_DEBUG_ENABLE on GCC44 by jljusten · 12 years ago
- 3d78c02 Fix comparisons of enumerated types which may cause warnings for some compilers. by rsun3 · 12 years ago
- 055c829 TcgPei need to measure anything to PCR in S3 bootpath, so skip shadow logic. by czhang46 · 12 years ago
- f5c941b Only disable Debug Timer for x64 platforms in S3RestoreConfig2(). by vanjeff · 12 years ago