summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Enable EFI_IFR_DEFAULT2 opcode in browser.ydong102012-09-271-2/+4
* 1. Update PiSmmCore to always invoke SmiManage (NULL, NULL, NULL, NULL) when ...vanjeff2012-09-251-39/+38
* Clean the build warning.ydong102012-09-241-2/+2
* Add TperReset Logic By using MOR bit - Remove the unnecessary parameter. qianouyang2012-09-191-13/+9
* Fix the issue that FTW driver fail to reclaim WorkSpace.lzeng142012-09-144-20/+31
* Add Tper Reset Logic by using MOR bit.qianouyang2012-09-123-1/+244
* MdeModulePkg/VariableSmm: Fix a VariableSmm bug when reading variable with si...erictian2012-09-121-1/+1
* Enhance the check for options in the question.ydong102012-09-104-102/+174
* When question not have storage with it, not restore old value for it.ydong102012-09-101-10/+5
* When SerialPortWrite() is called with a non-NULL Buffer and NumberOfBytes is ...niruiyu2012-09-101-34/+70
* Cache the state whether the ROM image contains EFI Option ROM when loading th...niruiyu2012-09-074-74/+16
* Fix the memory leak issue and enhance the check for CoreReadImageFile return.lzeng142012-09-071-5/+7
* Check the return code from CoreLocateDevicePath() in MdeModulePkg/Core/Dxe/Im...lzeng142012-09-061-1/+4
* Restore EditBuffer before call the callback function to avoid get error data.ydong102012-08-301-14/+14
* Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian2012-08-292-6/+6
* Fix comparisons of enumerated types which may cause warnings for some compilers.rsun32012-08-285-25/+25
* 1. Add debug init flag DEBUG_AGENT_INIT_THUNK_PEI_IA32TOX64 in Debug Agent Li...vanjeff2012-08-277-16/+36
* Fix the bug in PciBus driver to correct parse the 64bit BAR.niruiyu2012-08-231-16/+2
* Get correct GOP protocol for physical GOP device.li-elvin2012-08-221-5/+8
* MdeModulePkg/AtaAtapiPassThru: Move error check behind the place that SetupFI...erictian2012-08-221-7/+11
* Roll back one unnecessary change in Dispatcher.c, which is added by previous ...lgao42012-08-221-12/+2
* 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