summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-17Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib.lgao41-1/+1
2007-10-17Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib.lgao42-214/+0
2007-10-17Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib.lgao42-0/+214
2007-10-17Apply Crc32GuidedSectionExtract library instance to replace the original Crc3...lgao41-2/+5
2007-10-17Add Crc32GuidedSectionExtractLib instance to produce Crc32 guided section dec...lgao42-0/+214
2007-10-17Merger trackers #7807 and #8372. vanjeff2-21/+21
2007-10-16Merger network tackers 9307, 9338, 9339, 9397vanjeff1-3/+4
2007-10-16Add judgement for TextModeMapklu21-3/+18
2007-10-16Remove comments for removed parameter.klu22-7/+0
2007-10-161. Add PcdConOutGopSupport and PcdConOutUgaSupport in MdeModulePkg.decvanjeff6-83/+696
2007-10-151) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeMod...qwang126-16/+25
2007-10-15Remove the special logic on EFI_PCI_DEVICE_ENABLE in PciBus driver. And updat...lgao43-18/+66
2007-10-121. Update internal EfiPrint protocol to contain all print interfaces provided...lgao43-79/+523
2007-10-12fixed the following problems:eric_tian3-5/+10
2007-10-11Add BasePalCallLibNull instance in MdePkg. It is useful when building IPF com...yshang11-24/+2
2007-10-11add EDK_4067: Non-Compatible: qwang12qwang121-0/+31
2007-10-11Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicod...qhuang827-32/+31
2007-10-10Increase max FVs from 4 to 6.mdkinney1-1/+1
2007-10-10Changed to pass the build with Visual Studio 2005jwang362-5/+5
2007-10-10Fixed one issue for IPF, the entry address needs 8 bytes alignment.vanjeff1-3/+3
2007-10-10Remove BINARY_MODULE = true attribute from binary module inf file, because th...lgao41-1/+0
2007-10-100) Change the PEI core behavior to not install FV HOB for each FV INFO PPI in...qwang122-4/+12
2007-10-09Clean up Network Components to support GCC build.yshang117-38/+40
2007-10-09PI Enabling: the address of PeiServices Pointer should be klu22-1/+7
2007-10-09Correct ExtractGuidedSectionLib library instance for PEIM and DXE lgao41-1/+2
2007-10-09Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component nam...qhuang827-118/+118
2007-10-09Fix a bug. FindVariable now search volatile variable first (previously NV var...qwang121-3/+5
2007-10-09Add BINARY_MODULE = true attribute in binary module inf file.lgao41-0/+1
2007-10-09Add Unicode Collation related PCD entries in DSC file.qhuang81-0/+2
2007-10-09Add Unicode Collation related feature flags:qhuang81-0/+2
2007-10-09Update English Module to selectively install Unicode Collation and Unicode Co...qhuang83-11/+68
2007-10-08Support ICC build .yshang18-13/+13
2007-10-08Fixed unexpected timeout in Usb MassStorage Driver.yshang122-248/+372
2007-10-06Fix a bug with changing the NVRAM properties of a VariableAJFISH1-7/+8
2007-10-05added the CpuLibvprabhal1-0/+1