| Commit message (Expand) | Author | Age | Files | Lines |
* | MdeModulePkg/FvSimpleFileSystemDxe: Fixed ARM compiler error | Olivier Martin | 2015-03-03 | 1 | -1/+1 |
* | MdeModulePkg/FvSimpleFileSystem:Fix a potential NULL dereference issue. | Feng Tian | 2015-03-03 | 1 | -0/+3 |
* | MdeModulePkg/FvSimpleFileSystem: Fix building error with 32bit tool chains. | Feng Tian | 2015-03-03 | 1 | -7/+7 |
* | MdeModulePkg/FvSimpleFileSystem: Add a new module to provide access to execut... | Brendan Jackman | 2015-03-03 | 7 | -0/+2537 |
* | Clean up the code. Action statement should not have text two opcode. | Eric Dong | 2015-03-02 | 3 | -4/+0 |
* | MdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference. | Star Zeng | 2015-02-06 | 8 | -8/+0 |
* | Use SmmMemLib to check communication buffer. | Yao, Jiewen | 2015-02-06 | 8 | -337/+24 |
* | Open default Tcp child via BY_CHILD_CONTROLLER. | Wu Jiaxin | 2015-02-06 | 1 | -1/+32 |
* | MdeModulePkg Variable: Introduce PcdReclaimVariableSpaceAtEndOfDxe | Star Zeng | 2015-02-05 | 5 | -2/+19 |
* | Initialize data and correct faulty logic in TcpComponentNameGetControllerName(). | Wu Jiaxin | 2015-02-05 | 1 | -2/+3 |
* | Verified ChildHandle, and correct the name for a child. | Wu Jiaxin | 2015-02-05 | 1 | -7/+119 |
* | Move ConfigHdr from browser_storage to Formset_storage, avoid device path los... | Eric Dong | 2015-02-05 | 3 | -61/+186 |
* | The default type is not returned by display engine, this code update the logi... | Eric Dong | 2015-02-04 | 1 | -0/+3 |
* | Enable popup dialog when user press the hotkey. | Eric Dong | 2015-02-04 | 2 | -4/+193 |
* | Restore question value for question without storage after CHANGING callback r... | Eric Dong | 2015-02-03 | 1 | -3/+10 |
* | MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support. | Star Zeng | 2015-02-03 | 3 | -2/+57 |
* | MdeModulePkg DebugSupportDxe: Fix build error with GNU assembler | Jordan Justen | 2014-12-17 | 1 | -1/+1 |
* | Eliminate the variable. | Laszlo Ersek | 2014-12-16 | 1 | -2/+0 |
* | MdeModulePkg DXE FpdtStatusCodeHandler: Check Boolean value in if statement. | Liming Gao | 2014-12-12 | 1 | -1/+1 |
* | MdeModulePkg: Update the device path info for the storage when former drivers... | Eric Dong | 2014-12-12 | 1 | -0/+47 |
* | MdeModulePkg: Unregister DXE FpdtStatusCodeHandler. | Liming Gao | 2014-12-08 | 1 | -44/+61 |
* | Fix an issue in the PCD service to prevent potential out of bound array access | Samer El-Haj-Mahmoud | 2014-12-01 | 1 | -2/+3 |
* | Fixed user input arrow down/ page down caused form display highlight menu error. | Eric Dong | 2014-12-01 | 4 | -214/+493 |
* | MdeModulePkg/SecurityPkg VariablePei: Fix VS2013 build failure. | Star Zeng | 2014-11-25 | 1 | -0/+4 |
* | MdeModulePkg Variable: Add missing warning annotation. | Star Zeng | 2014-11-25 | 6 | -1/+61 |
* | Sync patch r16280 from main trunk. | Star Zeng | 2014-11-25 | 2 | -26/+42 |
* | Sync patch r16278 from main trunk. | Fu Siyuan | 2014-11-25 | 1 | -6/+7 |
* | Sync patch r16215 from main trunk. | Ruiyu Ni | 2014-11-25 | 2 | -48/+84 |
* | Add more check for the code to make it more safely. | Eric Dong | 2014-09-18 | 2 | -2/+4 |
* | 1. Use the PciIo->GetBarAttributes to find the logical bar index of the memor... | Fu, Siyuan | 2014-09-15 | 3 | -631/+75 |
* | MdeModulePkg VariableRuntimeDxe: Bug fix and and refine debug message. | Dong, Guo | 2014-09-03 | 1 | -2/+2 |
* | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming | 2014-09-03 | 77 | -0/+0 |
* | Allocate EfiReservedMemoryType of memory. | Elvin Li | 2014-08-29 | 2 | -16/+10 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 150 | -0/+0 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 75 | -649/+1088 |
* | Refine the fix for the bug that cause assert when do the reconnect in the cal... | Eric Dong | 2014-08-27 | 2 | -29/+4 |
* | 1. CapsuleLongModeBuffer variable should not have EFI_VARIABLE_RUNTIME_ACCESS... | Elvin Li | 2014-08-26 | 2 | -91/+105 |
* | Clean up the framework style code. | Eric Dong | 2014-08-26 | 1 | -17/+21 |
* | The original code does not initialize the global width constants before creat... | Samer El-Haj-Mahmoud elhaj | 2014-08-26 | 1 | -12/+17 |
* | Append the terminating null character at the end of the string to avoid buffe... | Qiu Shumin | 2014-08-25 | 2 | -3/+7 |
* | Clean up the useless code in DriverSampleDxe. | Eric Dong | 2014-08-19 | 1 | -2/+0 |
* | Refine the code logic, use dynamic allocate buffer instead of static array to... | Eric Dong | 2014-08-19 | 2 | -69/+100 |
* | MdeModulePkg/PartitionDxe: Simplify the error handling of DriverBindingSuppor... | Sergey Isakov | 2014-08-19 | 1 | -5/+2 |
* | Refine the comments for the function header. | Eric Dong | 2014-08-19 | 2 | -6/+137 |
* | Contributed-under: TianoCore Contribution Agreement 1.0 | Michael Kinney | 2014-08-14 | 8 | -0/+600 |
* | MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial... | Zeng, Star | 2014-08-14 | 2 | -9/+11 |
* | Clean the useless code. | Eric Dong | 2014-08-08 | 1 | -1/+0 |
* | 1) Add type cast for better coding style. | Feng Tian | 2014-08-07 | 10 | -47/+47 |
* | The pointer argument should be set to NULL if not used not FALSE. | Harry Liebel | 2014-08-04 | 1 | -2/+2 |
* | MdeModulePkg: Fix wrong check for SetAttribute in Consplitter | Elvin Li | 2014-08-01 | 1 | -2/+2 |