summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update comments for functions UhciAllocateDev, EhcCreateUsb2Hc and XhcCreateU...li-elvin2012-11-023-0/+3
* Fixed one bug: gSmmCorePrivate->InSmm is not set to FALSE correctly before ex...vanjeff2012-11-011-2/+4
* MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian2012-11-0118-18/+19
* Add Physical Presence request UI detection logic. Refine UIConfirm ReadKey logicczhang462012-11-012-56/+208
* Fix build fail.ydong102012-11-011-8/+8
* Add more check to make code more safely.ydong102012-11-016-1/+11
* MdeModulePkg/AtaBusDxe: remove a redundant error checkerictian2012-10-311-3/+1
* Raise TPL to high to disable CPU interrupt before 8259 legacy base vector is ...li-elvin2012-10-311-1/+5
* Install CustomGuidedSectionExtractionPpi for Tiano or Lzma DeCompression on S...lgao42012-10-311-19/+18
* Remove the unsupported SEC PEIM PEI_CORE module type from DxeS3BootScriptLib.lzeng142012-10-311-9/+3
* Fix build failure of PcAtChipsetPkg.li-elvin2012-10-311-0/+1
* Fix build failure.li-elvin2012-10-311-3/+3
* Fix memory out of band access in AsmFxSave() and AsmFxRestore(). lgao42012-10-302-4/+4
* Fix memory out of band access in AsmFxSave() and AsmFxRestore(). lgao42012-10-302-4/+4
* Fix comment typo to use UEFI spec defined WIN_CERT_TYPE_EFI_GUID.lgao42012-10-301-2/+2
* Add missing status code in several modules.li-elvin2012-10-301-0/+39
* Add missing status code in several modules.li-elvin2012-10-303-0/+9
* Add missing status code in several modules.li-elvin2012-10-3032-109/+478
* Add missing status code in several modules.li-elvin2012-10-307-35/+99