summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Fix EHCI module build warning reported by VS2005 tool chain.erictian2012-05-021-2/+2
* MdeModulePkg: Enlarge timeout value to wait set_address request success for l...erictian2012-04-281-3/+3
* MdeModulePkg: Skip to manage usb debug port in EDKII EHCI driver if it's used...erictian2012-04-284-5/+224
* Enhance the error handling for AllocatePool and AllocatePages function.ydong102012-04-273-4/+12
* Return EFI_INVALID_PARAMETER when Type has either EVT_NOTIFY_SIGNAL or EVT_NO...lzeng142012-04-263-7/+82
* Add description for PeiPerformanceIdArray parameter of InternalSearchForLogEn...lzeng142012-04-251-0/+1
* Fix UNIX GCC build fail.lzeng142012-04-252-0/+4
* Add new extension PerformanceLib APIs to store ID info.lzeng142012-04-2416-392/+2033
* Update copyright formathhtian2012-04-241-3/+1
* Fix build fail for DDK.ydong102012-04-241-2/+2
* Validate some fields in PE image to make sure not access violation for later ...ydong102012-04-241-1/+9
* Update HiiFont Service to return error status instead of ASSERT for the inval...lgao42012-04-241-2/+8
* MdeModulePkg PiSmmCore: Fix a bug in SmmLoadImage() in PiSmmCore that in-corr...rsun32012-04-241-9/+9
* Refine the code to have same function to process the string info. Also update...ydong102012-04-232-191/+23
* Update function comments to remove confused description on PerformanceLib End...lgao42012-04-174-8/+4
* Keep StdErr same logic initialization with ConOut, e.g. initialize gST->Stand...li-elvin2012-04-121-92/+72
* MdeModulePkg PciBusDxe and DuetPkg PciBusNoEnumerationDxe: Update ResetPowerM...rsun32012-04-121-12/+32
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-112-0/+215
* Add more check for the bmp file to avoid access violation.ydong102012-04-111-1/+33
* Enable Help string scroll when the help info can't show all at current page.ydong102012-04-114-13/+143
* MdeModulePkg: Fix build warning on Xhci driver with XCode 32 tool chain.erictian2012-04-101-1/+2
* If setting variable in Runtime and there has been a same GUID and name variab...lzeng142012-03-301-14/+28
* MdeModulePkg/UsbBusDxe:Correct typos in usb debug messageerictian2012-03-301-2/+2
* MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that...erictian2012-03-277-2279/+2338
* Searching for files starts on an 8 byte aligned boundary after the end of the...lzeng142012-03-272-5/+25
* Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng142012-03-193-114/+1
* Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...qianouyang2012-03-166-468/+580
* MdeModulePkg/DebugPortDxe: Fixed the ordering of the EFI_DEBUGPORT_PROTOCOL e...oliviermartin2012-03-151-1/+1
* 1. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff2012-03-1513-12/+157
* Improve robustness when scanning PCI Option ROM.rsun32012-03-141-23/+47
* Enhance the error handling.ydong102012-03-131-6/+19
* MdeModulePkg: add support for ORICO PEUS3-2P carderictian2012-03-075-56/+53
* MdeModulePkg: When media_change happens at Partition.Start(), the lower drive...erictian2012-03-061-1/+5
* Update string offset and default offset from UINT16 to STRING_HEAD to match t...lgao42012-03-062-12/+12
* Fix the issue in PeiCore to support PDB file path without '\' or '.' character.lgao42012-02-291-9/+27
* Add sample code to show how to register Browser HotKey by BrowserEx protocol.lgao42012-02-294-4/+35
* GraphicsConsole supports both UGA and GOP protocol, "UGA Console Driver" is c...li-elvin2012-02-241-2/+2
* Don't install FV protocol on the corrupt FV image. lgao42012-02-173-38/+21
* Enable PCD version check on PCD driver and PCD database.lgao42012-02-152-8/+20
* Add code check to avoid access violation.ydong102012-02-153-0/+3
* Enhance BGRT driver to install BGRT table upon every ReadyToBoot eventczhang462012-02-141-40/+79
* Change StrLen from UINT8 to UINTN to fix the potential infinite loop issue.lzeng142012-02-031-2/+2
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-014-12/+34
* MdeModulePkg PciBusDxe: Add typecast to eliminate possible "loss of precision...rsun32012-02-011-2/+2
* MdeModulePkg PciBusDxe: Follow the P2P Bridge spec to detect if a P2P bridge ...rsun32012-01-311-4/+15
* Update the code to follow the spec when evaluate the expression.ydong102012-01-315-182/+274
* Enable nest for suppressif/grayoutif/diableif for form/question/option.ydong102012-01-319-127/+606
* correct license header.jyao12012-01-151-1/+1
* Initialize LockBox.Attribute to 0 in SaveLockBox, or it will be random value.jyao12012-01-141-1/+2
* Correct definition to follow spec.ydong102012-01-122-4/+4