summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2010-07-22Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish7-7/+40
2010-07-20Per UEFI Spec, LowestAlignedLba and LogicalBlocksPerPhysicalBlock must be 0 f...niruiyu1-1/+10
2010-07-191. Add init flag DEBUG_AGENT_INIT_DXE_AP.vanjeff3-14/+71
2010-07-18Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the up...andrewfish1-4/+4
2010-07-16Enhance to follow UEFI2.3 spec - the EFI_ACPI_TABLE_PROTOCOL will ensure that...jyao11-1/+7
2010-07-13Refine code.vanjeff4-21/+175
2010-07-13Change type of PcdSrIovSupport/PcdAriSupport/PcdMrIovSupport from FeatureFlag...rsun31-9/+9
2010-07-13Return from ProgramBar() after VF BARs are programmed.rsun31-1/+2
2010-07-13Fix bugs in the PCI bus driver to support SR-IOV.rsun36-228/+289
2010-07-12remove duplicated code.vanjeff1-6/+1
2010-07-08Remove ASSERT and change to if ()hhuan131-4/+5
2010-07-08Fix a bug by adding * for Ptr8hhuan131-1/+1
2010-07-07Update the previous fix to only shadow the function for supported processor a...andrewfish1-8/+8
2010-07-07Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM...andrewfish1-1/+6
2010-07-07Fix a bug:hhuan131-0/+9
2010-07-05Fix the issues that StatusCode can't work when PcdStatusCodeUseMemory is set ...lgao42-103/+61
2010-07-05Initialize lists ArpService->PendingRequestTable/DeniedCacheTable/ResolvedCac...xdu21-12/+9
2010-07-051. update to use 1 EFI Variable per NIC (instead of converge all NIC configur...xdu29-610/+274
2010-07-01Fix a bug that mtftp4 driver reply 2 ACK in answer to incoming No.65535 block...hhuan134-3/+7
2010-07-011. fixed one bug to construct config request string header used child handle ...vanjeff2-4/+93
2010-06-30Add routing header type to NetLib.tye11-0/+1
2010-06-291) Call ProcessNotifyList() to process all Dispatch Notifications after the M...mdkinney1-68/+85
2010-06-29Fixed a bug in Mtftp4: to allow the block number to roll over to accept trans...hhuan134-15/+49
2010-06-18Remove some unnecessary clear screen from console drivers.li-elvin2-30/+53
2010-06-17Add a missing parameter description in the function header for CoreFindFreePa...rsun31-0/+1
2010-06-141) Improve how memory usage is tracked in DXE Coremdkinney1-37/+164
2010-06-13Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change ...qianouyang6-129/+126
2010-06-04Change MaxBlock to HEX value to avoid GCC build failure.li-elvin1-4/+4
2010-06-04Do the following fix up in SetupBrowser driver:lgao43-57/+51
2010-06-02Fixed tracker #203752, Dhcp4 assert issue.hhuan131-2/+4
2010-06-02Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao48-140/+306
2010-05-28If SCSI version support Read/Write (16) command, use both commands to access ...li-elvin2-41/+244
2010-05-27Add three HiiLib APIs: HiiCreateTextOpCode, HiiCreateDateOpCode and HiiCreate...lgao42-5/+265
2010-05-25Status code handler callback should be declared as EFIAPIklu23-3/+7
2010-05-24Add the missing PalLib NULL instance.lgao41-1/+1
2010-05-23Add the missing PalLib NULL instance.lgao41-0/+1
2010-05-21Fixed the issue of that IP4driver can’t correctly reassemble the Out of Seq...qianouyang1-1/+1
2010-05-21Clean up package/platform DSC files by the following steps:lgao41-99/+46
2010-05-20MdeModulePkg AcpiTableDxe: Fix GCC build warningjljusten1-0/+2
2010-05-20fix a bug that FindVariable() may set GoneThrough flag wrongly when a >64K va...erictian1-1/+1
2010-05-19Fix VS2003 build errorjyao11-1/+1
2010-05-19Update QueryCapsuleCapabilities interface.li-elvin2-16/+18
2010-05-19add security check.vanjeff1-2/+5
2010-05-18MdeModulePkg:jyao113-10/+4177
2010-05-17Small code refinement in MdeModulePkg.rsun34-89/+70
2010-05-14Fix DxeCore Dispatch Issue that DXE drivers may not be dispatched if they de...lgao41-9/+9
2010-05-14Fix 3 K8 issues for PXE module hhuan132-2/+31
2010-05-13Fix minor format issue in file headerqhuang82-3/+2
2010-05-12Fix for UNIXGCC buildjchen201-1/+1
2010-05-111) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variab...mdkinney4-241/+256