summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-30ACPI4.0/5.0 have clear description:jyao13-49/+193
2012-11-29Fix the issue that S3BootScriptLabel() does not work to insert label when the...lzeng144-192/+24
2012-11-29Fix Gcc build errorczhang461-1/+1
2012-11-29Use mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE) t...lzeng141-5/+2
2012-11-28Fix coding style issueczhang462-3/+0
2012-11-28Move the declaration of gEfiCertDbGuid to the package's Include folder.sfu52-4/+2
2012-11-28Save/Restore missing volatile registers (XMM0-5) save/restore in Page Fault h...vanjeff2-6/+42
2012-11-28Enhance the check for RelocBase->SizeOfBlock before use it.ydong101-5/+4
2012-11-28Enhance the check for some fields in the PE image before use it.ydong101-20/+63
2012-11-28Measure Processor location as system identity to PCR[1] according to Tcg serv...czhang462-0/+116
2012-11-28Measure Processor location as system identity to PCR[1] according to Tcg serv...czhang461-0/+1
2012-11-27QemuVideo: stdvga mmio bar supportjljusten3-20/+104
2012-11-27QemuVideo: Add support for the bochs dispi interfacejljusten4-1/+196
2012-11-27QemuVideo: prepare to support more hardwarejljusten5-64/+133
2012-11-271. Add S3BootScriptDone Debug message when meeting S3_BOOT_SCRIPT_LIB_TERMINA...lzeng141-10/+39
2012-11-27Add the memory check to reserve memory for TERMINATE opcode in S3BootScriptGe...lzeng141-1/+1
2012-11-271.Measure ACPI table data comes from flash event type EV_POST_CODE ACPI DATA ...czhang467-0/+247
2012-11-271.Measure ACPI table data comes from flash event type EV_POST_CODE ACPI DATA ...czhang461-0/+19
2012-11-26Enhance the check for resource section data.ydong101-2/+36
2012-11-26Enhance the check for debug data before get the PdbPointer.ydong101-0/+18
2012-11-26Fix IA32 build failure to add UINTN type cast.li-elvin1-1/+1
2012-11-23Update FrameBufferSize aligned with UEFI spec.li-elvin1-7/+7
2012-11-22Fix issue that RsaPkcs1Verify() may not work in PEI phase.tye16-10/+25
2012-11-211. Correct the counter-based hash algorithm according to UEFI spec.sfu53-5/+29
2012-11-21Fix GCC44 build failure.li-elvin2-2/+2
2012-11-20Correct MACOR EFI_ERROR_RECORD_SIGNATURE_START definition in MdePkg.lgao41-2/+2
2012-11-20Remove the useless code.ydong101-6/+1
2012-11-20If IDE controller is not in IDE mode, we should not clear IO bar.li-elvin2-15/+36
2012-11-19Just reserve memory space for page table, but not create it, and allocate the...lzeng144-189/+25
2012-11-16Use IA32_IDT_GATE_DESCRIPTOR defined in BaseLib instead of local struct INTER...lzeng142-56/+26
2012-11-15Check mHiiPackageListUpdated before set it to FALSE.ydong101-21/+9
2012-11-15Enhance CreatePopup to call ReadKeyStroke() before calling WaitForEvent(). Th...niruiyu1-3/+16
2012-11-15Enhance CreatePopup to call ReadKeyStroke() before calling WaitForEvent(). Th...niruiyu1-2/+15
2012-11-15Remove 0xc8000 check when searching PNP header. Remove the check about the si...li-elvin1-49/+47
2012-11-14ShellPkg: Fix line responsible for deleting “cwd” variable when exit shell.jcarsey1-1/+1
2012-11-14Enhance SetupBrowser to call ReadKeyStroke() before calling WaitForEvent(). T...niruiyu2-17/+32
2012-11-14MdeModulePkg/AtaAtapiPassThru: fix buffer overflow issue introduced by previo...erictian1-1/+10
2012-11-14Fix issue that node is still reachable after executing ifconfig –c.tye14-6/+27
2012-11-13ShellPkg: Clean up header file usage.jcarsey9-87/+7
2012-11-13ShellPkg: Correct 3 places where memory was not being properly released by th...jcarsey3-5/+8
2012-11-12Allocate ReservedMemory instead of ACPIMemoryNVS for its shadow memory space ...lzeng143-9/+9
2012-11-12BiosVideo allocate wrong size of buffer for EDID override data. Fix this issu...li-elvin1-1/+1
2012-11-12Free the buffer allocated by GetSectionFromAnyFv() when exit, and add Error S...lzeng142-47/+31
2012-11-09MdeModulePkg/AtaAtapiPassThru: valid ports transverse algo of AHCI controller...erictian2-1/+14
2012-11-08Refine code to make it more safely.ydong102-5/+48
2012-11-08Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng148-31/+190
2012-11-07Moved the PeiS3ResumeState access when PeiS3ResumeState is not 0, this will f...li-elvin1-6/+5
2012-11-05Fix ECC issueczhang461-1/+1
2012-11-02OvmfPkg: Add support for qemu's -kernel parameterjljusten4-1/+178
2012-11-02OvmfPkg: Add LoadLinuxLib library implementationjljusten11-0/+1039