Age | Commit message (Expand) | Author | Files | Lines |
2010-11-23 | Adds the missing return status description for HiiConfigRouting.ConfigToBlock... | lgao4 | 1 | -1/+4 |
2010-11-23 | Fix the bug that HiiConfigToBlock doesn't update BlockSize when Block is not... | lgao4 | 1 | -8/+24 |
2010-11-23 | 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CO... | vanjeff | 2 | -3/+10 |
2010-11-23 | 1. Rollback the changing on replacing MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CO... | vanjeff | 2 | -6/+17 |
2010-11-22 | fix typo in comment. | jcarsey | 1 | -1/+1 |
2010-11-22 | The PCI HotPlug Init Protocol returns a list of Root HPC, but it is possible ... | rsun3 | 3 | -3/+6 |
2010-11-22 | Use PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether ... | niruiyu | 4 | -30/+23 |
2010-11-22 | Add a new PCD PcdResetOnMemoryTypeInformationChange in MdeModulePkg to contro... | niruiyu | 1 | -0/+3 |
2010-11-22 | Include BaseMemoryLib.h for macro EFI_IP4_EQUAL, EFI_IP6_EQUAL etc. | xdu2 | 1 | -0/+1 |
2010-11-22 | Compare DXE performance token name by DXE performance string length. | lgao4 | 1 | -3/+3 |
2010-11-18 | Fix a potential issue in calling Cpu->GetTimerValue (Cpu, 0, &CurrentTick, (U... | tye1 | 2 | -14/+14 |
2010-11-18 | Fix AutoUpdateLangVariable() logic to handle the case PlatformLang/Lang is se... | niruiyu | 2 | -81/+302 |
2010-11-17 | Update the file description in IpSec.h to refer to an accurate UEFI version. | qianouyang | 1 | -1/+1 |
2010-11-17 | Fixed the K9 failure. | qianouyang | 1 | -2/+7 |
2010-11-17 | Removed unnecessary GLOBAL_REMOVE_IF_UNREFERENCED. | vanjeff | 1 | -6/+3 |
2010-11-16 | Add "Debug1" profile (all but Edit and HexEdit commands) | jcarsey | 35 | -0/+20886 |
2010-11-16 | adding "Install1" profile. | jcarsey | 5 | -0/+1003 |
2010-11-16 | fixes for IPF, CTRL-C support, and file redirection. | jcarsey | 12 | -96/+911 |
2010-11-16 | adding new commands (libraries) to the build. | jcarsey | 1 | -0/+4 |
2010-11-16 | Fix PxeBcDhcp6.c comments since official UEFI 2.3 Errata D spec is published. | hhuan13 | 1 | -3/+2 |
2010-11-16 | Override MSFT build option in INF files to remove /GL or /Oi. | vanjeff | 2 | -6/+24 |
2010-11-16 | Fix spelling error in comment | mdkinney | 2 | -2/+2 |
2010-11-15 | Sync EDKII BaseTools to BaseTools project r2093. | lgao4 | 49 | -531/+1138 |
2010-11-15 | Fix build error. | ydong10 | 1 | -6/+14 |
2010-11-12 | update error handling to use less ASSERT. | jcarsey | 3 | -13/+29 |
2010-11-12 | Update return value. | jcarsey | 1 | -1/+1 |
2010-11-12 | Clarify the MARCO a little. | jcarsey | 1 | -2/+3 |
2010-11-12 | Adding Driver1 profile commands to the UEFI Shell 2.0. | jcarsey | 15 | -0/+3285 |
2010-11-12 | Refine coding style. | ydong10 | 2 | -140/+196 |
2010-11-12 | Fix the issue that the high 16-bit of EAX may contain invalid data, which cau... | li-elvin | 2 | -4/+4 |
2010-11-12 | Fix the issue that the high 16-bit of EAX may contain invalid data, which cau... | li-elvin | 4 | -8/+8 |
2010-11-12 | Fix the issue that the high 16-bit of EAX may contain invalid data, which cau... | li-elvin | 4 | -8/+8 |
2010-11-12 | Fixed build error | ydong10 | 2 | -4/+4 |
2010-11-12 | fix GCC build failure. make function definition same with declaration. | erictian | 1 | -3/+0 |
2010-11-12 | Fix bug: The lower 2 bits of Width and stripped, Count will always be multipl... | vanjeff | 1 | -7/+7 |
2010-11-11 | Print Arrow for Goto button. | lgao4 | 1 | -0/+12 |
2010-11-10 | fix build error | erictian | 1 | -1/+1 |
2010-11-10 | Replaced MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE. | vanjeff | 2 | -19/+8 |
2010-11-10 | Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of Report... | vanjeff | 1 | -4/+28 |
2010-11-10 | store Year/Month/Day to variable in SetWakeupTime() because PCAT RTC Alarm re... | erictian | 2 | -26/+64 |
2010-11-10 | Fix ICC build break. | rsun3 | 1 | -7/+7 |
2010-11-09 | Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres... | lgao4 | 3 | -9/+101 |
2010-11-09 | Some existing PCI adapters with UEFI option ROMs make unaligned requests thro... | rsun3 | 3 | -0/+143 |
2010-11-09 | Move some define code to the uni file. Also fixed some memory leak. | ydong10 | 8 | -91/+197 |
2010-11-09 | Fix tracker for build error. | ydong10 | 1 | -1/+1 |
2010-11-08 | Per the UEFI spec, if a PCI controller is a P2P bridge, then the I/O, Memory ... | rsun3 | 1 | -2/+2 |
2010-11-08 | Remove unnecessary mBdsImageHandle. | niruiyu | 6 | -20/+9 |
2010-11-08 | Refine code to make code follow the coding style. | ydong10 | 7 | -221/+249 |
2010-11-05 | Add Doxygen style comments to the EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE()... | mdkinney | 1 | -9/+27 |
2010-11-05 | Add comment that describes the TPL restrictions for the Data Hub Protocol. | mdkinney | 1 | -1/+1 |