summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong104-10/+10
2012-05-30According to UEFI spec 2.3.1a. hardware error record variable should use the ...lzeng144-7/+64
2012-05-30Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at ru...lzeng141-2/+12
2012-05-29Enable wide string for title and help stringydong104-89/+229
2012-05-24Remove the check of signature because the code which looks for the input Noti...niruiyu3-54/+74
2012-05-24Enhance the ConPlatform driver's matching algorithm to manage the console con...niruiyu1-2/+49
2012-05-11Add logic to validate new input value with minimum.ydong101-0/+10
2012-05-11The code line where judges if offset exceed the FTW work space boundary, in s...lzeng141-2/+2
2012-05-11Enhance the code logic for RelocateBlockDescriptors.lzeng141-3/+2
2012-05-11Currently, CapsulePei assumes ScatterGatherList are all related. But, UEFI sp...lzeng141-24/+18
2012-05-11Make sure CapsuleImage size is equal or less than DataBlock Size. And when co...lzeng141-48/+28
2012-05-11DestPtr may point to the lower aligned address in the free memory region (Fre...lzeng141-1/+1
2012-05-11Update CapsuleCoalesce() to return the correct size of the coalesced capsule ...lzeng141-2/+2
2012-05-09Use PartitionHeader->SizeOfPartitionEntry instead of sizeof (EFI_PARTITION_EN...niruiyu1-32/+32
2012-05-08Enhance ACPI FPDT DXE and SMM driver to accept the extension boot records.lgao44-74/+401
2012-05-08Enhance SmbiosDxe driver:lzeng142-29/+65
2012-05-07Fix memory leak issues.ydong102-0/+3
2012-04-24Fix build fail for DDK.ydong101-2/+2
2012-04-24Update HiiFont Service to return error status instead of ASSERT for the inval...lgao41-2/+8
2012-04-23Refine the code to have same function to process the string info. Also update...ydong102-191/+23
2012-04-12Keep StdErr same logic initialization with ConOut, e.g. initialize gST->Stand...li-elvin1-92/+72
2012-04-11Add more check for the bmp file to avoid access violation.ydong101-1/+33
2012-04-11Enable Help string scroll when the help info can't show all at current page.ydong104-13/+143
2012-03-30If setting variable in Runtime and there has been a same GUID and name variab...lzeng141-14/+28
2012-03-19Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng143-114/+1
2012-03-15MdeModulePkg/DebugPortDxe: Fixed the ordering of the EFI_DEBUGPORT_PROTOCOL e...oliviermartin1-1/+1
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff5-7/+49
2012-03-06Update string offset and default offset from UINT16 to STRING_HEAD to match t...lgao42-12/+12
2012-02-29Add sample code to show how to register Browser HotKey by BrowserEx protocol.lgao44-4/+35
2012-02-24GraphicsConsole supports both UGA and GOP protocol, "UGA Console Driver" is c...li-elvin1-2/+2
2012-02-15Enable PCD version check on PCD driver and PCD database.lgao42-8/+20
2012-02-15Add code check to avoid access violation.ydong101-0/+1
2012-02-14Enhance BGRT driver to install BGRT table upon every ReadyToBoot eventczhang461-40/+79
2012-02-03Change StrLen from UINT8 to UINTN to fix the potential infinite loop issue.lzeng141-2/+2
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun33-6/+13
2012-01-31Update the code to follow the spec when evaluate the expression.ydong105-182/+274
2012-01-31Enable nest for suppressif/grayoutif/diableif for form/question/option.ydong109-127/+606
2012-01-12Correct definition to follow spec.ydong102-4/+4
2011-12-20Remove the redundancy commas when converting the SASEx device path node to text.niruiyu1-4/+4
2011-12-16Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu51-5/+6
2011-12-15Update PcdSetPtr() API to set the output buffer size to the max buffer size w...lgao42-0/+2
2011-12-15InstallAcpiTable() - Do not update the checksum in the passed in buffer – t...jyao11-13/+1
2011-12-15Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...ydong109-180/+222
2011-12-13Missing declaration of the GUID gEfiSystemNvDataFvGuid.niruiyu1-0/+1
2011-12-12MdeModulePkg/Variable: Check if there is a NV Variable Storage header prior t...oliviermartin6-1/+25
2011-12-07Enable EFI_BROWSER_ACTION_CHANGED callback type for browser.ydong101-1/+4
2011-12-05Refine the select highlight menu logic.ydong101-10/+40
2011-12-05Disable change value for grayout or readonly menu.ydong101-2/+7
2011-12-02Free memory allocated by ReadSection.lzeng141-1/+7
2011-12-011. Remove the unnecessary check of the existing of BlockIo2 in PartitionDrive...qianouyang1-29/+4