summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* error handling enhancement for possible null pointer dereferencevanjeff2011-09-232-10/+18
* Roll back r12434.vanjeff2011-09-232-18/+10
* error handling enhancement for possible null pointer dereferenceerictian2011-09-232-10/+18
* Return empty string when END device path is passed in to align the original b...niruiyu2011-09-221-1/+6
* Add PCD for 1G page tablejyao12011-09-211-4/+3
* Add PCD for 1G page tablejyao12011-09-215-10/+24
* Coding style refinement.erictian2011-09-212-1/+4
* Remove EFI_USER_INFO_ACCESS_SETUP_ADMIN_GUID definition from MdeModulePkg, be...lgao42011-09-213-5/+3
* MdeModulePkg PeiMain: Enhance the PEI Core to convert GUID/PPI pointers point...rsun32011-09-201-9/+44
* Correct Include style to pass GCC build.lgao42011-09-201-2/+2
* Correct 1G page table generation.jyao12011-09-192-4/+2
* The patch enhances the Partition driver to return the media status (EFI_NO_ME...niruiyu2011-09-191-12/+53
* Revert the wrong patch that adds NOOPT target into MdeModulePkg.dsc.lgao42011-09-181-1/+1
* Clean up the private GUID definition in module Level.lgao42011-09-1858-434/+755
* Fix Build fail for NT32 platform.ydong102011-09-171-1/+1
* Correct comments for NULL return value of HiiLib HiiAddPackages().lgao42011-09-162-4/+4
* Add exit action when Config_Access_Protocol.CallBack function returns Submit ...ydong102011-09-164-3/+5
* Refine the logic about getting Value info to avoid check data error.ydong102011-09-161-1/+7
* Enhance the PEI Core to convert pointers pointing to PPI descriptors on the t...rsun32011-09-154-48/+53
* 1) remove wrong global variable usage because it will bring data corrupt if t...erictian2011-09-1411-1047/+1315
* Fix build error.jyao12011-09-141-0/+2
* Add [LibraryClasses] definition for MdeModulePkg\Include\Library\LockBoxLib.h.jyao12011-09-141-0/+4
* MdeModulePkg/HiiDatabaseDxe: Removed unused variablesoliviermartin2011-09-131-4/+0
* MdeModulePkg/UsbBusDxe: Removed unused variableoliviermartin2011-09-131-2/+0
* Add comments for gEfiFormBrowserExProtocolGuid.lgao42011-09-131-4/+2
* Enhance EDKII Browser to support flexible HotKey setting. lgao42011-09-1311-266/+1389
* Add NULl check for pointer.li-elvin2011-09-132-0/+3
* Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao12011-09-134-75/+223
* 1. Fix bug in PXE driver UdpRead function to handle the IP fragmentation.sfu52011-09-091-15/+46
* Media detection logic is enhanced to be more robust.erictian2011-09-071-70/+86
* Update capsule pei module to pass IPF build.li-elvin2011-09-055-69/+78