summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Update SnpDxe to support dynamic media detect.xdu22010-02-123-212/+241
* Support HII VOID* dynamic/dynamicEx type PCD.klu22010-02-112-29/+66
* Update HiiDataBase to make sure that the installed StringPackages contains th...lgao42010-02-111-1/+87
* The fix is for EFI Linux capsule test case can not run.li-elvin2010-02-111-9/+9
* GraphicsOutputBlt() need judge parameter klu22010-02-111-1/+5
* Fix the issue that unknown format FV in Fvhob is installed for FvInfoPpi more...klu22010-02-111-1/+22
* Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney2010-02-111-28/+22
* Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney2010-02-111-1/+1
* 1. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout ev...erictian2010-02-113-6/+8
* Coding style fix and minor improvements.rsun32010-02-1123-420/+113
* Add example of Name/Value pair var store to DriverSamplelgao42010-02-115-9/+327
* a)Save and disable CPU interrupt before calling AsmWriteIdtr().vanjeff2010-02-101-19/+31
* revise the debug message to add 0x in front of the HEX number for consistencyjchen202010-02-108-29/+27
* Fix ICC build break by do data conversion.lgao42010-02-101-2/+2
* change the GetPcd64 to FixedGetPcd64 to pass ECC jchen202010-02-091-1/+1
* Update HiiString Protocol and HiiSetString Api in HiiLiblgao42010-02-094-90/+191
* Update MdeModulePkg to not use EFI_SPECIFICATION_VERSION and PI_SPECIFICATION...qhuang82010-02-084-15/+11
* format uniform: move tab to blank.erictian2010-02-081-43/+43
* Remove DEBUG_LOAD for InstallProtocolInterface() to align with PPI installati...qhuang82010-02-081-5/+5
* modified to pass the VS2003 buildjchen202010-02-081-1/+1
* modified to pass the ICC buildjchen202010-02-051-6/+6
* revise the comments stylejchen202010-02-051-2/+2
* Enable the Load Module At fixed Address feature jchen202010-02-0512-61/+972
* Add some security check.xdu22010-02-054-4/+7
* Enable PEI core to differentiate PEIMs in performance log by passing PEIM fil...jgong52010-02-041-4/+4
* For network dynamic media support:xdu22010-02-0316-62/+449
* 1. add error handling in case DHCP success but boot request failxdu22010-02-022-0/+8
* Add support to original EFI_IFR_FORM_SET in initial UEFI2.1 spec. Now, it has...lgao42010-02-022-16/+23
* when remaining device path is not NULL, check if it's the device managed by b...erictian2010-02-021-2/+5
* MdeModulePkg\Library\DxeNetLib: Update the NetLibStrToIp6andPrefix() to retur...qianouyang2010-02-011-2/+6
* 1. Update the maximum length to 224 in ISCSI_CONFIG_IFR_NVDATA() to store 223...tye12010-02-013-8/+9
* Get MaxPacketSize from IP4 mode data and reduce the head size of UDP and MTFT...ljin62010-02-014-11/+29
* Remove micro definition for smbios version, instead we use a PCD value to let...li-elvin2010-02-014-13/+18
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-2914-90/+85
* Enhanced TerminalDxe module not to install Simple Text(ex) input protocol and...vanjeff2010-01-282-460/+687
* Remove redundant arch definition in UefiPxeBcDxe.ljin62010-01-286-163/+0
* 1. Add comments in INF file to describe limitation.xli242010-01-282-15/+11
* Remove EBC arch support for UefiPxeBcDxe.ljin62010-01-281-3/+5
* Fixed the issue of duplicated SYS_ARCH in MdeModulePkg\UefiPxeBcDxe.ljin62010-01-283-24/+8
* 1. Fix the potential issue in NetbufGetFragment() when Last is zero in Line 53.tye12010-01-271-7/+4
* Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli242010-01-271-23/+1
* Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli242010-01-2727-114/+60
* Print the warning information for the image without relocation only when load...lgao42010-01-261-2/+2
* Clean up AtaBus driver to not depend on PI IdeControllerInit Protocol definit...qhuang82010-01-262-11/+10
* Remove ASSERT() to make AllocatePool() service match PI spec.klu22010-01-261-2/+5
* Fix the issue that accessing for unaligned address break IPFklu22010-01-251-3/+5
* Integrated S3 thunk implementation: change the PcdDxeIplSwitchToLongMode type...jchen202010-01-251-2/+2
* Fix the issue that the protocol field in IPv4 and IPv6 is does not reflect th...qhuang82010-01-253-10/+79
* Update according to two review comments:tye12010-01-251-2/+7
* Fix a bug in Udp4IcmpHandler, it should not add special checking for Icmp mes...tye12010-01-251-11/+2