summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix the issue in PeiCore that doesn’t handle Unix style file path of PDB file.lgao42012-01-041-2/+2
* MdeModulePkg PCI Bus Driver: Remove the workaround for the EFI_PCI_IO_ATTRIBU...rsun32011-12-221-18/+0
* MdeModulePkg: Fix a bug in GetNextTargetLun()/GetNextTarget() when two cdroms...erictian2011-12-211-2/+4
* Remove the redundancy commas when converting the SASEx device path node to text.niruiyu2011-12-201-4/+4
* Add more check to make sure the valid pointer be used. lgao42011-12-191-27/+29
* Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu52011-12-161-5/+6
* Update PcdSetPtr() API to set the output buffer size to the max buffer size w...lgao42011-12-152-0/+2
* Enhance DXE dispatcher logic to check the duplicated FV image bases on FvHob2...lgao42011-12-154-27/+161
* InstallAcpiTable() - Do not update the checksum in the passed in buffer – t...jyao12011-12-151-13/+1
* Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...ydong102011-12-159-180/+222
* Correct one comment to match the function name.lgao42011-12-151-1/+1
* Update package version for MdeModulePkg, UefiCpuPkg.rsun32011-12-142-2/+2
* Missing declaration of the GUID gEfiSystemNvDataFvGuid.niruiyu2011-12-131-0/+1
* MdeModulePkg/Variable: Check if there is a NV Variable Storage header prior t...oliviermartin2011-12-126-1/+25
* MdeModulePkg: Fix a bug that UnregisterAtaDev() will return error when SSP pr...erictian2011-12-121-1/+1
* MdeModulePkg DXE Core: Refine code to avoid UNIXGCC build break.rsun32011-12-091-1/+1
* Enable EFI_BROWSER_ACTION_CHANGED callback type for browser.ydong102011-12-071-1/+4
* MdeModulePkg DXE Core: Fix overflow and truncation issues in the implementati...rsun32011-12-061-19/+64
* Refine the select highlight menu logic.ydong102011-12-051-10/+40
* Disable change value for grayout or readonly menu.ydong102011-12-051-2/+7
* Free memory allocated by ReadSection.lzeng142011-12-021-1/+7
* 1. Remove the unnecessary check of the existing of BlockIo2 in PartitionDrive...qianouyang2011-12-011-29/+4
* Add Acpi50 FPDT and BGRT module into MdeModulePkg.lgao42011-12-0111-0/+1819