summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten2-0/+215
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-04-10MdeModulePkg: Fix build warning on Xhci driver with XCode 32 tool chain.erictian1-1/+2
2012-03-30If setting variable in Runtime and there has been a same GUID and name variab...lzeng141-14/+28
2012-03-30MdeModulePkg/UsbBusDxe:Correct typos in usb debug messageerictian1-2/+2
2012-03-27MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that...erictian7-2279/+2338
2012-03-27Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng142-5/+25
2012-03-19Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng143-114/+1
2012-03-16Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...qianouyang6-468/+580
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...vanjeff13-12/+157
2012-03-14Improve robustness when scanning PCI Option ROM.rsun31-23/+47
2012-03-13Enhance the error handling.ydong101-6/+19
2012-03-07MdeModulePkg: add support for ORICO PEUS3-2P carderictian5-56/+53
2012-03-06MdeModulePkg: When media_change happens at Partition.Start(), the lower drive...erictian1-1/+5
2012-03-06Update string offset and default offset from UINT16 to STRING_HEAD to match t...lgao42-12/+12
2012-02-29Fix the issue in PeiCore to support PDB file path without '\' or '.' character.lgao41-9/+27
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-17Don't install FV protocol on the corrupt FV image. lgao43-38/+21
2012-02-15Enable PCD version check on PCD driver and PCD database.lgao42-8/+20
2012-02-15Add code check to avoid access violation.ydong103-0/+3
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().rsun34-12/+34
2012-02-01MdeModulePkg PciBusDxe: Add typecast to eliminate possible "loss of precision...rsun31-2/+2
2012-01-31MdeModulePkg PciBusDxe: Follow the P2P Bridge spec to detect if a P2P bridge ...rsun31-4/+15
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-15correct license header.jyao11-1/+1
2012-01-14Initialize LockBox.Attribute to 0 in SaveLockBox, or it will be random value.jyao11-1/+2
2012-01-12Correct definition to follow spec.ydong102-4/+4
2012-01-04Fix the issue in PeiCore that doesn’t handle Unix style file path of PDB file.lgao41-2/+2
2011-12-22MdeModulePkg PCI Bus Driver: Remove the workaround for the EFI_PCI_IO_ATTRIBU...rsun31-18/+0
2011-12-21MdeModulePkg: Fix a bug in GetNextTargetLun()/GetNextTarget() when two cdroms...erictian1-2/+4
2011-12-20Remove the redundancy commas when converting the SASEx device path node to text.niruiyu1-4/+4
2011-12-19Add more check to make sure the valid pointer be used. lgao41-27/+29
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-15Enhance DXE dispatcher logic to check the duplicated FV image bases on FvHob2...lgao44-27/+161
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-15Correct one comment to match the function name.lgao41-1/+1
2011-12-14Update package version for MdeModulePkg, UefiCpuPkg.rsun32-2/+2
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-12MdeModulePkg: Fix a bug that UnregisterAtaDev() will return error when SSP pr...erictian1-1/+1
2011-12-09MdeModulePkg DXE Core: Refine code to avoid UNIXGCC build break.rsun31-1/+1
2011-12-07Enable EFI_BROWSER_ACTION_CHANGED callback type for browser.ydong101-1/+4