summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2007-12-20Remove 'Framework' word in commentsklu23-3/+3
2007-12-18fix a issue to pass ICC buildqwang121-3/+0
2007-12-18Sync the latest version from R8.vanjeff26-396/+762
2007-12-17Fixed the bug when set mode value is less than the Max mode value.vanjeff1-5/+0
2007-12-11Use AllocatePage for FvImage.lgao41-3/+2
2007-12-11Changed the file or directory name inconsistencesjwang362-2/+2
2007-12-10Move sure FvImage buffer at its alignment when install FVB protocol on it. lgao42-14/+63
2007-12-10MdeModule cleanup for PI:klu218-268/+152
2007-12-10Remove logic to repair image handlesmdkinney1-114/+17
2007-12-10roll back changemdkinney1-17/+3
2007-12-07Cache FvImage at buffer with its required alignment.lgao44-4/+19
2007-12-071. Move some status code related PCDs to MdePkgqhuang81-15/+1
2007-12-06edk2/MdeModulePkg/Include/Protocol/Dpc.hjljusten1-1/+1
2007-12-06Enable PeiCore to dispatch the encapsulated fv images with depex expression. ...lgao48-274/+384
2007-12-05Update CapsuleDriver to use capsule library.lgao44-50/+26
2007-12-05Add Capsule library lgao42-0/+55
2007-12-051. Update default value to adapt to most platform.qhuang81-18/+18
2007-12-05Add Capsule library lgao42-0/+87
2007-12-04Roll back wrong check in, peimain and dxe main still dependent on intelframew...klu22-2/+4
2007-12-04Remove useful dependency package's relationshipklu22-2/+0
2007-11-30Update ConnectController() to convert an ImageHandle retrieved from the Platf...mdkinney1-94/+48
2007-11-29remove building of EFI_SEC_PLATFORM_INFORMATION_PPI GUIDed HOB from PEI core....qwang123-36/+0
2007-11-29the last check-in for UsbMouseAbsolutePointer is not correct. do it again.eric_tian7-0/+2095
2007-11-28Fixed potential issues to release resources when error occurs.vanjeff3-30/+46
2007-11-28modify the corresponding file path about UsbMouseAbsolutePointerDxe drivereric_tian1-1/+1
2007-11-28change the folder name of "UsbMouseSimulateTouchPadDxe" to "UsbMouseAbsoluteP...eric_tian7-2095/+0
2007-11-28change "UsbMouseSimulateTouchPad" to "UsbMouseAbsolutePointer" for more clear...eric_tian7-226/+226
2007-11-27Remove the unnecessary CapsuleInfo.h file.lgao42-46/+0
2007-11-27correct the gEfiCapsuleArchProtocolGuid to be the same with PI 1.0 spec with ...qwang121-1/+1
2007-11-271) Improve the EFI Memory Map stability to improve ACPI S4 supportmdkinney4-26/+80
2007-11-23A small changing to reduce size for ConSplitter module.vanjeff1-96/+120
2007-11-23align some line to conform with code styleeric_tian1-13/+13
2007-11-22Clean up: update "EFI" to "UEFI" if applicable.qhuang89-10/+10
2007-11-21delete a debug output to pass through EBC build and align some line to confor...eric_tian1-62/+62
2007-11-20Add change log for non-compatible change.qhuang81-0/+14
2007-11-20Remove debug print statement checked in inadvertently qhuang81-3/+0
2007-11-20Remove Atapi Pass Thru driver in MdeModulePkg. This module is only used for t...qhuang87-3701/+3
2007-11-20remove member context from _EFI_MTFTP4_TOKEN structure.vanjeff2-13/+19
2007-11-201. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff47-527/+1817
2007-11-20Move out the FlashMapHob klu22-120/+0
2007-11-20Revert R4300 change, Runtime driver doesn't need to covert the physical addre...lgao43-49/+2
2007-11-19Use MACRO EFI_FV_FILETYPE_ALL instead of a constant.qwang121-1/+1
2007-11-191) Make PEI PI File system service to skip PAD fileqwang122-67/+2
2007-11-16Convert the capsule image address installed in Configuration table to virtual...lgao43-0/+44
2007-11-16Add CapsuleInfo guid to store the list of capsule image guid.lgao44-21/+88
2007-11-15Add a feature flag to allow platform developer to decide if TE or PE32 sectio...qwang123-6/+19
2007-11-14add UsbMouseSimulateTouchPad driver to verify the correction of dispatching A...eric_tian12-2/+2790
2007-11-13Remove gEfiNetworkInterfaceIdentifierProtocolGuid reference from code base. O...vanjeff1-2/+1
2007-11-13Remove gEfiNetworkInterfaceIdentifierProtocolGuid reference from code base. O...vanjeff13-574/+79
2007-11-091. CoreOpenImageFile(): FilePath should be IN OUT.vanjeff3-53/+54