summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2011-04-27Solve a wrong pointer reference in QueryVariableInfo().erictian2-4/+4
2011-04-25Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu4-67/+106
2011-04-251. Enabled IP4 layer auto configuration in case cable swap is detected.hhuan133-4/+121
2011-04-21Fix issue that iscsi initiator name with 223 bytes can not be saved.tye11-4/+4
2011-04-20Update the relevant drivers to use the correct GUID for EFI_IPSEC2_PROTOCOL.qianouyang2-2/+2
2011-04-19Fix the USB keyboard driver to call hotkey callback even no one is calling Re...niruiyu4-397/+300
2011-04-19Fix the terminal driver to call hotkey callback even no one is calling ReadKe...niruiyu3-104/+93
2011-04-19Update IFR version opcode value to follow the UEFI2.3.1 Spec.lgao41-5/+2
2011-04-19Update ALTCFG reference from default name token to default ID.ydong103-132/+10
2011-04-13Do not assert in HiiBlockToConfig function when an invalid format of ConfigRe...ydong101-5/+6
2011-04-12Old driver sample code does not return an EFI_UNSUPPORTED status code if a ca...ydong101-312/+346
2011-04-08Add more checks to skip allocated SMRAM regions when searching for a largest ...rsun32-2/+16
2011-04-07Fix ICC build error.tye11-1/+1
2011-04-07Add (UINT16) static cast before passing UINT32 parameter to CreateDeviceNodeniruiyu1-1/+1
2011-04-06Update ISID to fixed value: first 3 bytes are derived from MAC address while ...tye17-22/+162
2011-04-01Use the minimum value for Numeric and the first option value for OneOf as the...lgao42-2/+72
2011-04-01Set the BlockIo.Media.IoAlign to 0 because the BlockIo produced by Partition ...niruiyu1-2/+7
2011-03-30Fix ICC compilation failure. No functionality impact.niruiyu1-3/+5
2011-03-30Update inf file to follow spec.ydong101-1/+0
2011-03-29Add DevicePathFromText support for ACPI _ADR node.niruiyu1-1/+47
2011-03-23MdeModulePkg Terminal: Add text mode for PcdConOutColumn/Rowjljusten4-4/+24
2011-03-23MdeModulePkg GraphicsConsole: Add text mode for PcdConOutColumn/Rowjljusten3-63/+57
2011-03-18Fix ICC build failure.lgao41-1/+1
2011-03-17Use exactly match method for HiiCompareLanguage.ydong101-4/+18
2011-03-16Fix LocateDevicePath() to return proper error status code. It was returning ...mdkinney1-17/+20
2011-03-16Add description for 64-byte FIFO enable bit for PcdSerialFifoControl.mdkinney2-2/+4
2011-03-15Refine the inf and dec to follow spec.ydong102-3/+3
2011-03-15Reserve more space width for Option value. lgao41-3/+2
2011-03-15git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11399 6f...ydong101-13/+44
2011-03-14Roll back change to previous version. Language should be compared as the exac...lgao41-14/+1
2011-03-14judge recovery mode at ReadOnlyVariable2Ppi interface. if yes, then return EF...erictian3-185/+45
2011-03-14Enhance inf and dec file to follow specs.ydong1016-38/+45
2011-03-14add gEfiPeiMasterBootModeGuid dependency for getting right boot modeerictian1-2/+2
2011-03-14if it's in recovery mode, variable region is unreliable, so the ReadOnlyVaria...erictian3-8/+177
2011-03-14Fix a bug in SmmPerformanceLib that there is no return value in normal cases ...rsun31-0/+1
2011-03-14Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff1-2/+2
2011-03-11Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney1-0/+1
2011-03-11Update some progress codes name per the PI Spec, 1.2 Errata B. vanjeff2-4/+4
2011-03-10Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney5-7/+479
2011-03-10Add performance library instances for SMM performance measurement.rsun310-2/+1729
2011-03-10fix null DevicePath issue.erictian1-0/+3
2011-03-101. The old refresh string code also update the time/date opcode. But for the ...ydong101-8/+16
2011-03-08Update HiiCompareLanguage to support case that language in String package is ...lgao42-5/+21
2011-03-08Do the following enhancement for SetupBrowser:lgao44-158/+224
2011-03-08Bug description:ydong101-1/+7
2011-03-08fix a invalid pointer conversion when builing 32bit image.erictian2-16/+22
2011-03-08Add missing .h file to INF filegdong11-1/+2
2011-03-04when timeout is 0, infinite loop on the timeout request to follow UEFI specerictian2-10/+32
2011-02-28Symptom:ydong101-0/+1
2011-02-28Puts SMM variable common definitions in SmmVariableCommon.h.gdong18-154/+139