summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-041. Don't assume that flush the HOB variable to flash must be successful.lzeng145-71/+262
2013-01-04MdeModulePkg/AtaBus&ScsiBus: Dynamically calculate how long shall we wait for...erictian2-3/+90
2013-01-04MdeModulePkg/AtaAtapiPassThru: Not set AhciCmdC bit of CommandList when doing...erictian1-1/+0
2012-12-281. Enable the whole X509v3 extension checking.sfu53-43/+14
2012-12-26Checks the TE image before use it.ydong102-192/+197
2012-12-25Set graphic mode if graphic mode is not same with the one which GraphicsConso...li-elvin1-0/+13
2012-12-25MdeMdeModulePkg/Ehci: Add logic to dispatch OHCI driver first if the companio...erictian1-17/+18
2012-12-25MdeMdeModulePkg/Xhci: Fix a wrong conditional judgment which bring assertion ...erictian1-76/+74
2012-12-25Add ASSERT() for BitField operations to make sure the input value is valid. lgao41-1/+41
2012-12-25Add ASSERT() for BitField operations to make sure the input value is valid. lgao429-32/+695
2012-12-24Detect some unsupported cases when save boot script, then return error early.lzeng142-141/+186
2012-12-241. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu54-6/+7
2012-12-22Update to build with 10.8 OS X Frameworks. This is a Mac only change.andrewfish1-6/+14
2012-12-22Sync with EmulatorPkg changes.andrewfish4-0/+111
2012-12-22Fix structure init issues.andrewfish2-3/+7
2012-12-21StdLib: Fix issue with Canonical output expansion of NL to CR NL and similar ...darylm5032-3/+4
2012-12-21Initialize a local work space header to be used by IsValidWorkSpace() and Ini...lzeng143-82/+71
2012-12-20Check status before reporting error status code.li-elvin1-9/+14
2012-12-19ShellPkg: Updates to DumpHex() and ‘dmem’ command for correct output formatjcarsey2-3/+3
2012-12-18Add PI1.2.1 EndOfDxe support.jyao18-2/+121
2012-12-17Refine code to follow coding style.ydong101-1/+1
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu517-21/+37
2012-12-17Base on the value type to get the value for default opcode.ydong103-4/+4
2012-12-17Reclaim work space when the remaining space size is even not enough to contai...lzeng141-1/+10
2012-12-17Add boot mode BOOT_WITH_MFG_MODE_SETTINGS.lgao41-2/+3
2012-12-17OvmfPkg: create \_S3 and \_S4 packages dynamicallyjljusten2-6/+111
2012-12-17OvmfPkg: report S3 state in DSDTjljusten1-0/+1
2012-12-17OvmfPkg: fix PIIX4 SUS_TYP value in \_S4 packagejljusten1-1/+1
2012-12-17OvmfPkg: add comments to existing \_Sx packages in DSDTjljusten1-3/+3
2012-12-17OvmfPkg/README: Update required QEMU & OS boot statusjljusten1-2/+3
2012-12-14Initialize Data.lzeng141-1/+6
2012-12-13ShellPkg: Updates to 'help' commandjcarsey7-6/+87
2012-12-13ShellPkg: Updates to 'smbiosview' commandjcarsey3-1/+7
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu591-694/+3991
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL support for UNDI driver.sfu54-5/+376
2012-12-12Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C...lzeng142-10/+10
2012-12-12Update PCD description.li-elvin1-0/+1
2012-12-12Remove hard code value and create new PCDs for OpROM reserved range in CSM mo...li-elvin3-2/+29
2012-12-12Add a NULL string to the Image Execution Information Table if the Name is NUL...sfu51-2/+5
2012-12-11StdLib: Add terminal type line editing (Interactive IO) for console devices.darylm50323-220/+3406
2012-12-11StdLib: Add internal use only header for interactive I/O.darylm5031-0/+81
2012-12-101. Update IoRead to support UINT64 also.lzeng141-155/+261
2012-12-071. Duplicate the original boot script data copy, because it may have INSERT b...lzeng141-50/+115
2012-12-06Remove the ASSERT (FALSE) code, just return unsupported.ydong101-7/+0
2012-12-06Multi-SMM drivers couldn't save their boot script successfully all at runtime...lzeng143-9/+38
2012-12-05Update the HiiConfigToBlock to follow spec.ydong102-16/+10
2012-12-03ShellPkg: Remove “2.0” prefix text from shell prompt.jcarsey1-0/+0
2012-12-03Fix build error.jyao11-2/+2
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