summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-1391-694/+3991
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL support for UNDI driver.sfu52012-12-134-5/+376
* Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C...lzeng142012-12-122-10/+10
* Update PCD description.li-elvin2012-12-121-0/+1
* Remove hard code value and create new PCDs for OpROM reserved range in CSM mo...li-elvin2012-12-123-2/+29
* Add a NULL string to the Image Execution Information Table if the Name is NUL...sfu52012-12-121-2/+5
* StdLib: Add terminal type line editing (Interactive IO) for console devices.darylm5032012-12-1123-220/+3406
* StdLib: Add internal use only header for interactive I/O.darylm5032012-12-111-0/+81
* 1. Update IoRead to support UINT64 also.lzeng142012-12-101-155/+261
* 1. Duplicate the original boot script data copy, because it may have INSERT b...lzeng142012-12-071-50/+115
* Remove the ASSERT (FALSE) code, just return unsupported.ydong102012-12-061-7/+0
* Multi-SMM drivers couldn't save their boot script successfully all at runtime...lzeng142012-12-063-9/+38
* Update the HiiConfigToBlock to follow spec.ydong102012-12-052-16/+10
* ShellPkg: Remove ā€œ2.0ā€ prefix text from shell prompt.jcarsey2012-12-031-0/+0
* Fix build error.jyao12012-12-031-2/+2
* ACPI4.0/5.0 have clear description:jyao12012-11-303-49/+193
* Fix the issue that S3BootScriptLabel() does not work to insert label when the...lzeng142012-11-294-192/+24
* Fix Gcc build errorczhang462012-11-291-1/+1
* 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