summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)Author
2012-05-11Add logic to validate new input value with minimum.ydong10
2012-05-11The code line where judges if offset exceed the FTW work space boundary, in s...lzeng14
2012-05-11Enhance the code logic for RelocateBlockDescriptors.lzeng14
2012-05-11Currently, CapsulePei assumes ScatterGatherList are all related. But, UEFI sp...lzeng14
2012-05-11Make sure CapsuleImage size is equal or less than DataBlock Size. And when co...lzeng14
2012-05-11DestPtr may point to the lower aligned address in the free memory region (Fre...lzeng14
2012-05-11Update CapsuleCoalesce() to return the correct size of the coalesced capsule ...lzeng14
2012-05-09Use PartitionHeader->SizeOfPartitionEntry instead of sizeof (EFI_PARTITION_EN...niruiyu
2012-05-08Enhance ACPI FPDT DXE and SMM driver to accept the extension boot records.lgao4
2012-05-08Enhance SmbiosDxe driver:lzeng14
2012-05-07Fix memory leak issues.ydong10
2012-04-24Fix build fail for DDK.ydong10
2012-04-24Update HiiFont Service to return error status instead of ASSERT for the inval...lgao4
2012-04-23Refine the code to have same function to process the string info. Also update...ydong10
2012-04-12Keep StdErr same logic initialization with ConOut, e.g. initialize gST->Stand...li-elvin
2012-04-11Add more check for the bmp file to avoid access violation.ydong10
2012-04-11Enable Help string scroll when the help info can't show all at current page.ydong10
2012-03-30If setting variable in Runtime and there has been a same GUID and name variab...lzeng14
2012-03-19Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng14
2012-03-15MdeModulePkg/DebugPortDxe: Fixed the ordering of the EFI_DEBUGPORT_PROTOCOL e...oliviermartin
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff
2012-03-06Update string offset and default offset from UINT16 to STRING_HEAD to match t...lgao4
2012-02-29Add sample code to show how to register Browser HotKey by BrowserEx protocol.lgao4
2012-02-24GraphicsConsole supports both UGA and GOP protocol, "UGA Console Driver" is c...li-elvin
2012-02-15Enable PCD version check on PCD driver and PCD database.lgao4
2012-02-15Add code check to avoid access violation.ydong10
2012-02-14Enhance BGRT driver to install BGRT table upon every ReadyToBoot eventczhang46
2012-02-03Change StrLen from UINT8 to UINTN to fix the potential infinite loop issue.lzeng14
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun3
2012-01-31Update the code to follow the spec when evaluate the expression.ydong10
2012-01-31Enable nest for suppressif/grayoutif/diableif for form/question/option.ydong10
2012-01-12Correct definition to follow spec.ydong10
2011-12-20Remove the redundancy commas when converting the SASEx device path node to text.niruiyu
2011-12-16Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu5
2011-12-15Update PcdSetPtr() API to set the output buffer size to the max buffer size w...lgao4
2011-12-15InstallAcpiTable() - Do not update the checksum in the passed in buffer – t...jyao1
2011-12-15Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...ydong10
2011-12-13Missing declaration of the GUID gEfiSystemNvDataFvGuid.niruiyu
2011-12-12MdeModulePkg/Variable: Check if there is a NV Variable Storage header prior t...oliviermartin
2011-12-07Enable EFI_BROWSER_ACTION_CHANGED callback type for browser.ydong10
2011-12-05Refine the select highlight menu logic.ydong10
2011-12-05Disable change value for grayout or readonly menu.ydong10
2011-12-02Free memory allocated by ReadSection.lzeng14
2011-12-011. Remove the unnecessary check of the existing of BlockIo2 in PartitionDrive...qianouyang
2011-12-01Add Acpi50 FPDT and BGRT module into MdeModulePkg.lgao4
2011-11-30Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are cur...li-elvin
2011-11-30Add ACPI5.0 header file.jyao1
2011-11-28Correctly use GetPtrTypeSize() to get MaxSize. lgao4
2011-11-28Fix PcdSetPtr() service to use the max buffer size to check whether new buffe...lgao4
2011-11-25Updated GraphicsConsole and Terminal driver text mode initialization routine ...li-elvin