summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-23The input StringInfo should be kept for HiiStringIdToImage() function. lgao41-1/+0
2011-02-231.Reposition the platform info. Move from the old position to left one block ...ydong103-3/+3
2011-02-23HiiCompareLanguage should use the exact match method, old code use the best m...ydong101-4/+3
2011-02-23Update PeiCore and DxeCore to verify FFS data checksum.lgao42-5/+21
2011-02-22fix refresh menu save attribute error. not consider the grayout attribute.ydong101-3/+15
2011-02-21Update the arrow position.ydong102-3/+5
2011-02-16Update HiiCompareLanguage() function to use GetBestLanguage() API to do RFC46...lgao41-17/+1
2011-02-16update comments and correct reclaim algorithm if there is no record existing ...erictian2-5/+5
2011-02-12correct Intel's copyright date as the changes checked-in at r11273 & r11272 a...erictian2-2/+2
2011-02-12Correct comments in DevicePathDxe.inf.lgao41-2/+2
2011-02-12Add four PCDs for the different color settings of Subtitle and Text Filed on ...lgao46-29/+103
2011-02-12Update DEBUG log information to specify SMM driver to be loaded in SmmCorelgao41-2/+2
2011-02-12Correct typo in word in DxeCore.lgao44-5/+5
2011-02-12Updates function description per UEFI2.3d. No impact is for functionality. Th...lgao44-6/+54
2011-02-11UEFI table also need to be in ACPI NVS memory, because some data fieldjyao11-3/+8
2011-02-101) Add PcdSerialDetectCable to MdeModulePkg to enable/disable cable detection...mdkinney3-6/+38
2011-02-04Clean up BaseSerialPortLib16550 to remove references and checks for Carrier D...mdkinney1-7/+6
2011-01-26If RSC_HANDLER_CALLBACK_ENTRY is allocated as boot service memory, the status...li-elvin1-2/+2
2011-01-26fix word typoerictian2-4/+4
2011-01-26fix arm gcc build errorerictian1-2/+2
2011-01-24 Support proportional Font and Font output flags. lgao42-182/+351
2011-01-21Fix bounds check on parameter of type EFI_GCD_IO_TYPE to use EfiGcdIoTypeMaxi...mdkinney1-1/+1
2011-01-21MdeModulePkg HiiDatabaseDxe: Fix build error on GCC 4.4jljusten1-4/+4
2011-01-21Enhance code to avoid build error.ydong101-6/+6
2011-01-20Fixed HiiSetString failed. Tracker NUM:204479ydong103-18/+198
2011-01-17Enhance the code to avoid the potential of return address of local variable t...tye12-20/+30
2011-01-17Update the GUID value to be consist with the one in DEC file.gdong11-2/+2
2011-01-16Fixed 3 ECC errors.gdong11-5/+5
2011-01-13Fix potential memory access violationydong101-4/+7
2011-01-12Add SMM FTW wrapper driver since non-SMM FTW protocol can be used by some con...gdong15-10/+1129
2011-01-12Fix an K9 issue in variable driver.gdong11-0/+1
2011-01-11Clean up GCD DEBUG() macros so DEBUG_CODE() is only used to enable/disable th...mdkinney1-109/+81
2011-01-061. fix AtaPassThru.PassThru() sct failureerictian3-34/+91