summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-08Fix build break for X64 cpu architecture.qhuang81-1/+1
2007-11-08gEfiVariableWriteArchProtocolGuid should be used for the depex as defined in ...qwang121-1/+1
2007-11-08PI spec will be updated to make it clear that this HOB should describe the st...qhuang85-0/+56
2007-11-08Merge EDK899: fixed bug to support EFI_HOB_TYPE_MEMORY_ALLOCATION to allocat...qhuang81-11/+11
2007-11-081) If PeiLoadImage fails, the section extraction PPI or Decompress PPI may no...qwang124-16/+19
2007-11-081) Fix bugs in BaseMemoryLibOptXXX instances in MdePkg.yshang11-150/+26
2007-11-06To find DxeCore by PE32 section is enough, DxeCore can't be wrapped TE section. lgao41-19/+2
2007-11-05define the variable related to PCD for supporting big variable (>32K) easily.gtian7-21/+34
2007-11-01Should use MaxCarTop but *not* CarTop to computer the usage of stackklu21-1/+1
2007-11-01Print entry point address by using 0x%10p for the above 4G address.lgao42-4/+4
2007-10-31Print real entry point for IPF image.lgao44-11/+55
2007-10-31Fix the issue that CAR size is shown as negative number.klu21-3/+3
2007-10-311) Change GUID of emuvariable module. yshang13-3/+3
2007-10-30MdeModulePkg/Universal/DevicePathDxe/DevicePathFromText.c:jljusten1-0/+4
2007-10-30MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c:jljusten1-0/+2
2007-10-29Fixed filename case for case-sensitive file systems.jljusten1-0/+0
2007-10-26Add one judge whether TeImage or PeImage has reloc section when relocate TeIm...lgao41-0/+7
2007-10-25Save original PCI attributes in start() function and restore it in Stop() for...vanjeff9-268/+328
2007-10-24ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)qwang121-1/+2
2007-10-24ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)qwang121-1/+1
2007-10-22Fix alignment requirement when Load IPF TeImage into memory.lgao42-0/+18
2007-10-22Update following library class/Protocol for puting 'Framework' as prefixklu23-4/+4
2007-10-22Add ConIn device even if SimpleTextInputEx Protocol is not available for back...qhuang81-5/+7
2007-10-19Fix a bug which does not run PeiCore from memory after shadowing it. qwang121-1/+1
2007-10-19Fix a bug in variable driver cache mechanism:qhuang81-1/+2
2007-10-19Update to support EFI_SIMPLE_INPUT_EX protocolqhuang811-93/+2387
2007-10-19Add a Notification GUID for the implementation of EFI_SIMPLE_INPUT_EX protoco...qhuang81-0/+2
2007-10-18Fix a bug:qwang123-0/+36
2007-10-18Make GuidedSection library instance to follow the value of GuidedSectionExtra...lgao42-3/+18
2007-10-18Added library instance for PcdLib for module type DXE_COREjwang361-0/+1
2007-10-18The BaseAddress and Length should be align PAGE according to PI specification...klu22-2/+2
2007-10-18Update the return status to comply to PI spec.qwang121-1/+1