]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg
Update the PciXXXReadBuffer() for better coding style.
[mirror_edk2.git] / MdeModulePkg /
2007-12-26 eric_tianusb kb's bug fix
2007-12-26 eric_tianalign all fields of data struct
2007-12-26 vanjeffEnhance the Usb bus driver to support Star with Remaini...
2007-12-26 vanjeffFixed the bug that the PPI descriptor number defined...
2007-12-24 eric_tianadd iSCSI protocol
2007-12-20 klu2Remove 'Framework' word in comments
2007-12-18 qwang12fix a issue to pass ICC build
2007-12-18 vanjeffSync the latest version from R8.
2007-12-17 vanjeffFixed the bug when set mode value is less than the...
2007-12-11 lgao4Use AllocatePage for FvImage.
2007-12-11 jwang36Changed the file or directory name inconsistences
2007-12-10 lgao4Move sure FvImage buffer at its alignment when install...
2007-12-10 klu2MdeModule cleanup for PI:
2007-12-10 mdkinneyRemove logic to repair image handles
2007-12-10 mdkinneyroll back change
2007-12-07 lgao4Cache FvImage at buffer with its required alignment.
2007-12-07 qhuang81. Move some status code related PCDs to MdePkg
2007-12-06 jljustenedk2/MdeModulePkg/Include/Protocol/Dpc.h
2007-12-06 lgao4Enable PeiCore to dispatch the encapsulated fv images...
2007-12-05 lgao4Update CapsuleDriver to use capsule library.
2007-12-05 lgao4Add Capsule library
2007-12-05 qhuang81. Update default value to adapt to most platform.
2007-12-05 lgao4Add Capsule library
2007-12-04 klu2Roll back wrong check in, peimain and dxe main still...
2007-12-04 klu2Remove useful dependency package's relationship
2007-11-30 mdkinneyUpdate ConnectController() to convert an ImageHandle...
2007-11-29 qwang12remove building of EFI_SEC_PLATFORM_INFORMATION_PPI...
2007-11-29 eric_tianthe last check-in for UsbMouseAbsolutePointer is not...
2007-11-28 vanjeffFixed potential issues to release resources when error...
2007-11-28 eric_tianmodify the corresponding file path about UsbMouseAbsolu...
2007-11-28 eric_tianchange the folder name of "UsbMouseSimulateTouchPadDxe...
2007-11-28 eric_tianchange "UsbMouseSimulateTouchPad" to "UsbMouseAbsoluteP...
2007-11-27 lgao4Remove the unnecessary CapsuleInfo.h file.
2007-11-27 qwang12correct the gEfiCapsuleArchProtocolGuid to be the same...
2007-11-27 mdkinney1) Improve the EFI Memory Map stability to improve...
2007-11-23 vanjeffA small changing to reduce size for ConSplitter module.
2007-11-23 eric_tianalign some line to conform with code style
2007-11-22 qhuang8Clean up: update "EFI" to "UEFI" if applicable.
2007-11-21 eric_tiandelete a debug output to pass through EBC build and...
2007-11-20 qhuang8Add change log for non-compatible change.
2007-11-20 qhuang8Remove debug print statement checked in inadvertently
2007-11-20 qhuang8Remove Atapi Pass Thru driver in MdeModulePkg. This...
2007-11-20 vanjeffremove member context from _EFI_MTFTP4_TOKEN structure.
2007-11-20 vanjeff1. Add DPC protocol and DpcLib library in MdeModulePkg.
2007-11-20 klu2Move out the FlashMapHob
2007-11-20 lgao4Revert R4300 change, Runtime driver doesn't need to...
2007-11-19 qwang12Use MACRO EFI_FV_FILETYPE_ALL instead of a constant.
2007-11-19 qwang121) Make PEI PI File system service to skip PAD file
2007-11-16 lgao4Convert the capsule image address installed in Configur...
2007-11-16 lgao4Add CapsuleInfo guid to store the list of capsule image...
2007-11-15 qwang12Add a feature flag to allow platform developer to decid...
2007-11-14 eric_tianadd UsbMouseSimulateTouchPad driver to verify the corre...
2007-11-13 vanjeffRemove gEfiNetworkInterfaceIdentifierProtocolGuid refer...
2007-11-13 vanjeffRemove gEfiNetworkInterfaceIdentifierProtocolGuid refer...
2007-11-09 vanjeff1. CoreOpenImageFile(): FilePath should be IN OUT.
2007-11-08 qhuang8Fix build break for X64 cpu architecture.
2007-11-08 qwang12gEfiVariableWriteArchProtocolGuid should be used for...
2007-11-08 qhuang8PI spec will be updated to make it clear that this...
2007-11-08 qhuang8Merge EDK899: fixed bug to support EFI_HOB_TYPE_MEMORY...
2007-11-08 qwang121) If PeiLoadImage fails, the section extraction PPI...
2007-11-08 yshang11) Fix bugs in BaseMemoryLibOptXXX instances in MdePkg.
2007-11-06 lgao4To find DxeCore by PE32 section is enough, DxeCore...
2007-11-05 gtiandefine the variable related to PCD for supporting big...
2007-11-01 klu2Should use MaxCarTop but *not* CarTop to computer the...
2007-11-01 lgao4Print entry point address by using 0x%10p for the above...
2007-10-31 lgao4Print real entry point for IPF image.
2007-10-31 klu2Fix the issue that CAR size is shown as negative number.
2007-10-31 yshang11) Change GUID of emuvariable module.
2007-10-30 jljustenMdeModulePkg/Universal/DevicePathDxe/DevicePathFromText.c:
2007-10-30 jljustenMdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerfo...
2007-10-29 jljustenFixed filename case for case-sensitive file systems.
2007-10-26 lgao4Add one judge whether TeImage or PeImage has reloc...
2007-10-25 vanjeffSave original PCI attributes in start() function and...
2007-10-24 qwang12ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)
2007-10-24 qwang12ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE)
2007-10-22 lgao4Fix alignment requirement when Load IPF TeImage into...
2007-10-22 klu2Update following library class/Protocol for puting...
2007-10-22 qhuang8Add ConIn device even if SimpleTextInputEx Protocol...
2007-10-19 qwang12Fix a bug which does not run PeiCore from memory after...
2007-10-19 qhuang8Fix a bug in variable driver cache mechanism:
2007-10-19 qhuang8Update to support EFI_SIMPLE_INPUT_EX protocol
2007-10-19 qhuang8Add a Notification GUID for the implementation of EFI_S...
2007-10-18 qwang12Fix a bug:
2007-10-18 lgao4Make GuidedSection library instance to follow the value...
2007-10-18 jwang36Added library instance for PcdLib for module type DXE_CORE
2007-10-18 klu2The BaseAddress and Length should be align PAGE accordi...
2007-10-18 qwang12Update the return status to comply to PI spec.
2007-10-17 lgao4Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSe...
2007-10-17 lgao4Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSe...
2007-10-17 lgao4Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSe...
2007-10-17 lgao4Apply Crc32GuidedSectionExtract library instance to...
2007-10-17 lgao4Add Crc32GuidedSectionExtractLib instance to produce...
2007-10-17 vanjeffMerger trackers #7807 and #8372.
2007-10-16 vanjeffMerger network tackers 9307, 9338, 9339, 9397
2007-10-16 klu2Add judgement for TextModeMap
2007-10-16 klu2Remove comments for removed parameter.
2007-10-16 vanjeff1. Add PcdConOutGopSupport and PcdConOutUgaSupport...
2007-10-15 qwang121) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSu...
2007-10-15 lgao4Remove the special logic on EFI_PCI_DEVICE_ENABLE in...
2007-10-12 lgao41. Update internal EfiPrint protocol to contain all...
next