summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2011-08-29MdeModulePkg: Add BootScriptExecutorDxe driverjljusten9-0/+1081
2011-08-29Fix issue with SMBIOS driver assumming memory exists below 4GB. andrewfish1-10/+27
2011-08-26Fixed memory leak and buffer overrun for string op-code.ydong101-1/+5
2011-08-25RestoreLockBox in DXE with Length NULL, Buffer NULL will fail to get data fro...li-elvin1-6/+14
2011-08-24Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus a...tye14-17/+23
2011-08-24Remove CONST modifier to be spec complianceerictian4-23/+23
2011-08-241. Refine the error handling for PXE-v4 driver.hhuan132-4/+6
2011-08-09Fix the bug in AcpiTableDxe drivers that doesn't work when more than 20 Acpi ...lgao41-44/+49
2011-08-02Fix 32-bit bios build error.li-elvin1-1/+1
2011-08-01When status code handler unregister itself, status code dispatch in status co...li-elvin3-13/+43
2011-08-01Create smbios table when user adds/removes/Updatestring for a SMBIOS entry. I...li-elvin2-113/+191
2011-08-01Fixes two issues in HiiFontProtocol->StringToImage() implementation on how to...lgao41-7/+29
2011-07-28Adjust the day field when update the month and year field.ydong101-0/+74
2011-07-19MdeModulePkg: Add SMM LockBoxjljusten2-0/+432
2011-07-141. Define a netlib library function NetLibGetSystemGuid()hhuan133-147/+6
2011-07-13Fixed build fail with GCC/ICC toolsydong101-1/+1
2011-07-12MdeModulePkg: Add CD Express PEIMjljusten3-0/+984
2011-07-12MdeModulePkg: Add Capsule PEIMjljusten3-0/+1438
2011-07-12Change the HiiDataBase and browser codes to support new efi varstore data str...ydong105-313/+939
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu42-99/+98
2011-07-05correct leap year calculate method.ydong101-2/+2
2011-07-05Refine name definition for better user experience.ydong101-3/+3
2011-07-05Enable value roll over when hit max or min.ydong101-5/+30
2011-07-05Refine code to avoid potential access violation.ydong102-2/+2
2011-07-05Keep the highlight field after user changes the value for time/date opcodeydong102-1/+7
2011-07-04MdeModulePkg: Add unload support for SnpDxe and fix NULL ImageHandle in EfiLi...xdu22-4/+5
2011-07-01MdeModulePkg: Add ResetSystemRuntimeDxe driverjljusten3-0/+328
2011-07-01MdeModulePkg: Add GenericMemoryTestDxe driverjljusten3-0/+1307
2011-06-30Fix DevPathToTextIPv6(): no comma between protocol and type string.niruiyu1-2/+2
2011-06-28Enable new "ref5" opcode in browser.ydong106-147/+236
2011-06-28Restore the whole form set to default value when user enter F9, old logical o...ydong103-48/+47
2011-06-27Adjust the start position of the opcode string before saving it to avoid show...ydong101-64/+65
2011-06-21Move the check refresh attribute logical out of the option string check logic...ydong101-77/+64
2011-06-21Add sample code for vfr opcode "guidop"ydong101-0/+9
2011-06-15Updates old formset info before exit to avoid old change lost.ydong101-2/+2
2011-06-141. In IPv4 and IPv6 driver, before calling IPsec, a new NET_FRAGMENT structur...qianouyang1-9/+29
2011-06-131. When get value from AltCfg data, check the varstore type first.ydong103-2/+12
2011-06-13Fix the issue that the GOP produced by ConSplitter requires SetMode before Ge...niruiyu3-16/+3
2011-06-13Fix GCC build failydong101-0/+1
2011-06-10Add the missing logic in HiiConfigRouting ExtractConfig() to retrieves FALSE ...lgao41-31/+44
2011-06-091. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn...hhuan132-29/+60
2011-06-08Add new "Refresh guid" opcode, also add sample code to use it.ydong108-65/+362
2011-06-08Add new "Modal form" opcode, also add sample code to use it.ydong107-16/+105
2011-06-08String Reference Cleanup.lzeng146-79/+85
2011-06-07Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI d...sfu53-32/+4
2011-06-04Fix X64 clang warnings.andrewfish3-10/+12
2011-05-31Add new call back return value; also add some sample code to use it.ydong1012-431/+988
2011-05-27MdeModulePkg: Fixed memory corruption when BlockIo2 is not presentgeekboy15a1-6/+6
2011-05-271. Setting cursor position to (0, 0) and flushing cursor directly instead of ...vanjeff2-20/+33
2011-05-25Fix ICC build break.ydong101-1/+2