]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg
Sync EDKII BaseTools to BaseTools project r2042.
[mirror_edk2.git] / MdeModulePkg /
2010-09-02 qhuang8Fill AtaDeviceHeader field in ATA command block
2010-08-27 tye1The patch acknowledges the TCP zero window probe messag...
2010-08-27 hhuan13To comply w/ UEFI spec , In Dhcp(), Discover(), and...
2010-08-26 pgao2Avoid DxeCore to reclaim PEI stack as IDT may be on...
2010-08-23 li-elvinChange the check condition for 16 byte command, when...
2010-08-20 hhuan13Fixed Ip4 bug that causing Iscsi reconnect hang sporadi...
2010-08-18 niruiyuclear the correct BAR register. Because for P2P device...
2010-08-18 hhuan131. Introduce PcdTftpBlockSize to let platform DSC custo...
2010-08-17 vanjeffremove CpuBreakpoint ().
2010-08-17 vanjeffFixed one bug which may lead standard error handle...
2010-08-15 hhuan13Roll back BlockSize to 0x8000 for PXE performance concern.
2010-08-12 xdu2Fix bug in Ip4Dxe and Dhcp4Dxe to ensure that RaiseTPL...
2010-08-10 rsun3Minor code refinement.
2010-08-09 hhuan13Fixed K9 scan issues.
2010-08-06 mdkinneyMove registration of DXE Core with PeCoffExtraActionLib...
2010-08-06 jjin9Fix IP address text representation issue about leading...
2010-08-04 li-elvinAccording to SCSI spec, ANSI version is 3 bits, so...
2010-08-04 xdu2Fix a typo in Ip4ConfigDriverBindingStart(): it should...
2010-08-04 xdu2Update MnpDxe to deliver VLAN tagged packet even when...
2010-08-03 mdkinneyUpdate DXE Core so its own PE/COFF image is passed...
2010-07-30 andrewfishAdd debug print that the system is about to be reset...
2010-07-30 hhuan13Fix a bug. iSCSI driver doesn’t follow driver model...
2010-07-30 xli24Add NULL pointer checking against Data.
2010-07-30 vanjeffFix one issue: Some last IP settings may be lost when...
2010-07-30 xli24Handle gEfiStatusCodeDataTypeStringGuid in status code...
2010-07-28 lgao4Roll back change r10696, because new update on r10700...
2010-07-28 lgao4Enhance FV2.ReadSection() to read GUIDED section raw...
2010-07-28 lgao4Enhance PiSmmCoreMemoryAllocationLib Free function...
2010-07-26 lgao4Make sure gBS FreePool() is used to free the buffer...
2010-07-26 qhuang8Update AtaBus module to use Uefi.h as the master header...
2010-07-22 andrewfishAdd 64-bit versions of FLASH Base addressess as it...
2010-07-20 niruiyuPer UEFI Spec, LowestAlignedLba and LogicalBlocksPerPhy...
2010-07-19 vanjeff1. Add init flag DEBUG_AGENT_INIT_DXE_AP.
2010-07-18 andrewfishFix 64-bit bug in DxeIpl. You can't cast an & UINT64...
2010-07-16 jyao1Enhance to follow UEFI2.3 spec - the EFI_ACPI_TABLE_PRO...
2010-07-13 vanjeffRefine code.
2010-07-13 rsun3Change type of PcdSrIovSupport/PcdAriSupport/PcdMrIovSu...
2010-07-13 rsun3Return from ProgramBar() after VF BARs are programmed.
2010-07-13 rsun3Fix bugs in the PCI bus driver to support SR-IOV.
2010-07-12 vanjeffremove duplicated code.
2010-07-08 hhuan13Remove ASSERT and change to if ()
2010-07-08 hhuan13Fix a bug by adding * for Ptr8
2010-07-07 andrewfishUpdate the previous fix to only shadow the function...
2010-07-07 andrewfishFix issue with ARM port. Image.c shadow code is not...
2010-07-07 hhuan13Fix a bug:
2010-07-05 lgao4Fix the issues that StatusCode can't work when PcdStatu...
2010-07-05 xdu2Initialize lists ArpService->PendingRequestTable/Denied...
2010-07-05 xdu21. update to use 1 EFI Variable per NIC (instead of...
2010-07-01 hhuan13Fix a bug that mtftp4 driver reply 2 ACK in answer...
2010-07-01 vanjeff1. fixed one bug to construct config request string...
2010-06-30 tye1Add routing header type to NetLib.
2010-06-29 mdkinney1) Call ProcessNotifyList() to process all Dispatch...
2010-06-29 hhuan13Fixed a bug in Mtftp4: to allow the block number to...
2010-06-18 li-elvinRemove some unnecessary clear screen from console drivers.
2010-06-17 rsun3Add a missing parameter description in the function...
2010-06-14 mdkinney1) Improve how memory usage is tracked in DXE Core
2010-06-13 qianouyangAdd a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4...
2010-06-04 li-elvinChange MaxBlock to HEX value to avoid GCC build failure.
2010-06-04 lgao4Do the following fix up in SetupBrowser driver:
2010-06-02 hhuan13Fixed tracker #203752, Dhcp4 assert issue.
2010-06-02 lgao4Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function...
2010-05-28 li-elvinIf SCSI version support Read/Write (16) command, use...
2010-05-27 lgao4Add three HiiLib APIs: HiiCreateTextOpCode, HiiCreateDa...
2010-05-25 klu2Status code handler callback should be declared as...
2010-05-24 lgao4Add the missing PalLib NULL instance.
2010-05-23 lgao4Add the missing PalLib NULL instance.
2010-05-21 qianouyangFixed the issue of that IP4driver can’t correctly reass...
2010-05-21 lgao4Clean up package/platform DSC files by the following...
2010-05-20 jljustenMdeModulePkg AcpiTableDxe: Fix GCC build warning
2010-05-20 erictianfix a bug that FindVariable() may set GoneThrough flag...
2010-05-19 jyao1Fix VS2003 build error
2010-05-19 li-elvinUpdate QueryCapsuleCapabilities interface.
2010-05-19 vanjeffadd security check.
2010-05-18 jyao1MdeModulePkg:
2010-05-17 rsun3Small code refinement in MdeModulePkg.
2010-05-14 lgao4Fix DxeCore Dispatch Issue that DXE drivers may not...
2010-05-14 hhuan13Fix 3 K8 issues for PXE module
2010-05-13 qhuang8Fix minor format issue in file header
2010-05-12 jchen20Fix for UNIXGCC build
2010-05-11 mdkinney1) Fix IPF ICC 11.1 issue when /Ox is used related...
2010-05-11 jchen20Add fix for the hardcoded Max ACPI table number. With...
2010-05-10 xdu2Minor comment update.
2010-05-10 lgao41. Use the max string size to compare password string.
2010-05-07 mdkinneyFix ICC 11.1 build break
2010-05-07 mdkinneyUpdate UHCI and ECHI drivers to both Stop and Reset...
2010-05-07 mdkinneyFix bug in PciHostBridgeEnumerator().
2010-05-05 erictianraise TPL to TPL_CALLBACK level at DriverBindingStart...
2010-05-05 lgao4Use new API GetSectionFromAnyFvByFileType() of MdePkg...
2010-04-29 geekboy15aForcing functions with variable argument lists to use...
2010-04-24 hhtianUpdate the copyright notice format
2010-04-24 hhtianUpdate the copyright notice format
2010-04-21 niruiyuFix a bug that FV->ReadSection cannot get the EFI_SECTI...
2010-04-19 erictianUse SimpleTextInEx.Reset to initialize correctly KeyTog...
2010-04-16 geekboy15aFixed GCC 4.4 build issues due to EFIAPI not being...
2010-04-09 vanjeff1.Fixed the bug when retrieved component name by child...
2010-04-07 klu2Fix the issue that GCC treat enum type as unsigned...
2010-04-06 lgao4Update the modules with the different module GUID to...
2010-04-05 jljustenMdeModulePkg: Fix warning with VS2005 toolchain on...
2010-04-03 jgong5Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal...
2010-04-01 xdu2Enhance SNP to be compatible with UNDI driver which...
next