summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Use %lx to print UINT64 value instead of %x.niruiyu2012-10-182-10/+10
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-1720-96/+96
* Fix buffer overflow issue in Consplitter.li-elvin2012-10-171-2/+16
* Fix code potential errors.ydong102012-10-163-2/+11
* Update SmiManager() to invoke all root SMI handlers to following PI Spec.vanjeff2012-10-161-2/+8
* Update header formathhtian2012-10-112-6/+7
* Add missing braces around initializer.lzeng142012-10-115-158/+170
* MdeModulePkg/UsbBusDxe: Timing tunning for better boot performance.erictian2012-10-103-8/+13
* Move GOP and UGA draw from Consplitter entrypoint to start(). When there is o...li-elvin2012-10-082-58/+58
* MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian2012-09-295-15/+0
* Add more exact SMM check in SmmFaultTolerantWriteHandler.lzeng142012-09-281-17/+44
* 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