summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-06MdeModulePkg DXE Core: Fix overflow and truncation issues in the implementati...rsun31-19/+64
2011-12-05Refine the select highlight menu logic.ydong101-10/+40
2011-12-05Disable change value for grayout or readonly menu.ydong101-2/+7
2011-12-02Free memory allocated by ReadSection.lzeng141-1/+7
2011-12-011. Remove the unnecessary check of the existing of BlockIo2 in PartitionDrive...qianouyang1-29/+4
2011-12-01Add Acpi50 FPDT and BGRT module into MdeModulePkg.lgao411-0/+1819
2011-11-30Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are cur...li-elvin4-31/+8
2011-11-30Add ACPI5.0 header file.jyao11-157/+0
2011-11-30Roll back the change which doesn't call LocateProtocol when TPL is TPL_NOTIFY...niruiyu1-18/+6
2011-11-28Update code to pass build on VS2008 with /Od compiler option.lgao45-12/+15
2011-11-28Correctly use GetPtrTypeSize() to get MaxSize. lgao41-1/+1
2011-11-28Fix PcdSetPtr() service to use the max buffer size to check whether new buffe...lgao42-5/+13
2011-11-25Allocate aligned buffer to satisfy the IoAlign requirement of high level prot...lzeng143-48/+182
2011-11-25Updated GraphicsConsole and Terminal driver text mode initialization routine ...li-elvin5-135/+330
2011-11-25MdeModulePkg: The patch eliminates two assumptionserictian7-402/+1049
2011-11-25Add sample code for EFI_IFR_QUESTION_REF3 opcode.ydong103-1/+9
2011-11-251. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description...lzeng142-11/+64
2011-11-24Patch includes:ydong104-31/+98
2011-11-23Re-org the EBC thunk code for better code maintenance.jyao12-239/+161
2011-11-23Update code to follow coding style. Mainly change about:ydong102-11/+11
2011-11-23MdeModulePkg DXE Core: Update implementation of SetMemorySpaceAttributes() DX...rsun32-9/+34
2011-11-23Add pointer check for NULL before dereference it.sfu51-2/+6
2011-11-23Update DxeCore handle FV Image file with Depex section per PI spec.lgao42-24/+106
2011-11-22Remove assumption on EAX and R10 usage for IA32 compiler and X64 compiler.jyao16-119/+451
2011-11-22Add support for EFI_IFR_QUESTION_REF3 opcode for browser when this opcode has...ydong103-30/+201
2011-11-22Update SetupBrowser to initialize the question value before extract default v...lgao42-2/+15
2011-11-21According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng141-12/+12
2011-11-211) Fix GCC version EBC interpreter bug. jyao111-241/+96
2011-11-211.Fix a bug in Dhcp4Dxe driver to correct the ‘secs’ field in DHCP message.sfu54-4/+73
2011-11-18Enable buffer type when process some expression opcode which support buffer t...ydong104-46/+215
2011-11-18Patch for:ydong102-111/+119
2011-11-17In BootScriptSaver, put INFORMATION_OPCODE message to LockBox.jyao12-10/+171
2011-11-16MdeModulePkg: Enable port power if port power control feature is supported by...erictian3-8/+29