summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code,...darylm5032012-09-205-41/+48
* Add TperReset Logic By using MOR bit - Remove the unnecessary parameter. qianouyang2012-09-191-13/+9
* Add a dialog box with help message when user changes the state of "Attempt Se...sfu52012-09-141-0/+7
* Fix the issue that FTW driver fail to reclaim WorkSpace.lzeng142012-09-144-20/+31
* 1. Fix a bug when comparing two timestamp in auth-variable driver.sfu52012-09-143-52/+1
* Fix coding style issue czhang462012-09-131-2/+2
* Add ImageAuthenticationStatusLib to SAP to check Authentication Status return...czhang462012-09-133-0/+116
* Add Tper Reset Logic by using MOR bit.qianouyang2012-09-123-25/+72
* Add Tper Reset Logic by using MOR bit.qianouyang2012-09-123-1/+244
* SecurityPkg/VariableSmm: Fix a VariableSmm bug when reading variable with siz...erictian2012-09-121-1/+1
* MdeModulePkg/VariableSmm: Fix a VariableSmm bug when reading variable with si...erictian2012-09-121-1/+1
* OvmfPkg: fix gPcAtChipsetPkgTokenSpaceGuid build breakjljusten2012-09-123-9/+9
* OvmfPkg: key PMBA setup in Platform PEI off of PMREGMISC/PMIOSE, not Xenjljusten2012-09-121-7/+9
* OvmfPkg: enable PIIX4 IO space in the PEI phasejljusten2012-09-122-2/+22
* OvmfPkg: use PCI_COMMAND_OFFSET/EFI_PCI_COMMAND_IO_SPACE in AcpiTimerLibjljusten2012-09-121-1/+5
* OvmfPkg: fix the mask for accessing the PIIX4 PMBA [15:6] bitfieldjljusten2012-09-122-2/+2
* OvmfPkg: extract the PBMA used in AcpiTimerLib into a PCDjljusten2012-09-123-1/+12
* OvmfPkg: assorted whitespace removaljljusten2012-09-123-7/+5
* Fix compile errorczhang462012-09-121-1/+1
* Enhance the error code info.ydong102012-09-112-4/+55
* Enhance the comments.ydong102012-09-111-0/+2
* Enable TPM measurement lib to measure all PE image from a FV unmeasured by Tc...czhang462012-09-116-29/+224
* Modify UDP and IP to transmit on all network adapters instead of just the fir...lpleahy2012-09-104-49/+70
* Refine code to make it more safely.ydong102012-09-101-1/+1
* Enhance the check for options in the question.ydong102012-09-104-102/+174
* When question not have storage with it, not restore old value for it.ydong102012-09-101-10/+5
* Add type cast to avoid sign extension on x64 tip.vanjeff2012-09-101-1/+1
* When SerialPortWrite() is called with a non-NULL Buffer and NumberOfBytes is ...niruiyu2012-09-101-34/+70
* Cache the state whether the ROM image contains EFI Option ROM when loading th...niruiyu2012-09-074-74/+16
* Fix always allocate memory issue.ydong102012-09-071-4/+6
* Fix display color error when scroll up/down the screen.ydong102012-09-071-1/+1
* Fix the memory leak issue and enhance the check for CoreReadImageFile return.lzeng142012-09-071-5/+7
* Check the return code from CoreLocateDevicePath() in MdeModulePkg/Core/Dxe/Im...lzeng142012-09-061-1/+4
* TcgPei is a generic module, so move PcdFirmwareVersionString to generic Pcd listczhang462012-09-061-1/+1
* Check the value of Hdr.dwLength for signed EFI image before image validation.sfu52012-09-061-1/+5
* Refine coding style.ydong102012-09-051-1/+0
* fix compile error in TcgPeiczhang462012-09-051-1/+1
* Set mode 0 (80x25) when Consplitter does not exist. li-elvin2012-09-041-0/+10
* Fix build fail.ydong102012-09-041-1/+1
* Refine the code to make it more safely.ydong102012-09-031-19/+27
* StdLib: Fix possible compiler warnings when doing enumerate type comparison.rsun32012-09-031-19/+25
* EmbeddedPkg/MmcDxe: The timeout while waiting for the programming to be compl...oliviermartin2012-08-311-1/+0
* ArmPkg: Changed Uncached System Memory from EFI_MEMORY_UC to EFI_MEMORY_WColiviermartin2012-08-312-3/+5
* Restore EditBuffer before call the callback function to avoid get error data.ydong102012-08-301-14/+14
* Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian2012-08-295-12/+12
* Add check for DevicePathNode. lgao42012-08-291-0/+1
* EmulatorPkg/PlatformSmbiosDxe: Fix build issue with UNIXGCCjljusten2012-08-281-1/+1
* OvmfPkg/BlockMmioToBlockIoDxe: Fix allocation size errorjljusten2012-08-281-2/+2
* OVMF X64: Allow enabling SOURCE_DEBUG_ENABLE on GCC44jljusten2012-08-281-2/+2
* Fix comparisons of enumerated types which may cause warnings for some compilers.rsun32012-08-2824-94/+92