summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure there is only one instance of Status Code PPI in system.xli242010-01-141-6/+33
* add DataSize check to avoid PlatformLang/Lang variable is auto-mapped when tr...eric_tian2010-01-142-4/+4
* fixed one bug that old rsp was calculate incorrectly.vanjeff2010-01-142-32/+32
* Some HII related definitions change. Note these changes are inconsistent with...rsun32010-01-142-4/+8
* When found the file according to given file name guid, PeiFfs2FvPpiFindFileBy...klu22010-01-141-1/+2
* Update INF file to properly declare which PCDs must be Fixed, and update PCD ...mdkinney2010-01-143-11/+13
* Cleanup INF file for PEI Core mdkinney2010-01-141-11/+4
* Fix the warning: Line 389, the Index of mMonthName may be -1.tye2010-01-121-1/+1
* Add ASSERT () to make sure the array is accessed within the limit. tye2010-01-111-5/+7
* 1. Add missing CloseProtocol in case RemainingDevicePath is NULL or EndOfDpdavidhuang2010-01-111-0/+9
* 1. Eliminate RemainingDevicePath Type limitation, let PassThru to check its v...davidhuang2010-01-111-67/+70
* 1)Remove “Back to Previous Page'”, since it cannot go back to “Device M...vanjeff2010-01-086-72/+119
* refine the code and add more security check.vanjeff2010-01-0818-493/+499
* Correct copyright year to 2010lgao42010-01-074-4/+4
* Enable SetupBrowser to support multiple form class guid.lgao42010-01-064-14/+33
* MdeModulePkg AcpiTableDxe: Fix compiler warningjljusten2010-01-041-0/+2
* installing HII config access protocol on child handle instead of installing o...vanjeff2010-01-049-844/+374
* check whether FvHandle is NULL for FfsGetVolumeInfo() interface.klu22010-01-041-2/+2
* Add default implementation of EFI_CPU_IO_PPI and EFI_PCI_CFG2_PPI for EFI_SER...klu22010-01-045-5/+1199
* Minor clean ups for these INF files.mdkinney2009-12-312-14/+11
* Fix minor coding style issues.qhuang82009-12-312-29/+30
* Remove the hard-code IoAlign in BlockIo.Media; instead, this value should inh...qhuang82009-12-312-1/+2
* Add disableif statement example, and suppressif form example.lgao42009-12-311-102/+104
* Align name of constructor and destructor.xli242009-12-311-2/+2