summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-27ARM Packages: Minor typo, mispellings and coding style changesoliviermartin11-52/+30
2012-09-27Enable EFI_IFR_DEFAULT2 opcode in browser.ydong102-2/+10
2012-09-27Add debug port and debug port 2 table.jyao12-0/+123
2012-09-27Save and disable CPU interrupt before programming MTRR settings, and restore ...vanjeff1-39/+50
2012-09-27Reset system only when the pre-allocated memory is more than 1.5 of needed me...niruiyu1-8/+7
2012-09-26ArmPlatformPkg/EblCmdLib: Fixed 'performance' commandoliviermartin1-3/+9
2012-09-26ArmPlatformPkg/VExpressMotherBoard.h: Added more motherboard definitionsoliviermartin1-0/+10
2012-09-26ArmPlatformPkg/PL011Uart: The PL011 UART fractional part does not need to be ...oliviermartin1-3/+0
2012-09-26ArmPkg/include: Added macro ARM_VECTOR_TABLE_ALIGNMENToliviermartin1-0/+2
2012-09-26ArmPlatformPkg: Added 'Makefile' to build EDK2 from Makefile based IDEoliviermartin1-0/+66
2012-09-26Remove local function IsValidDevicePath and use new interface provided by Uef...niruiyu1-51/+1
2012-09-25StdLib/Include: Minor changes in preparation for Interactive I/O (TTY) functi...darylm5034-220/+254
2012-09-251. Update PiSmmCore to always invoke SmiManage (NULL, NULL, NULL, NULL) when ...vanjeff1-39/+38
2012-09-24StdLib/LibC/StdLib/Malloc.c: Make the free() function conform to the ISO/IEC...darylm5031-1/+3
2012-09-24Clean the build warning.ydong101-2/+2
2012-09-24Add new API IsDevicePathValid() to UefiDevicePathLib.niruiyu6-46/+233
2012-09-24Handle the case when OpROM wants to completely remove itself.niruiyu1-1/+10
2012-09-20StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code,...darylm5035-41/+48
2012-09-19Add TperReset Logic By using MOR bit - Remove the unnecessary parameter. qianouyang1-13/+9
2012-09-14Add a dialog box with help message when user changes the state of "Attempt Se...sfu51-0/+7
2012-09-14Fix the issue that FTW driver fail to reclaim WorkSpace.lzeng144-20/+31
2012-09-141. Fix a bug when comparing two timestamp in auth-variable driver.sfu53-52/+1
2012-09-13Fix coding style issue czhang461-2/+2
2012-09-13Add ImageAuthenticationStatusLib to SAP to check Authentication Status return...czhang463-0/+116
2012-09-12Add Tper Reset Logic by using MOR bit.qianouyang3-25/+72
2012-09-12Add Tper Reset Logic by using MOR bit.qianouyang3-1/+244
2012-09-12SecurityPkg/VariableSmm: Fix a VariableSmm bug when reading variable with siz...erictian1-1/+1
2012-09-12MdeModulePkg/VariableSmm: Fix a VariableSmm bug when reading variable with si...erictian1-1/+1
2012-09-12OvmfPkg: fix gPcAtChipsetPkgTokenSpaceGuid build breakjljusten3-9/+9
2012-09-12OvmfPkg: key PMBA setup in Platform PEI off of PMREGMISC/PMIOSE, not Xenjljusten1-7/+9
2012-09-12OvmfPkg: enable PIIX4 IO space in the PEI phasejljusten2-2/+22
2012-09-12OvmfPkg: use PCI_COMMAND_OFFSET/EFI_PCI_COMMAND_IO_SPACE in AcpiTimerLibjljusten1-1/+5
2012-09-12OvmfPkg: fix the mask for accessing the PIIX4 PMBA [15:6] bitfieldjljusten2-2/+2
2012-09-12OvmfPkg: extract the PBMA used in AcpiTimerLib into a PCDjljusten3-1/+12
2012-09-12OvmfPkg: assorted whitespace removaljljusten3-7/+5
2012-09-12Fix compile errorczhang461-1/+1
2012-09-11Enhance the error code info.ydong102-4/+55
2012-09-11Enhance the comments.ydong101-0/+2
2012-09-11Enable TPM measurement lib to measure all PE image from a FV unmeasured by Tc...czhang466-29/+224
2012-09-10Modify UDP and IP to transmit on all network adapters instead of just the fir...lpleahy4-49/+70
2012-09-10Refine code to make it more safely.ydong101-1/+1
2012-09-10Enhance the check for options in the question.ydong104-102/+174
2012-09-10When question not have storage with it, not restore old value for it.ydong101-10/+5
2012-09-10Add type cast to avoid sign extension on x64 tip.vanjeff1-1/+1
2012-09-10When SerialPortWrite() is called with a non-NULL Buffer and NumberOfBytes is ...niruiyu1-34/+70
2012-09-07Cache the state whether the ROM image contains EFI Option ROM when loading th...niruiyu4-74/+16
2012-09-07Fix always allocate memory issue.ydong101-4/+6
2012-09-07Fix display color error when scroll up/down the screen.ydong101-1/+1
2012-09-07Fix the memory leak issue and enhance the check for CoreReadImageFile return.lzeng141-5/+7
2012-09-06Check the return code from CoreLocateDevicePath() in MdeModulePkg/Core/Dxe/Im...lzeng141-1/+4