summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update code to follow coding style. Mainly change about:ydong102011-11-232-11/+11
* MdeModulePkg DXE Core: Update implementation of SetMemorySpaceAttributes() DX...rsun32011-11-232-9/+34
* Add pointer check for NULL before dereference it.sfu52011-11-231-2/+6
* Update DxeCore handle FV Image file with Depex section per PI spec.lgao42011-11-232-24/+106
* Remove assumption on EAX and R10 usage for IA32 compiler and X64 compiler.jyao12011-11-226-119/+451
* Add support for EFI_IFR_QUESTION_REF3 opcode for browser when this opcode has...ydong102011-11-223-30/+201
* Update SetupBrowser to initialize the question value before extract default v...lgao42011-11-222-2/+15
* According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng142011-11-211-12/+12
* 1) Fix GCC version EBC interpreter bug. jyao12011-11-2111-241/+96
* 1.Fix a bug in Dhcp4Dxe driver to correct the ‘secs’ field in DHCP message.sfu52011-11-214-4/+73
* Enable buffer type when process some expression opcode which support buffer t...ydong102011-11-184-46/+215