summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* The handler dispatcher in PEI statuscode router driver should check if handle...li-elvin2011-11-151-0/+2
* Do not call LocateProtocol when the current TPL is above or equal TPL_NOTIFY.niruiyu2011-11-151-6/+18
* Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER.jyao12011-11-143-7/+17
* Fix a typo in the commentsniruiyu2011-11-141-1/+1
* Remove some useless functions for EhciPei driver.lzeng142011-11-092-501/+1
* Add the missing (UINTN) type cast when calculating the end of variable store.niruiyu2011-11-081-1/+1
* Roll back an incorrect change that causes EmuGetVariable always return EFI_NO...niruiyu2011-11-081-1/+1
* MdeModulePkg: Define Boot Logo protocol to convey information of Logo dispaye...xdu22011-11-042-0/+69
* MdeModulePkg: ATA performance tuning.erictian2011-11-036-334/+341
* MdeModulePkg: Define correct ABI for issuing UNDI command and UNDI callback f...xdu22011-11-033-64/+85
* MdeModulePkg: Remove variables that are set, but not usedjljusten2011-10-3115-81/+27
* When browser was requested to go to another formset, it also needs to update ...ydong102011-10-316-39/+182
* Fix compiler warnings.rsun32011-10-311-2/+2
* MdeModulePkg PciBusDxe: The PCI Bus Driver is updated to support multiple PC...rsun32011-10-284-23/+168
* Add the missing HEADER_ALIGN macro.niruiyu2011-10-281-10/+10
* Remove hard code video resolution in C code and use PCD PcdVideoHorizontalRes...li-elvin2011-10-285-78/+141
* 1. Update error handling code if failing attach socket with new PCB.tye12011-10-282-3/+4
* Add core FFS3 support, DxeCore.lzeng142011-10-277-56/+150
* Add core FFS3 support, PeiCore and DxeIpl.lzeng142011-10-276-89/+287
* Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiF...lzeng142011-10-271-38/+81
* Check the serial buffer empty status before performing the serial IO reading ...niruiyu2011-10-271-15/+22
* Store PeiServices** when updating IDT table in DxeIplPeim before transfer to ...vanjeff2011-10-273-5/+25
* Initialize the parameter mUnicodeCollation before use it to avoid system hang.ydong102011-10-271-0/+5
* Adopt new IPv4/IPv6 device path for network modules.niruiyu2011-10-269-13/+231
* MdeModulePkg: Enhance error handling in NetLibGetMacAddress() of DxeNetLib.xdu22011-10-261-0/+2
* Fix error: Multiline option info only shows the first line error, should show...ydong102011-10-251-40/+68
* Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...niruiyu2011-10-252-12/+12
* Support Variable driver (EmuRuntimeDxe) to support the default variable data ...niruiyu2011-10-194-9/+59
* If the data buffer described by InDataBuffer/OutDataBuffer and InTransferLeng...erictian2011-10-191-2/+2
* Fix GCC build failure.niruiyu2011-10-181-1/+1
* MdeModulePkg PciBusDxe: Allows PCI device drivers to set the EFI_PCI_IO_ATTRI...rsun32011-10-182-4/+8
* Fix the clang compilation failure to handle all the values in a case statemen...niruiyu2011-10-141-0/+4
* Change Variable driver (Pei/RuntimeDxe) to support the default variable data ...niruiyu2011-10-146-270/+463
* Refine code and check null pointer error.ydong102011-10-131-7/+5
* Grub4Dos copies the BPB of the first partition to the MBR. If the DriverBindi...niruiyu2011-10-121-1/+9
* Fix Smbios table checksum error, by zero IntermediateChecksum and EntryPointS...jyao12011-10-111-0/+3
* AsciiSPrint returns The number of ASCII characters in the produced output buf...li-elvin2011-10-113-12/+12
* Enhance op-code EFI_IFR_TO_BOOLEAN to case insensitive.ydong102011-10-101-4/+9
* When the CONFIG_ACCESS_PROTOCOL.CallBack function return error, the question ...ydong102011-10-091-3/+13
* Update code to make get string case insensitive about languageydong102011-10-091-2/+50
* Add a GUIDed HOB to init Debug Print error level earlier in DXE. Add NULL PEI...andrewfish2011-10-086-11/+154
* Add pointer check for NULL before dereference it.sfu52011-10-081-3/+1
* MdeModulePkg: TerminalDxe driver code clean upniruiyu2011-10-083-1978/+1980
* MdeModulePkg: Fix TerminalDxe FIFO Data Lossniruiyu2011-10-083-1976/+1978
* 1. Add Partial Keystroke Support in UsbKb drivers. See the Uefi2.3.1a chapter...qianouyang2011-09-303-84/+130
* remove unnecessary retry logic from usb mass storage driver.erictian2011-09-293-44/+48
* Add pointer check for NULL before dereference it.ydong102011-09-297-5/+28
* MdeModulePkg PCI Bus Driver: Add more checks before dispatching an EFI PCI Op...rsun32011-09-281-11/+30
* Fix ICC9 build break. lgao42011-09-271-2/+4
* Remove ASSERT (EFI_IMAGE_MACHINE_TYPE_SUPPORTED (Image->Machine)) in StartImage.lgao42011-09-261-1/+47