summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a bug in Ip4HandleIcmpError, it should pass over the whole ICMP error m...tye12010-01-251-3/+3
* Add StrToIp functions to NetLib.tye12010-01-252-1/+464
* Correct PeiCore not dispatch the register for shadow image without relocation.lgao42010-01-243-9/+97
* SMM driver should link UefiRuntimeLib.hhtian2010-01-231-2/+1
* Improve coding style in MdeModulePkg.rsun32010-01-1945-973/+990
* Update PeiLoadFilePpi produced by PeiCore to load only images with relocation...lgao42010-01-151-1/+1
* Fix some coding style issues in MdeModulePkg.rsun32010-01-1516-36/+62
* Correct comments to match function declaration.lgao42010-01-152-63/+116
* According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t...klu22010-01-144-8/+12
* Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun32010-01-148-22/+22