summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)Author
2012-05-14MdeModulePkg/UsbMassStorage: Add 16 byte SCSI cmds support if the last LBA ca...erictian
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-08Fix the potential issue that NULL pointer may be referred in LoadImage().lgao4
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-05-02MdeModulePkg: Fix EHCI module build warning reported by VS2005 tool chain.erictian
2012-04-28MdeModulePkg: Enlarge timeout value to wait set_address request success for l...erictian
2012-04-28MdeModulePkg: Skip to manage usb debug port in EDKII EHCI driver if it's used...erictian
2012-04-27Enhance the error handling for AllocatePool and AllocatePages function.ydong10
2012-04-26Return EFI_INVALID_PARAMETER when Type has either EVT_NOTIFY_SIGNAL or EVT_NO...lzeng14
2012-04-25Add description for PeiPerformanceIdArray parameter of InternalSearchForLogEn...lzeng14
2012-04-25Fix UNIX GCC build fail.lzeng14
2012-04-24Add new extension PerformanceLib APIs to store ID info.lzeng14
2012-04-24Update copyright formathhtian
2012-04-24Fix build fail for DDK.ydong10
2012-04-24Validate some fields in PE image to make sure not access violation for later ...ydong10
2012-04-24Update HiiFont Service to return error status instead of ASSERT for the inval...lgao4
2012-04-24MdeModulePkg PiSmmCore: Fix a bug in SmmLoadImage() in PiSmmCore that in-corr...rsun3
2012-04-23Refine the code to have same function to process the string info. Also update...ydong10
2012-04-17Update function comments to remove confused description on PerformanceLib End...lgao4
2012-04-12Keep StdErr same logic initialization with ConOut, e.g. initialize gST->Stand...li-elvin
2012-04-12MdeModulePkg PciBusDxe and DuetPkg PciBusNoEnumerationDxe: Update ResetPowerM...rsun3
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten
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-04-10MdeModulePkg: Fix build warning on Xhci driver with XCode 32 tool chain.erictian
2012-03-30If setting variable in Runtime and there has been a same GUID and name variab...lzeng14
2012-03-30MdeModulePkg/UsbBusDxe:Correct typos in usb debug messageerictian
2012-03-27MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that...erictian
2012-03-27Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng14
2012-03-19Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng14
2012-03-16Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...qianouyang
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-14Improve robustness when scanning PCI Option ROM.rsun3
2012-03-13Enhance the error handling.ydong10
2012-03-07MdeModulePkg: add support for ORICO PEUS3-2P carderictian
2012-03-06MdeModulePkg: When media_change happens at Partition.Start(), the lower drive...erictian
2012-03-06Update string offset and default offset from UINT16 to STRING_HEAD to match t...lgao4
2012-02-29Fix the issue in PeiCore to support PDB file path without '\' or '.' character.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