summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...niruiyu2-12/+12
2011-10-25Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...niruiyu3-21/+23
2011-10-25Consume the UNDI_CONFIG_TABLE defined in MdePkg and remove the local definiti...vanjeff2-27/+15
2011-10-25Add the definition of UNDI_CONFIG_TABLE defined in UEFI Specification, 2.3.1vanjeff1-1/+24
2011-10-24Enable the SE_TIME_ZONE_NAME privilege for NT32 to fix SetTime function test ...niruiyu3-5/+22
2011-10-24Update Base type SecPeiDxeTimerLibCpu to support all module type.lgao41-3/+6
2011-10-24Fix BDS bug to signal ReadyToBoot event before loading the boot option.niruiyu1-5/+6
2011-10-22Fix a typo when check the return valueydong101-1/+1
2011-10-21CSM should firstly set timer to enable state at first, then RestoreTpl is cal...li-elvin1-4/+4
2011-10-19Support Variable driver (VariableAuthenticatedPei/VariableAuthenticatedRuntim...niruiyu7-273/+478
2011-10-19Support Variable driver (EmuRuntimeDxe) to support the default variable data ...niruiyu4-9/+59
2011-10-19Avoid using code name in comments.niruiyu29-80/+72
2011-10-19Avoid using code name in comments.niruiyu1-4/+4
2011-10-19Avoid using code name in comments.niruiyu1-4/+4
2011-10-19If the data buffer described by InDataBuffer/OutDataBuffer and InTransferLeng...erictian1-2/+2
2011-10-19Change the Keyboard thunk driver to remove DevicePath reference.niruiyu2-31/+16
2011-10-19Use a local variable and assign 0 to it, then use it as legacy interrupt tabl...li-elvin1-3/+10
2011-10-18Fix GCC build failure.niruiyu1-1/+1
2011-10-18MdeModulePkg PciBusDxe: Allows PCI device drivers to set the EFI_PCI_IO_ATTRI...rsun32-4/+8
2011-10-18Use a local variable and assign 0 to it, then use it as legacy interrupt tabl...li-elvin1-3/+10
2011-10-18Fix a code typo.ydong101-1/+1
2011-10-17ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey4-9/+16
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey15-167/+252
2011-10-14Fix the clang compilation failure to handle all the values in a case statemen...niruiyu1-0/+4
2011-10-14Change Variable driver (Pei/RuntimeDxe) to support the default variable data ...niruiyu6-270/+463
2011-10-14Add pointer check for NULL before dereference it.sfu52-6/+7
2011-10-13ShellPkg: Set CRC value whenever changing a system table.jcarsey1-0/+29
2011-10-13SShellPkg: updating order of cast and addressing of a pointer (2 identical pl...jcarsey1-2/+2
2011-10-13Check in the new EBC Fat binary to have correct file alignment and section al...niruiyu1-0/+0
2011-10-13Check the pointer before use it to avoid potential access violation.ydong101-9/+4
2011-10-13Refine code and check null pointer error.ydong101-7/+5
2011-10-12Fix build failure with MS ASL compiler.gdong11-4/+4
2011-10-12 Update UID drivers to align with latest UEFI spec 2.3.1.gdong114-249/+425
2011-10-12 Update UID drivers to align with latest UEFI spec 2.3.1.gdong13-1/+319
2011-10-12Grub4Dos copies the BPB of the first partition to the MBR. If the DriverBindi...niruiyu1-1/+9
2011-10-11Fix Smbios table checksum error, by zero IntermediateChecksum and EntryPointS...jyao11-0/+3
2011-10-11AsciiSPrint returns The number of ASCII characters in the produced output buf...li-elvin3-12/+12
2011-10-11Sync BaseTools Branch (version r2362) to EDKII main trunk. lgao449-220/+566
2011-10-10ShellPkg: Add checks for NULL pointers. jcarsey1-2/+2
2011-10-10ShellPkg: Add checks for NULL pointers. jcarsey9-21/+56
2011-10-10ShellPkg: Verify memory allocations without ASSERT.jcarsey4-115/+160
2011-10-10InstallOpROM in CSM driver could be enhanced to start video when RomImage is ...li-elvin1-0/+17
2011-10-10Enhance op-code EFI_IFR_TO_BOOLEAN to case insensitive.ydong101-4/+9
2011-10-10Use PCD for PMM size and EndOpromShadowAddress to remove hard code value in C...li-elvin5-39/+27
2011-10-09When the CONFIG_ACCESS_PROTOCOL.CallBack function return error, the question ...ydong101-3/+13
2011-10-09Update code to make get string case insensitive about languageydong101-2/+50
2011-10-08Add a GUIDed HOB to init Debug Print error level earlier in DXE. Add NULL PEI...andrewfish6-11/+154
2011-10-08Fix Xcode link failure. Relocations are not supported in .text sections.andrewfish1-1/+1
2011-10-08Add pointer check for NULL before dereference it.sfu59-37/+211
2011-10-08MdeModulePkg: TerminalDxe driver code clean upniruiyu3-1978/+1980