summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are cur...li-elvin2011-11-304-31/+8
* Add ACPI5.0 header file.jyao12011-11-301-157/+0
* Roll back the change which doesn't call LocateProtocol when TPL is TPL_NOTIFY...niruiyu2011-11-301-18/+6
* Update code to pass build on VS2008 with /Od compiler option.lgao42011-11-285-12/+15
* Correctly use GetPtrTypeSize() to get MaxSize. lgao42011-11-281-1/+1
* Fix PcdSetPtr() service to use the max buffer size to check whether new buffe...lgao42011-11-282-5/+13
* Allocate aligned buffer to satisfy the IoAlign requirement of high level prot...lzeng142011-11-253-48/+182
* Updated GraphicsConsole and Terminal driver text mode initialization routine ...li-elvin2011-11-255-135/+330
* MdeModulePkg: The patch eliminates two assumptionserictian2011-11-257-402/+1049
* Add sample code for EFI_IFR_QUESTION_REF3 opcode.ydong102011-11-253-1/+9
* 1. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description...lzeng142011-11-252-11/+64
* Patch includes:ydong102011-11-244-31/+98
* Re-org the EBC thunk code for better code maintenance.jyao12011-11-232-239/+161