Age | Commit message (Expand) | Author | Files | Lines |
2011-09-05 | Support new format of IPv4 device path node, FibreEx and PcieRoot device path... | niruiyu | 3 | -164/+264 |
2011-09-02 | Add capsule > 4GB support. When capsule data is put above 4GB, IA32 PEI trans... | li-elvin | 11 | -847/+2194 |
2011-09-01 | Fix bug for UefiPxeBcDxe driver to catch the return status. | sfu5 | 1 | -0/+5 |
2011-09-01 | Update HiiBlockToConfig function to follow spec. | ydong10 | 1 | -4/+11 |
2011-08-30 | Add new op-code samples, includes efi varstore, refresh guid group and ref op... | ydong10 | 5 | -62/+182 |
2011-08-30 | Enable the follow feature for string op-code: | ydong10 | 3 | -15/+76 |
2011-08-29 | MdeModulePkg: Add ACPI S3 Save State drivers | jljusten | 6 | -0/+2235 |
2011-08-29 | MdeModulePkg: Add BootScriptExecutorDxe driver | jljusten | 9 | -0/+1081 |
2011-08-29 | Fix issue with SMBIOS driver assumming memory exists below 4GB. | andrewfish | 1 | -10/+27 |
2011-08-26 | Fixed memory leak and buffer overrun for string op-code. | ydong10 | 1 | -1/+5 |
2011-08-25 | RestoreLockBox in DXE with Length NULL, Buffer NULL will fail to get data fro... | li-elvin | 1 | -6/+14 |
2011-08-24 | Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus a... | tye1 | 4 | -17/+23 |
2011-08-24 | Remove CONST modifier to be spec compliance | erictian | 4 | -23/+23 |
2011-08-24 | 1. Refine the error handling for PXE-v4 driver. | hhuan13 | 2 | -4/+6 |
2011-08-09 | Fix the bug in AcpiTableDxe drivers that doesn't work when more than 20 Acpi ... | lgao4 | 1 | -44/+49 |
2011-08-02 | Fix 32-bit bios build error. | li-elvin | 1 | -1/+1 |
2011-08-01 | When status code handler unregister itself, status code dispatch in status co... | li-elvin | 3 | -13/+43 |
2011-08-01 | Create smbios table when user adds/removes/Updatestring for a SMBIOS entry. I... | li-elvin | 2 | -113/+191 |
2011-08-01 | Fixes two issues in HiiFontProtocol->StringToImage() implementation on how to... | lgao4 | 1 | -7/+29 |
2011-07-28 | Adjust the day field when update the month and year field. | ydong10 | 1 | -0/+74 |
2011-07-19 | MdeModulePkg: Add SMM LockBox | jljusten | 2 | -0/+432 |
2011-07-14 | 1. Define a netlib library function NetLibGetSystemGuid() | hhuan13 | 3 | -147/+6 |
2011-07-13 | Fixed build fail with GCC/ICC tools | ydong10 | 1 | -1/+1 |
2011-07-12 | MdeModulePkg: Add CD Express PEIM | jljusten | 3 | -0/+984 |
2011-07-12 | MdeModulePkg: Add Capsule PEIM | jljusten | 3 | -0/+1438 |
2011-07-12 | Change the HiiDataBase and browser codes to support new efi varstore data str... | ydong10 | 5 | -313/+939 |
2011-07-06 | Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ... | niruiyu | 42 | -99/+98 |
2011-07-05 | correct leap year calculate method. | ydong10 | 1 | -2/+2 |
2011-07-05 | Refine name definition for better user experience. | ydong10 | 1 | -3/+3 |
2011-07-05 | Enable value roll over when hit max or min. | ydong10 | 1 | -5/+30 |
2011-07-05 | Refine code to avoid potential access violation. | ydong10 | 2 | -2/+2 |
2011-07-05 | Keep the highlight field after user changes the value for time/date opcode | ydong10 | 2 | -1/+7 |
2011-07-04 | MdeModulePkg: Add unload support for SnpDxe and fix NULL ImageHandle in EfiLi... | xdu2 | 2 | -4/+5 |
2011-07-01 | MdeModulePkg: Add ResetSystemRuntimeDxe driver | jljusten | 3 | -0/+328 |
2011-07-01 | MdeModulePkg: Add GenericMemoryTestDxe driver | jljusten | 3 | -0/+1307 |
2011-06-30 | Fix DevPathToTextIPv6(): no comma between protocol and type string. | niruiyu | 1 | -2/+2 |
2011-06-28 | Enable new "ref5" opcode in browser. | ydong10 | 6 | -147/+236 |
2011-06-28 | Restore the whole form set to default value when user enter F9, old logical o... | ydong10 | 3 | -48/+47 |
2011-06-27 | Adjust the start position of the opcode string before saving it to avoid show... | ydong10 | 1 | -64/+65 |
2011-06-21 | Move the check refresh attribute logical out of the option string check logic... | ydong10 | 1 | -77/+64 |
2011-06-21 | Add sample code for vfr opcode "guidop" | ydong10 | 1 | -0/+9 |
2011-06-15 | Updates old formset info before exit to avoid old change lost. | ydong10 | 1 | -2/+2 |
2011-06-14 | 1. In IPv4 and IPv6 driver, before calling IPsec, a new NET_FRAGMENT structur... | qianouyang | 1 | -9/+29 |
2011-06-13 | 1. When get value from AltCfg data, check the varstore type first. | ydong10 | 3 | -2/+12 |
2011-06-13 | Fix the issue that the GOP produced by ConSplitter requires SetMode before Ge... | niruiyu | 3 | -16/+3 |
2011-06-13 | Fix GCC build fail | ydong10 | 1 | -0/+1 |
2011-06-10 | Add the missing logic in HiiConfigRouting ExtractConfig() to retrieves FALSE ... | lgao4 | 1 | -31/+44 |
2011-06-09 | 1. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn... | hhuan13 | 2 | -29/+60 |
2011-06-08 | Add new "Refresh guid" opcode, also add sample code to use it. | ydong10 | 8 | -65/+362 |
2011-06-08 | Add new "Modal form" opcode, also add sample code to use it. | ydong10 | 7 | -16/+105 |