summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-20Update the relevant drivers to use the correct GUID for EFI_IPSEC2_PROTOCOL.qianouyang10-18/+18
2011-04-20Add the correct GUID for EFI_IPSEC2_PROTOCOL.qianouyang1-1/+4
2011-04-20Fix an issue that upper layer driver can not use NIC card in its driver bindi...tye11-30/+22
2011-04-20The hotkey callback in BDS module should defer loading the boot option until ...niruiyu3-63/+79
2011-04-20Store and get TSC Frequency with system configuration Table.lzeng142-15/+18
2011-04-20Add missing Type 35 support and correct SmbiosFldMiscType13 implementation.lzeng143-5/+130
2011-04-20Update and add some definitions to reflect the latest industry standard or fo...lzeng142-23/+110
2011-04-20Update DebugLib to provide support for "err" command in the EFI Shell to adju...hhtian1-1/+2
2011-04-19check that memory allocation was successful.jcarsey1-0/+6
2011-04-19fix user input validation for time command.jcarsey1-2/+4
2011-04-19adding shell binary package.jcarsey5-0/+97
2011-04-19Patch from open source community for CryptoPkg to allow it to build for ARM u...qlong4-5/+137
2011-04-19Fix the PS2 keyboard driver to call hotkey callback even no one is calling Re...niruiyu4-518/+398
2011-04-19Fix the USB keyboard driver to call hotkey callback even no one is calling Re...niruiyu4-397/+300
2011-04-19Fix the terminal driver to call hotkey callback even no one is calling ReadKe...niruiyu3-104/+93
2011-04-19Fix NT32 Keyboard driver to call hotkey callback even no one is calling ReadK...niruiyu3-105/+211
2011-04-19Update the description of Loaded Image Protocol Unload function to follow the...lgao41-5/+6
2011-04-19Update IFR version opcode value to follow the UEFI2.3.1 Spec.lgao41-5/+2
2011-04-19Update ALTCFG reference from default name token to default ID.ydong103-132/+10
2011-04-17OvmfPkg/*.fdf: Adjust FV/FD sizes for UNIXGCC DEBUG buildsjljusten3-15/+15
2011-04-17OptionRomPkg: Fix build error with BaseTools trunkjljusten2-2/+3
2011-04-17OptionRomPkg: Fix Visual Studio compiler warningsjljusten3-23/+28
2011-04-15fix for word wrapping.jcarsey7-26/+48
2011-04-14Update the comments for SizeofPartitionEntry field to follow the UEFI Spec.niruiyu1-1/+2
2011-04-13change file global variable to function local.jcarsey1-17/+11
2011-04-13rm - refine user input validation to prevent removal of CWD.jcarsey2-10/+34
2011-04-13move a function to the correct library.jcarsey2-48/+49
2011-04-13fix misspelling.jcarsey1-0/+0
2011-04-13Do not assert in HiiBlockToConfig function when an invalid format of ConfigRe...ydong101-5/+6
2011-04-12update Bcfg to correctly remove by option index not variable name and add dri...jcarsey9-121/+358
2011-04-12OvmfPkg: Add QemuVideoDxe driverjljusten14-20/+2054
2011-04-12OptionRomPkg BltLibSample: Add sample application for BltLibjljusten3-0/+305
2011-04-12OptionRomPkg: Add GOP based BltLibjljusten3-0/+495
2011-04-12OptionRomPkg: Add FrameBufferBltLib implementation of BltLibjljusten3-0/+789
2011-04-12OptionRomPkg: Add BltLib definitionjljusten2-0/+268
2011-04-12ShellPkg: Fix GCC 4.4 build issuesjljusten9-32/+15
2011-04-12Old driver sample code does not return an EFI_UNSUPPORTED status code if a ca...ydong101-312/+346
2011-04-11EditTitleBar - Remove ASSERT. Complete display output for Disk and Memory ou...jcarsey2-9/+12
2011-04-11Set EXECUTE flags in so RELEASE builds can tun correctly.mdkinney1-3/+3
2011-04-09New EDK Shell binary(r51)niruiyu7-2/+2
2011-04-08Add more checks to skip allocated SMRAM regions when searching for a largest ...rsun32-2/+16
2011-04-07Fix Xcode, clang, and ARM build and link issues.andrewfish14-194/+149
2011-04-07add user input verification.jcarsey1-3/+16
2011-04-07ShellParametersProtocol - remove parsing from within quoted parameters.jcarsey3-24/+27
2011-04-07Fix ICC build error.tye11-1/+1
2011-04-07Add assertion check for TmpString against NULL.niruiyu1-13/+4
2011-04-07Add (UINT16) static cast before passing UINT32 parameter to CreateDeviceNodeniruiyu1-1/+1
2011-04-06Update ISID to fixed value: first 3 bytes are derived from MAC address while ...tye17-22/+162
2011-04-05add some parens.jcarsey1-1/+1
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey47-3349/+3668