summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2012-08-23Fix the bug in PciBus driver to correct parse the 64bit BAR.niruiyu1-16/+2
2012-08-22Get correct GOP protocol for physical GOP device.li-elvin1-5/+8
2012-08-22MdeModulePkg/AtaAtapiPassThru: Move error check behind the place that SetupFI...erictian1-7/+11
2012-08-22Roll back one unnecessary change in Dispatcher.c, which is added by previous ...lgao41-12/+2
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao415-77/+688
2012-08-21Initialize the variable before use it.ydong101-1/+2
2012-08-21Patch includes:ydong104-59/+213
2012-08-21Fix some coding style issuesczhang463-7/+6
2012-08-21Fix Consplitter GOP UEFI SCT issue.li-elvin1-15/+50
2012-08-21Enhance the code to make the code logic more clear.ydong102-2/+5
2012-08-20Add three INIT flag in Debug Agent Library.vanjeff1-2/+4
2012-08-17Fix the issue that consplitter should not touch ConIn variable & do ConIn co...czhang465-261/+86
2012-08-17Add missing break and add comment to non-necessary break.li-elvin3-2/+7
2012-08-16Add validation on ACPI_S3_CONTEXT.S3DebugBufferAddress, moreover only debug t...vanjeff2-21/+33
2012-08-16Add missing function commentsjyao11-0/+24
2012-08-16Fix incorrect sizeof () usage.li-elvin1-1/+1
2012-08-14Refine the logic to handle the device path info get from string token.ydong104-40/+121
2012-08-14Create 4G page table by default, and using PF to handle >4G MMIO access, to i...jyao15-5/+222
2012-08-10Fix 2 errors for new featureczhang461-1/+1
2012-08-07Removed SetMode in GraphicsConsole Start() in release BIOS to improve perform...li-elvin1-33/+76
2012-08-06LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalcu...lzeng141-14/+27
2012-08-02Measure ExitBootServices failure caseczhang465-2/+35
2012-07-30Add 2 new Bds featuresczhang464-3/+282
2012-07-30Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu6-30/+24
2012-07-27Close the corresponding GUIDed section extraction protocol notify event in Cl...lzeng141-9/+19
2012-07-26MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in ...oliviermartin1-1/+1
2012-07-25Fix the typo in InstallMultipleProtocolInterfaces commentsniruiyu1-3/+4
2012-07-23Add more security check for CommBuffer+CommBufferSize.jyao12-3/+109
2012-07-17Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime.sfu51-0/+4
2012-07-17Fix a buffer overflow bug in VariableSmm driver.sfu51-1/+1
2012-07-17Update HobLib and Hob Service to avoid data over flow. lgao42-4/+10
2012-07-13Add SMRAM range check to variable SMM SMI handler.czhang462-22/+166
2012-07-13Remove unused CapsuleReset() in MdeModulePkg\Universal\ResetSystemRuntimeDxe\...lzeng142-44/+2
2012-07-12Clean up include of ACPI header file so that only IndustryStandard/Acpi.h is ...lzeng145-9/+3
2012-07-10Add SMRAM range check to fault tolerant write SMM SMI handler.ydong102-14/+88
2012-07-09Include read data buffer in CommBufferSize when calculate the buffer size.ydong101-2/+2
2012-07-06MdeModulePkg/Ata: add dynamic type to PcdAtaSmartEnableerictian1-3/+3
2012-07-06When do discard action, enable callback action for questions which have value...ydong107-94/+255
2012-07-03Return EFI_BROWSER_ACTION_REQUEST_FORM_APPLY action request to avoid discard ...ydong101-0/+1
2012-06-27Add more SMRAM range check to 3 SMI handler.czhang462-20/+89
2012-06-26Update the logic to get default value for question without storage.ydong103-7/+43
2012-06-26Check whether has storage for date/time opcode, if it has storage, also gener...ydong101-1/+137
2012-06-25Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString t...tye12-6/+8
2012-06-25MdeModulePkg PI SMM Core: Unregister handler for SMM Ready To Lock event in S...rsun31-1/+1
2012-06-25MdeMdeModulePkg/Usb: Eliminated the use of Set_Idle request on usb modules.erictian3-57/+0
2012-06-18MdeMoMdeMdeModulePkg/EhciPei: By default power on all root ports of EHCI host...erictian1-1/+24
2012-06-18MdeMdeModulePkg/Usb: Coding style alignmenterictian2-4/+4
2012-06-18Fix potential memory leak issue.lzeng141-2/+3
2012-06-14MdeMdeModulePkg/Usb: Fixed a build error in UsbMouseDxe and UsbMouseAbsoluteP...erictian2-4/+4
2012-06-13MdeModulePkg/UsbMouse: Get HID descriptor from the return of Get_Desc(Configu...erictian4-34/+186