Age | Commit message (Expand) | Author | Files | Lines |
2011-10-31 | MdeModulePkg: Remove variables that are set, but not used | jljusten | 5 | -36/+11 |
2011-10-31 | When browser was requested to go to another formset, it also needs to update ... | ydong10 | 6 | -39/+182 |
2011-10-28 | Add the missing HEADER_ALIGN macro. | niruiyu | 1 | -10/+10 |
2011-10-28 | Remove hard code video resolution in C code and use PCD PcdVideoHorizontalRes... | li-elvin | 4 | -76/+129 |
2011-10-28 | 1. Update error handling code if failing attach socket with new PCB. | tye1 | 2 | -3/+4 |
2011-10-27 | Check the serial buffer empty status before performing the serial IO reading ... | niruiyu | 1 | -15/+22 |
2011-10-27 | Initialize the parameter mUnicodeCollation before use it to avoid system hang. | ydong10 | 1 | -0/+5 |
2011-10-26 | Adopt new IPv4/IPv6 device path for network modules. | niruiyu | 7 | -10/+212 |
2011-10-25 | Fix error: Multiline option info only shows the first line error, should show... | ydong10 | 1 | -40/+68 |
2011-10-19 | Support Variable driver (EmuRuntimeDxe) to support the default variable data ... | niruiyu | 4 | -9/+59 |
2011-10-18 | Fix GCC build failure. | niruiyu | 1 | -1/+1 |
2011-10-14 | Fix the clang compilation failure to handle all the values in a case statemen... | niruiyu | 1 | -0/+4 |
2011-10-14 | Change Variable driver (Pei/RuntimeDxe) to support the default variable data ... | niruiyu | 6 | -270/+463 |
2011-10-13 | Refine code and check null pointer error. | ydong10 | 1 | -7/+5 |
2011-10-12 | Grub4Dos copies the BPB of the first partition to the MBR. If the DriverBindi... | niruiyu | 1 | -1/+9 |
2011-10-11 | Fix Smbios table checksum error, by zero IntermediateChecksum and EntryPointS... | jyao1 | 1 | -0/+3 |
2011-10-11 | AsciiSPrint returns The number of ASCII characters in the produced output buf... | li-elvin | 3 | -12/+12 |
2011-10-10 | Enhance op-code EFI_IFR_TO_BOOLEAN to case insensitive. | ydong10 | 1 | -4/+9 |
2011-10-09 | When the CONFIG_ACCESS_PROTOCOL.CallBack function return error, the question ... | ydong10 | 1 | -3/+13 |
2011-10-09 | Update code to make get string case insensitive about language | ydong10 | 1 | -2/+50 |
2011-10-08 | MdeModulePkg: TerminalDxe driver code clean up | niruiyu | 3 | -1978/+1980 |
2011-10-08 | MdeModulePkg: Fix TerminalDxe FIFO Data Loss | niruiyu | 3 | -1976/+1978 |
2011-09-29 | Add pointer check for NULL before dereference it. | ydong10 | 7 | -5/+28 |
2011-09-22 | Return empty string when END device path is passed in to align the original b... | niruiyu | 1 | -1/+6 |
2011-09-21 | Add PCD for 1G page table | jyao1 | 2 | -5/+10 |
2011-09-21 | Remove EFI_USER_INFO_ACCESS_SETUP_ADMIN_GUID definition from MdeModulePkg, be... | lgao4 | 1 | -0/+3 |
2011-09-19 | Correct 1G page table generation. | jyao1 | 1 | -2/+1 |
2011-09-19 | The patch enhances the Partition driver to return the media status (EFI_NO_ME... | niruiyu | 1 | -12/+53 |
2011-09-18 | Clean up the private GUID definition in module Level. | lgao4 | 37 | -388/+164 |
2011-09-17 | Fix Build fail for NT32 platform. | ydong10 | 1 | -1/+1 |
2011-09-16 | Add exit action when Config_Access_Protocol.CallBack function returns Submit ... | ydong10 | 4 | -3/+5 |
2011-09-16 | Refine the logic about getting Value info to avoid check data error. | ydong10 | 1 | -1/+7 |
2011-09-14 | Fix build error. | jyao1 | 1 | -0/+2 |
2011-09-13 | MdeModulePkg/HiiDatabaseDxe: Removed unused variables | oliviermartin | 1 | -4/+0 |
2011-09-13 | Enhance EDKII Browser to support flexible HotKey setting. | lgao4 | 9 | -266/+1237 |
2011-09-13 | Add NULl check for pointer. | li-elvin | 2 | -0/+3 |
2011-09-13 | Use CPU_HOB to detect max address support from platform, and added 1G page ta... | jyao1 | 2 | -39/+121 |
2011-09-09 | 1. Fix bug in PXE driver UdpRead function to handle the IP fragmentation. | sfu5 | 1 | -15/+46 |
2011-09-05 | Update capsule pei module to pass IPF build. | li-elvin | 5 | -69/+78 |
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 |