summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)Author
2007-10-25Save original PCI attributes in start() function and restore it in Stop() for...vanjeff
2007-10-24ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)qwang12
2007-10-24ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)qwang12
2007-10-22Fix alignment requirement when Load IPF TeImage into memory.lgao4
2007-10-22Update following library class/Protocol for puting 'Framework' as prefixklu2
2007-10-22Add ConIn device even if SimpleTextInputEx Protocol is not available for back...qhuang8
2007-10-19Fix a bug which does not run PeiCore from memory after shadowing it. qwang12
2007-10-19Fix a bug in variable driver cache mechanism:qhuang8
2007-10-19Update to support EFI_SIMPLE_INPUT_EX protocolqhuang8
2007-10-19Add a Notification GUID for the implementation of EFI_SIMPLE_INPUT_EX protoco...qhuang8
2007-10-18Fix a bug:qwang12
2007-10-18Make GuidedSection library instance to follow the value of GuidedSectionExtra...lgao4
2007-10-18Added library instance for PcdLib for module type DXE_COREjwang36
2007-10-18The BaseAddress and Length should be align PAGE according to PI specification...klu2
2007-10-18Update the return status to comply to PI spec.qwang12
2007-10-17Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib.lgao4
2007-10-17Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib.lgao4
2007-10-17Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib.lgao4
2007-10-17Apply Crc32GuidedSectionExtract library instance to replace the original Crc3...lgao4
2007-10-17Add Crc32GuidedSectionExtractLib instance to produce Crc32 guided section dec...lgao4
2007-10-17Merger trackers #7807 and #8372. vanjeff
2007-10-16Merger network tackers 9307, 9338, 9339, 9397vanjeff
2007-10-16Add judgement for TextModeMapklu2
2007-10-16Remove comments for removed parameter.klu2
2007-10-161. Add PcdConOutGopSupport and PcdConOutUgaSupport in MdeModulePkg.decvanjeff
2007-10-151) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeMod...qwang12
2007-10-15Remove the special logic on EFI_PCI_DEVICE_ENABLE in PciBus driver. And updat...lgao4
2007-10-121. Update internal EfiPrint protocol to contain all print interfaces provided...lgao4
2007-10-12fixed the following problems:eric_tian
2007-10-11Add BasePalCallLibNull instance in MdePkg. It is useful when building IPF com...yshang1
2007-10-11add EDK_4067: Non-Compatible: qwang12qwang12
2007-10-11Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicod...qhuang8
2007-10-10Increase max FVs from 4 to 6.mdkinney
2007-10-10Changed to pass the build with Visual Studio 2005jwang36
2007-10-10Fixed one issue for IPF, the entry address needs 8 bytes alignment.vanjeff
2007-10-10Remove BINARY_MODULE = true attribute from binary module inf file, because th...lgao4
2007-10-100) Change the PEI core behavior to not install FV HOB for each FV INFO PPI in...qwang12
2007-10-09Clean up Network Components to support GCC build.yshang1
2007-10-09PI Enabling: the address of PeiServices Pointer should be klu2
2007-10-09Correct ExtractGuidedSectionLib library instance for PEIM and DXE lgao4
2007-10-09Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component nam...qhuang8
2007-10-09Fix a bug. FindVariable now search volatile variable first (previously NV var...qwang12
2007-10-09Add BINARY_MODULE = true attribute in binary module inf file.lgao4
2007-10-09Add Unicode Collation related PCD entries in DSC file.qhuang8
2007-10-09Add Unicode Collation related feature flags:qhuang8
2007-10-09Update English Module to selectively install Unicode Collation and Unicode Co...qhuang8
2007-10-08Support ICC build .yshang1
2007-10-08Fixed unexpected timeout in Usb MassStorage Driver.yshang1
2007-10-06Fix a bug with changing the NVRAM properties of a VariableAJFISH
2007-10-05added the CpuLibvprabhal