summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42012-08-2215-77/+688
* Initialize the variable before use it.ydong102012-08-211-1/+2
* Patch includes:ydong102012-08-214-59/+213
* Fix some coding style issuesczhang462012-08-213-7/+6
* Fix Consplitter GOP UEFI SCT issue.li-elvin2012-08-211-15/+50
* Enhance the code to make the code logic more clear.ydong102012-08-212-2/+5
* Add three INIT flag in Debug Agent Library.vanjeff2012-08-201-2/+4
* Fix the issue that consplitter should not touch ConIn variable & do ConIn co...czhang462012-08-175-261/+86
* Add missing break and add comment to non-necessary break.li-elvin2012-08-173-2/+7
* Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug t...vanjeff2012-08-162-21/+33
* Add missing function commentsjyao12012-08-161-0/+24
* Fix incorrect sizeof () usage.li-elvin2012-08-161-1/+1
* Refine the logic to handle the device path info get from string token.ydong102012-08-144-40/+121
* Create 4G page table by default, and using PF to handle >4G MMIO access, to i...jyao12012-08-145-5/+222
* Fix 2 errors for new featureczhang462012-08-101-1/+1
* Removed SetMode in GraphicsConsole Start() in release BIOS to improve perform...li-elvin2012-08-071-33/+76
* LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalcu...lzeng142012-08-061-14/+27
* Measure ExitBootServices failure caseczhang462012-08-025-2/+35
* Add 2 new Bds featuresczhang462012-07-304-3/+282
* Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2012-07-306-30/+24
* Close the corresponding GUIDed section extraction protocol notify event in Cl...lzeng142012-07-271-9/+19
* MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in ...oliviermartin2012-07-261-1/+1
* Fix the typo in InstallMultipleProtocolInterfaces commentsniruiyu2012-07-251-3/+4
* Add more security check for CommBuffer+CommBufferSize.jyao12012-07-232-3/+109
* Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime.sfu52012-07-171-0/+4
* Fix a buffer overflow bug in VariableSmm driver.sfu52012-07-171-1/+1
* Update HobLib and Hob Service to avoid data over flow. lgao42012-07-172-4/+10
* Add SMRAM range check to variable SMM SMI handler.czhang462012-07-132-22/+166
* Remove unused CapsuleReset() in MdeModulePkg\Universal\ResetSystemRuntimeDxe\...lzeng142012-07-132-44/+2
* Clean up include of ACPI header file so that only IndustryStandard/Acpi.h is ...lzeng142012-07-125-9/+3
* Add SMRAM range check to fault tolerant write SMM SMI handler.ydong102012-07-102-14/+88
* Include read data buffer in CommBufferSize when calculate the buffer size.ydong102012-07-091-2/+2
* MdeModulePkg/Ata: add dynamic type to PcdAtaSmartEnableerictian2012-07-061-3/+3
* When do discard action, enable callback action for questions which have value...ydong102012-07-067-94/+255
* Return EFI_BROWSER_ACTION_REQUEST_FORM_APPLY action request to avoid discard ...ydong102012-07-031-0/+1
* Add more SMRAM range check to 3 SMI handler.czhang462012-06-272-20/+89
* Update the logic to get default value for question without storage.ydong102012-06-263-7/+43
* Check whether has storage for date/time opcode, if it has storage, also gener...ydong102012-06-261-1/+137
* Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString t...tye12012-06-252-6/+8
* MdeModulePkg PI SMM Core: Unregister handler for SMM Ready To Lock event in S...rsun32012-06-251-1/+1
* MdeMdeModulePkg/Usb: Eliminated the use of Set_Idle request on usb modules.erictian2012-06-253-57/+0
* MdeMoMdeMdeModulePkg/EhciPei: By default power on all root ports of EHCI host...erictian2012-06-181-1/+24
* MdeMdeModulePkg/Usb: Coding style alignmenterictian2012-06-182-4/+4
* Fix potential memory leak issue.lzeng142012-06-181-2/+3
* MdeMdeModulePkg/Usb: Fixed a build error in UsbMouseDxe and UsbMouseAbsoluteP...erictian2012-06-142-4/+4
* MdeModulePkg/UsbMouse: Get HID descriptor from the return of Get_Desc(Configu...erictian2012-06-134-34/+186
* Add comment for modules which have external input.jyao12012-06-125-9/+66
* EFI_STATUS_CODE_DATA_MAX_SIZE is just for the maximum size of an EFI_DEBUG_IN...lzeng142012-06-126-9/+24
* To be consistent with PeiReportStatusCodeLib and DxeReportStatusCode, use MAX...lzeng142012-06-121-3/+9
* Refine the logic about initialize questions valueydong102012-06-123-17/+33