]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg
Turn of USB legacy support in EHCI driver as it is not needed.
[mirror_edk2.git] / MdeModulePkg /
2010-03-04 hhuan13Remove Size==0 branch in SmmAllocatePool()
2010-03-03 rsun3Minor bug fix and robustness check improvement.
2010-03-03 jchen20Enable "Load Module At fixed Address" feature in SMM...
2010-03-03 jyao1Change the minimal SMM core size from 1MB to 256KB-4K.
2010-03-02 hhuan13Fix K8 scan issues
2010-03-01 klu2Add checking whether FvCount is overflow when new unkno...
2010-03-01 rsun3Minor coding style fix.
2010-03-01 xli24Rollback change of revision 10061.
2010-03-01 jchen20update DxeIpl to use EFI_S3_RESUME2_PPI instead of...
2010-03-01 mdkinneyUpdate PI SMM Core to ignore memory ranges from SMRAM...
2010-03-01 hhuan13Update PiSmmCore:
2010-03-01 jljustenMdeModulePkg DxeNetLib: Fix compiler warning
2010-02-28 lgao4Add FormMap form example.
2010-02-28 erictianupdate Ehci driver to distinct pci memory address and...
2010-02-27 vanjeff1. Refine debug agent library.
2010-02-27 lgao4Add the missing check for NULL pointer before use it.
2010-02-26 geekboy15aFixed GCC build issue caused by converting a pointer...
2010-02-26 xli24Add parameter checking for PEI service AllocatePages...
2010-02-26 xli24Refine parameter description according to PI 1.2 errata A.
2010-02-26 rsun3Add more code robustness check for modules under MdeMod...
2010-02-26 jchen20Fix a bug in "Load module At fixed address" to enable...
2010-02-26 vanjeffimport Debug Agent Library and null instance in MdeModu...
2010-02-26 hhuan13Clean up PiSmmCore to pass K8 scan
2010-02-26 jgong5Add EfiCpuArchProtocol dependency for PiSmmIpl module...
2010-02-25 mdkinneyAdd PI SMM IPL and PI SMM Core
2010-02-25 mdkinneyAdd PI SMM IPL and PI SMM Core
2010-02-25 mdkinneyAdd MemoryAllocationLib for PI SMM Core
2010-02-25 jljustenCleanup: Remove PcdDxePcdDatabaseTraverseEnabled
2010-02-25 jljustenRemove svn:executable on *.c, *.h, *.asm, *.S, *.inf...
2010-02-25 klu2Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION...
2010-02-25 lgao4Enhance SetupBrowser to support new UEFI HiiFormMap...
2010-02-24 xli24Add support for capsule above 4G.
2010-02-24 vanjeffroll back changing on save and restore interrupt status...
2010-02-24 rsun3Minor comment fix.
2010-02-24 jgong5Avoid shadowing PE image read function on IPF
2010-02-24 jchen20fixed the bug in .S file to make the EBC driver work...
2010-02-24 lgao41. Correct File header to ## @file
2010-02-23 mdkinneyFix comment
2010-02-23 li-elvinEnhance UpdateCapsule () to support calling multiple...
2010-02-23 vanjeffenhanced Dhcp4Dxe module to clean active configure...
2010-02-22 lgao41. Update GetStringWorker() of HiiDataBaseDxe to only...
2010-02-22 niruiyuTPL of Pcd Dxe driver was changed to TPL_CALLBACK from...
2010-02-22 jgong5Enhance memory copy logic for PEI core image read....
2010-02-20 niruiyuadd more comments for gEfiMdeModulePkgTokenSpaceGuid...
2010-02-17 andrewfishCleanup HOB DEBUG prints
2010-02-16 mdkinney1) Fix build issues
2010-02-16 mdkinneyUse Memory Allocation Library instance for modules...
2010-02-16 mdkinneyUse Memory Allocation Library instance for modules...
2010-02-16 andrewfishClean up HOB debug prints
2010-02-16 andrewfishFix crash in UnixPkg and BeagleBoard caused by gSmmBase...
2010-02-14 mdkinneyAdd Memory Allocation Library instance for modules...
2010-02-13 mdkinneyUpdate DXE Core to be compatible with PI 1.2 SMM Drivers.
2010-02-12 xdu2Update SnpDxe to support dynamic media detect.
2010-02-11 klu2Support HII VOID* dynamic/dynamicEx type PCD.
2010-02-11 lgao4Update HiiDataBase to make sure that the installed...
2010-02-11 li-elvinThe fix is for EFI Linux capsule test case can not...
2010-02-11 klu2GraphicsOutputBlt() need judge parameter
2010-02-11 klu2Fix the issue that unknown format FV in Fvhob is instal...
2010-02-11 mdkinneyPass the correct TokenNumber into a CallbackOnSet notif...
2010-02-11 mdkinneyPass the correct TokenNumber into a CallbackOnSet notif...
2010-02-11 erictian1. free those inserted NsKeyNode resource when releasin...
2010-02-11 rsun3Coding style fix and minor improvements.
2010-02-11 lgao4Add example of Name/Value pair var store to DriverSample
2010-02-10 vanjeffa)Save and disable CPU interrupt before calling AsmWrit...
2010-02-10 jchen20revise the debug message to add 0x in front of the...
2010-02-10 lgao4Fix ICC build break by do data conversion.
2010-02-09 jchen20change the GetPcd64 to FixedGetPcd64 to pass ECC
2010-02-09 lgao4Update HiiString Protocol and HiiSetString Api in HiiLib
2010-02-08 qhuang8Update MdeModulePkg to not use EFI_SPECIFICATION_VERSIO...
2010-02-08 erictianformat uniform: move tab to blank.
2010-02-08 qhuang8Remove DEBUG_LOAD for InstallProtocolInterface() to...
2010-02-08 jchen20modified to pass the VS2003 build
2010-02-05 jchen20modified to pass the ICC build
2010-02-05 jchen20revise the comments style
2010-02-05 jchen20Enable the Load Module At fixed Address feature
2010-02-05 xdu2Add some security check.
2010-02-04 jgong5Enable PEI core to differentiate PEIMs in performance...
2010-02-03 xdu2For network dynamic media support:
2010-02-02 xdu21. add error handling in case DHCP success but boot...
2010-02-02 lgao4Add support to original EFI_IFR_FORM_SET in initial...
2010-02-02 erictianwhen remaining device path is not NULL, check if it...
2010-02-01 qianouyangMdeModulePkg\Library\DxeNetLib: Update the NetLibStrToI...
2010-02-01 tye11. Update the maximum length to 224 in ISCSI_CONFIG_IFR...
2010-02-01 ljin6Get MaxPacketSize from IP4 mode data and reduce the...
2010-02-01 li-elvinRemove micro definition for smbios version, instead...
2010-01-29 mdkinneyRemove unnecessary use of FixedPcdxxx() functions and...
2010-01-28 vanjeffEnhanced TerminalDxe module not to install Simple Text...
2010-01-28 ljin6Remove redundant arch definition in UefiPxeBcDxe.
2010-01-28 xli241. Add comments in INF file to describe limitation.
2010-01-28 ljin6Remove EBC arch support for UefiPxeBcDxe.
2010-01-28 ljin6Fixed the issue of duplicated SYS_ARCH in MdeModulePkg...
2010-01-27 tye11. Fix the potential issue in NetbufGetFragment() when...
2010-01-27 xli24Remove reference to PCDs of status code value. Use...
2010-01-27 xli24Remove reference to PCDs of status code value. Use...
2010-01-26 lgao4Print the warning information for the image without...
2010-01-26 qhuang8Clean up AtaBus driver to not depend on PI IdeControlle...
2010-01-26 klu2Remove ASSERT() to make AllocatePool() service match...
2010-01-25 klu2Fix the issue that accessing for unaligned address...
2010-01-25 jchen20Integrated S3 thunk implementation: change the PcdDxeIp...
2010-01-25 qhuang8Fix the issue that the protocol field in IPv4 and IPv6...
next