summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* 1. Refine the error handling for PXE-v4 driver.hhuan132011-08-242-4/+6
* Fix the bug in AcpiTableDxe drivers that doesn't work when more than 20 Acpi ...lgao42011-08-091-44/+49
* Fix 32-bit bios build error.li-elvin2011-08-021-1/+1
* When status code handler unregister itself, status code dispatch in status co...li-elvin2011-08-013-13/+43
* Create smbios table when user adds/removes/Updatestring for a SMBIOS entry. I...li-elvin2011-08-012-113/+191
* Fixes two issues in HiiFontProtocol->StringToImage() implementation on how to...lgao42011-08-011-7/+29
* Adjust the day field when update the month and year field.ydong102011-07-281-0/+74
* MdeModulePkg: Add SMM LockBoxjljusten2011-07-192-0/+432
* 1. Define a netlib library function NetLibGetSystemGuid()hhuan132011-07-143-147/+6
* Fixed build fail with GCC/ICC toolsydong102011-07-131-1/+1
* MdeModulePkg: Add CD Express PEIMjljusten2011-07-123-0/+984
* MdeModulePkg: Add Capsule PEIMjljusten2011-07-123-0/+1438
* Change the HiiDataBase and browser codes to support new efi varstore data str...ydong102011-07-125-313/+939
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-0642-99/+98
* correct leap year calculate method.ydong102011-07-051-2/+2
* Refine name definition for better user experience.ydong102011-07-051-3/+3
* Enable value roll over when hit max or min.ydong102011-07-051-5/+30
* Refine code to avoid potential access violation.ydong102011-07-052-2/+2
* Keep the highlight field after user changes the value for time/date opcodeydong102011-07-052-1/+7
* MdeModulePkg: Add unload support for SnpDxe and fix NULL ImageHandle in EfiLi...xdu22011-07-042-4/+5
* MdeModulePkg: Add ResetSystemRuntimeDxe driverjljusten2011-07-013-0/+328
* MdeModulePkg: Add GenericMemoryTestDxe driverjljusten2011-07-013-0/+1307
* Fix DevPathToTextIPv6(): no comma between protocol and type string.niruiyu2011-06-301-2/+2
* Enable new "ref5" opcode in browser.ydong102011-06-286-147/+236
* Restore the whole form set to default value when user enter F9, old logical o...ydong102011-06-283-48/+47
* Adjust the start position of the opcode string before saving it to avoid show...ydong102011-06-271-64/+65
* Move the check refresh attribute logical out of the option string check logic...ydong102011-06-211-77/+64
* Add sample code for vfr opcode "guidop"ydong102011-06-211-0/+9
* Updates old formset info before exit to avoid old change lost.ydong102011-06-151-2/+2
* 1. In IPv4 and IPv6 driver, before calling IPsec, a new NET_FRAGMENT structur...qianouyang2011-06-141-9/+29
* 1. When get value from AltCfg data, check the varstore type first.ydong102011-06-133-2/+12
* Fix the issue that the GOP produced by ConSplitter requires SetMode before Ge...niruiyu2011-06-133-16/+3
* Fix GCC build failydong102011-06-131-0/+1
* Add the missing logic in HiiConfigRouting ExtractConfig() to retrieves FALSE ...lgao42011-06-101-31/+44
* 1. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn...hhuan132011-06-092-29/+60
* Add new "Refresh guid" opcode, also add sample code to use it.ydong102011-06-088-65/+362
* Add new "Modal form" opcode, also add sample code to use it.ydong102011-06-087-16/+105
* String Reference Cleanup.lzeng142011-06-086-79/+85
* Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI d...sfu52011-06-073-32/+4
* Fix X64 clang warnings.andrewfish2011-06-043-10/+12
* Add new call back return value; also add some sample code to use it.ydong102011-05-3112-431/+988
* MdeModulePkg: Fixed memory corruption when BlockIo2 is not presentgeekboy15a2011-05-271-6/+6
* 1. Setting cursor position to (0, 0) and flushing cursor directly instead of ...vanjeff2011-05-272-20/+33
* Fix ICC build break.ydong102011-05-251-1/+2
* Fixed SCT test failed caused by driver sample.ydong102011-05-231-5/+10
* Change Partition/ScsiDxe driver to produce Block IO revision 3.niruiyu2011-05-231-3/+9
* Add core SMBIOS 2.7.0 and 2.7.1 support.lzeng142011-05-231-40/+46
* Add two new methods to get default value, also add sample code in sample driver.ydong102011-05-207-5/+613
* Refine some call back function to return EFI_UNSUPPORTED for all unsupported ...ydong102011-05-204-374/+380
* Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Par...qianouyang2011-05-192-2/+1