]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg
Fix build break when doing 32-bit build with some certain C compiler option combinations.
[mirror_edk2.git] / MdeModulePkg /
2010-10-26 lgao4Correct Data type conversion.
2010-10-25 lgao4Update HiiDatabase->ExportPackageLists() service to...
2010-10-25 lgao4Reserve one column at left screen to be more visually.
2010-10-25 lgao4Fix the following three issues:
2010-10-21 niruiyuUse the correct length to copy KeyData.
2010-10-20 qianouyangFix build issue in IPv4.
2010-10-19 erictianreturn EFI_DEVICE_ERROR if the Status value is not...
2010-10-18 ydong10Refine code to make code run more safely.
2010-10-18 erictianset the interface of usb hid device to boot protocol...
2010-10-15 andrewfishFix minor gcc build break.
2010-10-15 qianouyangUpdate IPsec.h file to follow approved ECR which will...
2010-10-14 niruiyuUpdate ConPlatform driver to support GOP driver which...
2010-10-14 erictianfix 32bit build warning
2010-10-13 jljustenDuetPkg, MdeModulePkg: Fix several enum comparions
2010-10-12 erictianadd ataatapipassthru driver to dsc file
2010-10-11 rsun3Correct the bad token number for gEfiMdeModulePkgTokenS...
2010-09-30 erictianremove additional space from comments and pass ICC...
2010-09-29 erictianadd native ide/ahci driver
2010-09-16 ydong10Refine code to make code run safely.
2010-09-15 ydong10Refine soma code to make code run safely.
2010-09-10 mdkinneyUpdate this library to restrict usage to DXE_RUNTIME_DR...
2010-09-09 hhuan13Improve PXE Over IPv4 performance:
2010-09-07 rsun3Rename one file to follow the file naming convention.
2010-09-07 rsun3Rename one file to follow the file naming convention.
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...
next