summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Update the copyright notice formathhtian2010-04-24298-549/+549
* Update the copyright notice formathhtian2010-04-24369-723/+723
* Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type s...niruiyu2010-04-211-1/+1
* Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShift...erictian2010-04-191-4/+4
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-1635-7/+94
* 1.Fixed the bug when retrieved component name by child handle. It should use...vanjeff2010-04-092-31/+31
* Fix the issue that GCC treat enum type as unsigned int which incompatible wit...klu22010-04-071-2/+2
* Update the modules with the different module GUID to avoid the different modu...lgao42010-04-064-4/+4
* MdeModulePkg: Fix warning with VS2005 toolchain on IA32jljusten2010-04-051-1/+1
* Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal structure.jgong52010-04-031-8/+4
* Enhance SNP to be compatible with UNDI driver which doesn’t report correct ...xdu22010-04-011-0/+10
* fixed IP fragment issue which caused the MTU used by IP is less than the one ...qianouyang2010-03-281-1/+1
* remove PxeBc->Stop () when EFI_BUFFER_TOO_SMALL, the calling PxeBc->Stop() in...vanjeff2010-03-271-1/+3
* Not maintained.hhtian2010-03-251-228/+0
* Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in Sm...jyao12010-03-213-6/+14
* Fix sync issue to make EbcLLCALLEX() function check the same value to ones th...lgao42010-03-211-2/+2
* Fix compile break on IA32 arch.lgao42010-03-202-2/+2
* Fix an bug for PXE boot asserthhuan132010-03-191-2/+0
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10288 6f...rsun32010-03-196-25/+25
* Fix a bug that usb keybarod can not work well when it is inserted at a usb 2....erictian2010-03-198-142/+122
* Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). jgong52010-03-191-7/+7
* changing UDP default timeout value to 2s to improve PXE BC boot performance.vanjeff2010-03-183-14/+15
* variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian2010-03-182-0/+24
* Fixed a minor bug in PlatformDriOverrideDxe which will assert when user trigg...jchen202010-03-181-1/+0
* 1, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Cal...klu22010-03-182-5/+18
* Bug Fix: IPv4 Fragment is not correct when VLAN is enable.qianouyang2010-03-181-4/+1
* Roll back previous change.rsun32010-03-181-3/+3
* Former change breaks build; changed back to commented lines 58 & 59, but as r...myronporter2010-03-171-2/+1
* Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter2010-03-1737-757/+766
* fix ia32 build error.erictian2010-03-171-2/+2
* The ATA alignment_logic_in_phy_blocks field doesn’t directly report the low...erictian2010-03-171-1/+2
* Add check of MediaPresentSupported field in SNP mode data to support UNDI wit...xdu22010-03-161-1/+2
* Add sample use case for IFR security op-code.rsun32010-03-163-0/+12
* Fix a bug in SetupBrowserDxe driver when check current user's access setup pe...rsun32010-03-161-1/+1
* 1. update the definitions in debug agent library, rename DEBUG_AGENT_INIT_DXE...vanjeff2010-03-132-2/+8
* Fixed a bug in LMFA code jchen202010-03-121-1/+1
* roll back IDT_ENTRY counter to 32vanjeff2010-03-111-1/+1
* Minor comment fix.rsun32010-03-102-2/+2
* The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen202010-03-102-17/+119
* MdeModule Package version updated from 0.90 to 0.91.rsun32010-03-092-3/+3
* Minor update comment to remove unprintable character in source file.qhuang82010-03-091-1/+1
* Fix the SMRAM caching range base and size. The original code uses the biggest...jgong52010-03-091-6/+52
* Add a blank line in the end of file.lgao42010-03-051-1/+1
* Add some robustness check in DriverSample driver.rsun32010-03-051-0/+2
* Minor update to some protocol interface function prototype for Doxygen documentrsun32010-03-053-25/+25
* fix build errorerictian2010-03-051-1/+1
* roll back the parameter check of AsyncInterruptTransfer() and SyncInterruptTr...erictian2010-03-051-4/+2
* Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg.jyao12010-03-052-0/+77
* Add an EHCI register dump function for debug. Not hooked in any place...andrewfish2010-03-042-0/+41
* Fix wrong BufferSize for Configuration data.lgao42010-03-041-2/+2