summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Handle gEfiStatusCodeDataTypeStringGuid in status code handler drivers.xli242010-07-309-7/+49
* Roll back change r10696, because new update on r10700 and r10701 handles this...lgao42010-07-281-15/+3
* Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction...lgao42010-07-281-20/+134
* Enhance PiSmmCoreMemoryAllocationLib Free function implementation to call gSm...lgao42010-07-282-3/+125
* Make sure gBS FreePool() is used to free the buffer always allocated by gBS A...lgao42010-07-261-3/+15
* Update AtaBus module to use Uefi.h as the master header file as it is a pure ...qhuang82010-07-261-1/+1
* Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish2010-07-227-7/+40
* Per UEFI Spec, LowestAlignedLba and LogicalBlocksPerPhysicalBlock must be 0 f...niruiyu2010-07-201-1/+10
* 1. Add init flag DEBUG_AGENT_INIT_DXE_AP.vanjeff2010-07-193-14/+71
* Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the up...andrewfish2010-07-181-4/+4
* Enhance to follow UEFI2.3 spec - the EFI_ACPI_TABLE_PROTOCOL will ensure that...jyao12010-07-161-1/+7
* Refine code.vanjeff2010-07-134-21/+175
* Change type of PcdSrIovSupport/PcdAriSupport/PcdMrIovSupport from FeatureFlag...rsun32010-07-131-9/+9
* Return from ProgramBar() after VF BARs are programmed.rsun32010-07-131-1/+2
* Fix bugs in the PCI bus driver to support SR-IOV.rsun32010-07-136-228/+289
* remove duplicated code.vanjeff2010-07-121-6/+1
* Remove ASSERT and change to if ()hhuan132010-07-081-4/+5
* Fix a bug by adding * for Ptr8hhuan132010-07-081-1/+1
* Update the previous fix to only shadow the function for supported processor a...andrewfish2010-07-071-8/+8
* Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM...andrewfish2010-07-071-1/+6
* Fix a bug:hhuan132010-07-071-0/+9
* Fix the issues that StatusCode can't work when PcdStatusCodeUseMemory is set ...lgao42010-07-052-103/+61
* Initialize lists ArpService->PendingRequestTable/DeniedCacheTable/ResolvedCac...xdu22010-07-051-12/+9
* 1. update to use 1 EFI Variable per NIC (instead of converge all NIC configur...xdu22010-07-059-610/+274
* Fix a bug that mtftp4 driver reply 2 ACK in answer to incoming No.65535 block...hhuan132010-07-014-3/+7
* 1. fixed one bug to construct config request string header used child handle ...vanjeff2010-07-012-4/+93
* Add routing header type to NetLib.tye12010-06-301-0/+1
* 1) Call ProcessNotifyList() to process all Dispatch Notifications after the M...mdkinney2010-06-291-68/+85
* Fixed a bug in Mtftp4: to allow the block number to roll over to accept trans...hhuan132010-06-294-15/+49
* Remove some unnecessary clear screen from console drivers.li-elvin2010-06-182-30/+53
* Add a missing parameter description in the function header for CoreFindFreePa...rsun32010-06-171-0/+1
* 1) Improve how memory usage is tracked in DXE Coremdkinney2010-06-141-37/+164
* Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change ...qianouyang2010-06-136-129/+126
* Change MaxBlock to HEX value to avoid GCC build failure.li-elvin2010-06-041-4/+4
* Do the following fix up in SetupBrowser driver:lgao42010-06-043-57/+51
* Fixed tracker #203752, Dhcp4 assert issue.hhuan132010-06-021-2/+4
* Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao42010-06-028-140/+306
* If SCSI version support Read/Write (16) command, use both commands to access ...li-elvin2010-05-282-41/+244
* Add three HiiLib APIs: HiiCreateTextOpCode, HiiCreateDateOpCode and HiiCreate...lgao42010-05-272-5/+265
* Status code handler callback should be declared as EFIAPIklu22010-05-253-3/+7
* Add the missing PalLib NULL instance.lgao42010-05-241-1/+1
* Add the missing PalLib NULL instance.lgao42010-05-231-0/+1
* Fixed the issue of that IP4driver can’t correctly reassemble the Out of Seq...qianouyang2010-05-211-1/+1
* Clean up package/platform DSC files by the following steps:lgao42010-05-211-99/+46
* MdeModulePkg AcpiTableDxe: Fix GCC build warningjljusten2010-05-201-0/+2
* fix a bug that FindVariable() may set GoneThrough flag wrongly when a >64K va...erictian2010-05-201-1/+1
* Fix VS2003 build errorjyao12010-05-191-1/+1
* Update QueryCapsuleCapabilities interface.li-elvin2010-05-192-16/+18
* add security check.vanjeff2010-05-191-2/+5
* MdeModulePkg:jyao12010-05-1813-10/+4177