summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-22Take the highest horizontal resolution as highest video resolution.li-elvin1-2/+6
2013-01-22Take the highest horizontal resolution as highest video resolution.li-elvin1-3/+3
2013-01-22Parse full EDID data to get all video resolutions supported by monitors.li-elvin2-40/+85
2013-01-22Refine the menu display logic, support menus with more than one page of options.ydong101-80/+185
2013-01-18AppPkg/Applications/Python: Add support for the pyexpat module.darylm5036-60/+6480
2013-01-181. Update the logic of UpdateVariable() for updating variable from:lzeng144-37/+233
2013-01-17ShellPkg: Fix pointer initialization error of “ShellOpt” Shell environmen...jcarsey1-2/+2
2013-01-17ShellPkg: Minor change to EDIT and HEXEDIT commands to make the title bars co...jcarsey2-2/+2
2013-01-17Fix ICC11(VS2005) build failure.lzeng143-10/+12
2013-01-16StdLib & AppPkg: Update the list of known ISSUES.darylm5032-6/+31
2013-01-16StdLib: Correct two instances of mismatch between function declaration and de...darylm5032-9/+11
2013-01-16AppPkg/Applications/Main/Main.c: Remove EFIAPI from the definition of the mai...darylm5031-1/+0
2013-01-16List of known issues with the items contained within AppPkg.darylm5031-0/+17
2013-01-16List of known issues with StdLib.darylm5031-0/+40
2013-01-16Fix build failure.lzeng142-2/+2
2013-01-16OvmfPkg: Fix Xcode assembly issuejljusten1-2/+2
2013-01-16OvmfPkg/build.sh: Fix compilation error on OS Xjljusten1-7/+12
2013-01-16OvmfPkg: LoadLinuxLib: Use kernel's EFI entry point where availablejljusten6-9/+108
2013-01-16OvmfPkg: LoadLinuxLib: Zero kernel parameters instead of passing garbagejljusten3-2/+55
2013-01-16OvmfPkg: LoadLinuxLib: Fix check for relocatable kerneljljusten1-3/+4
2013-01-15Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe...lzeng142-4/+4
2013-01-15Follow UEFI spec, clean the CRC32 field before calculate CRC for system table.ydong101-1/+2
2013-01-15The unit of Duration for S3BootScriptSaveMemPoll() is us, but not ns, so upda...lzeng143-12/+46
2013-01-15Update IPv6 configuration UI: 1) keep addresses blank when enter ‘Advanced ...tye12-259/+228
2013-01-14Remove the meaningless compare code.ydong101-1/+1
2013-01-14OvmfPkg: LoadLinuxLib: Fix kernel entry for 64-bit OVMFjljusten2-6/+82
2013-01-10Use EFI_IFR_TYPE_VALUE type variable instead of UINT64 to avoid buffer overflow.ydong101-3/+4
2013-01-09Fix the bug that the device claiming too much resource cannot be rejected by ...niruiyu2-3/+15
2013-01-091. Set the secure boot state to Standard Mode when user leaving secure boot s...sfu55-50/+167
2013-01-09Fix a bug that the invalid public key will never be removed from public key d...sfu53-97/+391
2013-01-08Allocate temp buffer instead of change the input string to avoid crush.ydong101-13/+12
2013-01-08Fix several RFC compliance issues in DHCP6 driver as below.sfu55-101/+258
2013-01-08Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se...lzeng142-31/+155
2013-01-07Current Thunk16.asm implementation clears reserved bits, which does not follo...li-elvin4-8/+8
2013-01-06Base on the type field to get the width of value field for option opcode.ydong103-7/+10
2013-01-06Base on the type field to generate oneof opcode.ydong101-1/+5
2013-01-06Base on the type field to generate numeric opcode.ydong101-3/+11
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