summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
...
* Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish2010-07-226-7/+31
* Per UEFI Spec, LowestAlignedLba and LogicalBlocksPerPhysicalBlock must be 0 f...niruiyu2010-07-201-1/+10
* 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
* 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
* 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
* 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 UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change ...qianouyang2010-06-134-22/+22
* 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
* Status code handler callback should be declared as EFIAPIklu22010-05-253-3/+7
* Fixed the issue of that IP4driver can’t correctly reassemble the Out of Seq...qianouyang2010-05-211-1/+1
* 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-191-13/+15
* add security check.vanjeff2010-05-191-2/+5
* MdeModulePkg:jyao12010-05-1811-10/+4173
* Small code refinement in MdeModulePkg.rsun32010-05-174-89/+70
* Fix 3 K8 issues for PXE module hhuan132010-05-142-2/+31
* Fix for UNIXGCC buildjchen202010-05-121-1/+1
* Add fix for the hardcoded Max ACPI table number. With this fix, the number of...jchen202010-05-111-72/+195
* 1. Use the max string size to compare password string.lgao42010-05-103-4/+8
* raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related m...erictian2010-05-052-5/+14
* Forcing functions with variable argument lists to use the same calling conven...geekboy15a2010-04-296-0/+9
* Update the copyright notice formathhtian2010-04-24369-723/+723
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-1628-0/+57
* 1.Fixed the bug when retrieved component name by child handle. It should use...vanjeff2010-04-092-31/+31
* Update the modules with the different module GUID to avoid the different modu...lgao42010-04-061-1/+1
* Enhance SNP to be compatible with UNDI driver which doesn’t report correct ...xdu22010-04-011-0/+10
* fixed IP fragment issue which caused the MTU used by IP is less than the one ...qianouyang2010-03-281-1/+1
* remove PxeBc->Stop () when EFI_BUFFER_TOO_SMALL, the calling PxeBc->Stop() in...vanjeff2010-03-271-1/+3
* Fix sync issue to make EbcLLCALLEX() function check the same value to ones th...lgao42010-03-211-2/+2
* Fix an bug for PXE boot asserthhuan132010-03-191-2/+0
* changing UDP default timeout value to 2s to improve PXE BC boot performance.vanjeff2010-03-183-14/+15
* variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian2010-03-182-0/+24
* Fixed a minor bug in PlatformDriOverrideDxe which will assert when user trigg...jchen202010-03-181-1/+0
* 1, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Cal...klu22010-03-182-5/+18
* Bug Fix: IPv4 Fragment is not correct when VLAN is enable.qianouyang2010-03-181-4/+1
* Add check of MediaPresentSupported field in SNP mode data to support UNDI wit...xdu22010-03-161-1/+2
* Add sample use case for IFR security op-code.rsun32010-03-163-0/+12
* Fix a bug in SetupBrowserDxe driver when check current user's access setup pe...rsun32010-03-161-1/+1