summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Update ConnectController() to convert an ImageHandle retrieved from the Platf...mdkinney2007-11-301-94/+48
* remove building of EFI_SEC_PLATFORM_INFORMATION_PPI GUIDed HOB from PEI core....qwang122007-11-293-36/+0
* the last check-in for UsbMouseAbsolutePointer is not correct. do it again.eric_tian2007-11-297-0/+2095
* Fixed potential issues to release resources when error occurs.vanjeff2007-11-283-30/+46
* modify the corresponding file path about UsbMouseAbsolutePointerDxe drivereric_tian2007-11-281-1/+1
* change the folder name of "UsbMouseSimulateTouchPadDxe" to "UsbMouseAbsoluteP...eric_tian2007-11-287-2095/+0
* change "UsbMouseSimulateTouchPad" to "UsbMouseAbsolutePointer" for more clear...eric_tian2007-11-287-226/+226
* Remove the unnecessary CapsuleInfo.h file.lgao42007-11-272-46/+0
* correct the gEfiCapsuleArchProtocolGuid to be the same with PI 1.0 spec with ...qwang122007-11-271-1/+1
* 1) Improve the EFI Memory Map stability to improve ACPI S4 supportmdkinney2007-11-274-26/+80
* A small changing to reduce size for ConSplitter module.vanjeff2007-11-231-96/+120
* align some line to conform with code styleeric_tian2007-11-231-13/+13
* Clean up: update "EFI" to "UEFI" if applicable.qhuang82007-11-229-10/+10
* delete a debug output to pass through EBC build and align some line to confor...eric_tian2007-11-211-62/+62
* Add change log for non-compatible change.qhuang82007-11-201-0/+14
* Remove debug print statement checked in inadvertently qhuang82007-11-201-3/+0
* Remove Atapi Pass Thru driver in MdeModulePkg. This module is only used for t...qhuang82007-11-207-3701/+3
* remove member context from _EFI_MTFTP4_TOKEN structure.vanjeff2007-11-202-13/+19
* 1. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff2007-11-2047-527/+1817
* Move out the FlashMapHob klu22007-11-202-120/+0
* Revert R4300 change, Runtime driver doesn't need to covert the physical addre...lgao42007-11-203-49/+2
* Use MACRO EFI_FV_FILETYPE_ALL instead of a constant.qwang122007-11-191-1/+1
* 1) Make PEI PI File system service to skip PAD fileqwang122007-11-192-67/+2
* Convert the capsule image address installed in Configuration table to virtual...lgao42007-11-163-0/+44
* Add CapsuleInfo guid to store the list of capsule image guid.lgao42007-11-164-21/+88
* Add a feature flag to allow platform developer to decide if TE or PE32 sectio...qwang122007-11-153-6/+19
* add UsbMouseSimulateTouchPad driver to verify the correction of dispatching A...eric_tian2007-11-1412-2/+2790
* Remove gEfiNetworkInterfaceIdentifierProtocolGuid reference from code base. O...vanjeff2007-11-131-2/+1
* Remove gEfiNetworkInterfaceIdentifierProtocolGuid reference from code base. O...vanjeff2007-11-1313-574/+79
* 1. CoreOpenImageFile(): FilePath should be IN OUT.vanjeff2007-11-093-53/+54
* Fix build break for X64 cpu architecture.qhuang82007-11-081-1/+1
* gEfiVariableWriteArchProtocolGuid should be used for the depex as defined in ...qwang122007-11-081-1/+1
* PI spec will be updated to make it clear that this HOB should describe the st...qhuang82007-11-085-0/+56
* Merge EDK899: fixed bug to support EFI_HOB_TYPE_MEMORY_ALLOCATION to allocat...qhuang82007-11-081-11/+11
* 1) If PeiLoadImage fails, the section extraction PPI or Decompress PPI may no...qwang122007-11-084-16/+19
* 1) Fix bugs in BaseMemoryLibOptXXX instances in MdePkg.yshang12007-11-081-150/+26
* To find DxeCore by PE32 section is enough, DxeCore can't be wrapped TE section. lgao42007-11-061-19/+2
* define the variable related to PCD for supporting big variable (>32K) easily.gtian2007-11-057-21/+34
* Should use MaxCarTop but *not* CarTop to computer the usage of stackklu22007-11-011-1/+1
* Print entry point address by using 0x%10p for the above 4G address.lgao42007-11-012-4/+4
* Print real entry point for IPF image.lgao42007-10-314-11/+55
* Fix the issue that CAR size is shown as negative number.klu22007-10-311-3/+3
* 1) Change GUID of emuvariable module. yshang12007-10-313-3/+3
* MdeModulePkg/Universal/DevicePathDxe/DevicePathFromText.c:jljusten2007-10-301-0/+4
* MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c:jljusten2007-10-301-0/+2
* Fixed filename case for case-sensitive file systems.jljusten2007-10-291-0/+0
* Add one judge whether TeImage or PeImage has reloc section when relocate TeIm...lgao42007-10-261-0/+7
* Save original PCI attributes in start() function and restore it in Stop() for...vanjeff2007-10-259-268/+328
* ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)qwang122007-10-241-1/+2
* ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)qwang122007-10-241-1/+1