summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2011-10-28Remove hard code video resolution in C code and use PCD PcdVideoHorizontalRes...li-elvin5-78/+141
2011-10-281. Update error handling code if failing attach socket with new PCB.tye12-3/+4
2011-10-27Add core FFS3 support, DxeCore.lzeng147-56/+150
2011-10-27Add core FFS3 support, PeiCore and DxeIpl.lzeng146-89/+287
2011-10-27Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiF...lzeng141-38/+81
2011-10-27Check the serial buffer empty status before performing the serial IO reading ...niruiyu1-15/+22
2011-10-27Store PeiServices** when updating IDT table in DxeIplPeim before transfer to ...vanjeff3-5/+25
2011-10-27Initialize the parameter mUnicodeCollation before use it to avoid system hang.ydong101-0/+5
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu9-13/+231
2011-10-26MdeModulePkg: Enhance error handling in NetLibGetMacAddress() of DxeNetLib.xdu21-0/+2
2011-10-25Fix error: Multiline option info only shows the first line error, should show...ydong101-40/+68
2011-10-25Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...niruiyu2-12/+12
2011-10-19Support Variable driver (EmuRuntimeDxe) to support the default variable data ...niruiyu4-9/+59
2011-10-19If the data buffer described by InDataBuffer/OutDataBuffer and InTransferLeng...erictian1-2/+2
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-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-13Refine code and check null pointer error.ydong101-7/+5
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-10Enhance op-code EFI_IFR_TO_BOOLEAN to case insensitive.ydong101-4/+9
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-08Add pointer check for NULL before dereference it.sfu51-3/+1
2011-10-08MdeModulePkg: TerminalDxe driver code clean upniruiyu3-1978/+1980
2011-10-08MdeModulePkg: Fix TerminalDxe FIFO Data Lossniruiyu3-1976/+1978
2011-09-301. Add Partial Keystroke Support in UsbKb drivers. See the Uefi2.3.1a chapter...qianouyang3-84/+130
2011-09-29remove unnecessary retry logic from usb mass storage driver.erictian3-44/+48
2011-09-29Add pointer check for NULL before dereference it.ydong107-5/+28
2011-09-28MdeModulePkg PCI Bus Driver: Add more checks before dispatching an EFI PCI Op...rsun31-11/+30
2011-09-27Fix ICC9 build break. lgao41-2/+4
2011-09-26Remove ASSERT (EFI_IMAGE_MACHINE_TYPE_SUPPORTED (Image->Machine)) in StartImage.lgao41-1/+47
2011-09-23error handling enhancement for possible null pointer dereferencevanjeff2-10/+18
2011-09-23Roll back r12434.vanjeff2-18/+10
2011-09-23error handling enhancement for possible null pointer dereferenceerictian2-10/+18
2011-09-22Return empty string when END device path is passed in to align the original b...niruiyu1-1/+6
2011-09-21Add PCD for 1G page tablejyao11-4/+3
2011-09-21Add PCD for 1G page tablejyao15-10/+24
2011-09-21Coding style refinement.erictian2-1/+4
2011-09-21Remove EFI_USER_INFO_ACCESS_SETUP_ADMIN_GUID definition from MdeModulePkg, be...lgao43-5/+3
2011-09-20MdeModulePkg PeiMain: Enhance the PEI Core to convert GUID/PPI pointers point...rsun31-9/+44
2011-09-20Correct Include style to pass GCC build.lgao41-2/+2
2011-09-19Correct 1G page table generation.jyao12-4/+2
2011-09-19The patch enhances the Partition driver to return the media status (EFI_NO_ME...niruiyu1-12/+53
2011-09-18Revert the wrong patch that adds NOOPT target into MdeModulePkg.dsc.lgao41-1/+1
2011-09-18Clean up the private GUID definition in module Level.lgao458-434/+755
2011-09-17Fix Build fail for NT32 platform.ydong101-1/+1