summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE) t...lzeng142012-11-291-5/+2
* Fix coding style issueczhang462012-11-282-3/+0
* Move the declaration of gEfiCertDbGuid to the package's Include folder.sfu52012-11-282-4/+2
* Save/Restore missing volatile registers (XMM0-5) save/restore in Page Fault h...vanjeff2012-11-282-6/+42
* Enhance the check for RelocBase->SizeOfBlock before use it.ydong102012-11-281-5/+4
* Enhance the check for some fields in the PE image before use it.ydong102012-11-281-20/+63
* Measure Processor location as system identity to PCR[1] according to Tcg serv...czhang462012-11-282-0/+116
* Measure Processor location as system identity to PCR[1] according to Tcg serv...czhang462012-11-281-0/+1
* QemuVideo: stdvga mmio bar supportjljusten2012-11-273-20/+104
* QemuVideo: Add support for the bochs dispi interfacejljusten2012-11-274-1/+196
* QemuVideo: prepare to support more hardwarejljusten2012-11-275-64/+133
* 1. Add S3BootScriptDone Debug message when meeting S3_BOOT_SCRIPT_LIB_TERMINA...lzeng142012-11-271-10/+39
* Add the memory check to reserve memory for TERMINATE opcode in S3BootScriptGe...lzeng142012-11-271-1/+1
* 1.Measure ACPI table data comes from flash event type EV_POST_CODE ACPI DATA ...czhang462012-11-277-0/+247
* 1.Measure ACPI table data comes from flash event type EV_POST_CODE ACPI DATA ...czhang462012-11-271-0/+19
* Enhance the check for resource section data.ydong102012-11-261-2/+36
* Enhance the check for debug data before get the PdbPointer.ydong102012-11-261-0/+18
* Fix IA32 build failure to add UINTN type cast.li-elvin2012-11-261-1/+1
* Update FrameBufferSize aligned with UEFI spec.li-elvin2012-11-231-7/+7
* Fix issue that RsaPkcs1Verify() may not work in PEI phase.tye12012-11-226-10/+25
* 1. Correct the counter-based hash algorithm according to UEFI spec.sfu52012-11-213-5/+29
* Fix GCC44 build failure.li-elvin2012-11-212-2/+2
* Correct MACOR EFI_ERROR_RECORD_SIGNATURE_START definition in MdePkg.lgao42012-11-201-2/+2
* Remove the useless code.ydong102012-11-201-6/+1
* If IDE controller is not in IDE mode, we should not clear IO bar.li-elvin2012-11-202-15/+36
* Just reserve memory space for page table, but not create it, and allocate the...lzeng142012-11-194-189/+25
* Use IA32_IDT_GATE_DESCRIPTOR defined in BaseLib instead of local struct INTER...lzeng142012-11-162-56/+26
* Check mHiiPackageListUpdated before set it to FALSE.ydong102012-11-151-21/+9
* Enhance CreatePopup to call ReadKeyStroke() before calling WaitForEvent(). Th...niruiyu2012-11-151-3/+16
* Enhance CreatePopup to call ReadKeyStroke() before calling WaitForEvent(). Th...niruiyu2012-11-151-2/+15
* Remove 0xc8000 check when searching PNP header. Remove the check about the si...li-elvin2012-11-151-49/+47
* ShellPkg: Fix line responsible for deleting “cwd” variable when exit shell.jcarsey2012-11-141-1/+1
* Enhance SetupBrowser to call ReadKeyStroke() before calling WaitForEvent(). T...niruiyu2012-11-142-17/+32
* MdeModulePkg/AtaAtapiPassThru: fix buffer overflow issue introduced by previo...erictian2012-11-141-1/+10
* Fix issue that node is still reachable after executing ifconfig –c.tye12012-11-144-6/+27
* ShellPkg: Clean up header file usage.jcarsey2012-11-139-87/+7
* ShellPkg: Correct 3 places where memory was not being properly released by th...jcarsey2012-11-133-5/+8
* Allocate ReservedMemory instead of ACPIMemoryNVS for its shadow memory space ...lzeng142012-11-123-9/+9
* BiosVideo allocate wrong size of buffer for EDID override data. Fix this issu...li-elvin2012-11-121-1/+1
* Free the buffer allocated by GetSectionFromAnyFv() when exit, and add Error S...lzeng142012-11-122-47/+31
* MdeModulePkg/AtaAtapiPassThru: valid ports transverse algo of AHCI controller...erictian2012-11-092-1/+14
* Refine code to make it more safely.ydong102012-11-082-5/+48
* Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng142012-11-088-31/+190
* Moved the PeiS3ResumeState access when PeiS3ResumeState is not 0, this will f...li-elvin2012-11-071-6/+5
* Fix ECC issueczhang462012-11-051-1/+1
* OvmfPkg: Add support for qemu's -kernel parameterjljusten2012-11-024-1/+178
* OvmfPkg: Add LoadLinuxLib library implementationjljusten2012-11-0211-0/+1039
* OvmfPkg: Add LoadLinuxLib library interfacejljusten2012-11-022-0/+195
* OvmfPkg: Add Linux bzimage include filejljusten2012-11-021-0/+164
* Add missing PCI class code definition.niruiyu2012-11-025-10/+172