Age | Commit message (Expand) | Author | Files | Lines |
2014-08-11 | StdLib/LibC/Stdio: fix "missing braces around initializer" | Laszlo Ersek | 1 | -1/+1 |
2014-08-11 | StdLib/LibC/gdtoa: fix "missing braces around initializer" | Laszlo Ersek | 1 | -1/+1 |
2014-08-11 | MdePkg: Fix Clang build failure | Gao, Liming | 13 | -14/+14 |
2014-08-11 | MdeModulePkg: BaseSerialPortLib16550 library to support PCI UART device. | Gao, Liming | 4 | -55/+441 |
2014-08-11 | MdeModulePkg: new PlatformHookLib library with depex of SerialPortPpi. | Gao, Liming | 6 | -0/+104 |
2014-08-11 | MdeModulePkg: DxeCore | Gao, Liming | 1 | -0/+4 |
2014-08-08 | Added SMBIOS 2.8.0 updates. | Elvin Li | 2 | -10/+27 |
2014-08-08 | SourceLevelDebugPkg/DebugAgent: fix trivial typo. | Chen Fan | 1 | -1/+1 |
2014-08-08 | Add type cast on variable before operation. | Jeff Fan | 10 | -23/+23 |
2014-08-08 | Add type cast on variable before operation. | Jeff Fan | 1 | -7/+7 |
2014-08-08 | Clean the useless code. | Eric Dong | 1 | -1/+0 |
2014-08-08 | Rollback file GUID change, because it is VTF file and GUID is predefined. | jyao1 | 2 | -2/+2 |
2014-08-08 | clang warns on guard macro not matching in .h file. | Andrew Fish | 1 | -1/+1 |
2014-08-08 | Update network stack code to use StrnCpy instead of StrCpy. | Fu, Siyuan | 5 | -12/+12 |
2014-08-08 | Correct AsciiStrnCpy. | jyao1 | 1 | -1/+1 |
2014-08-07 | ShellPkg: Refactor string manipulation in cp command | Jaben Carsey | 1 | -20/+20 |
2014-08-07 | 1) Add type cast for better coding style. | Feng Tian | 28 | -88/+88 |
2014-08-07 | Add type cast for better coding style. | Qiu Shumin | 2 | -6/+6 |
2014-08-07 | Clean up code. | qlong | 1 | -2/+2 |
2014-08-07 | Fix OpensslLib build issue for ARM. The changes are: | Eugene Cohen | 1 | -4/+13 |
2014-08-07 | Clean up code. | jyao1 | 3 | -9/+9 |
2014-08-06 | StdLib: The formatting for double float values, within the gdtoa library, is ... | Daryl McDaniel | 2 | -12/+28 |
2014-08-06 | Updates the UEFI Shell to produce the new protocol with additional 4 functions. | Jaben Carsey | 3 | -38/+182 |
2014-08-06 | ShellPkg: add size cast to bit operations | Jaben Carsey | 1 | -24/+24 |
2014-08-06 | Eliminate duplicated file GUID. | jyao1 | 7 | -17/+13 |
2014-08-05 | ShellPkg: Remove double typedef for same struct | Jaben Carsey | 1 | -2/+2 |
2014-08-05 | Updates the logic to allow devices to support SFO output mode | Jaben Carsey | 2 | -16/+36 |
2014-08-05 | Fix the use of ASSERT and other fixes to memory allocation failures (like fre... | Jaben Carsey | 1 | -4/+11 |
2014-08-05 | Updates the total size logic and the SFO output per UEFI Shell 2.1 changes | Jaben Carsey | 2 | -8/+28 |
2014-08-05 | Updates the logic to allow DmpStore to specify a name independent of specifyi... | Jaben Carsey | 1 | -2/+9 |
2014-08-05 | Updates the logic to allow help to ouput help information from a dynamic shel... | Jaben Carsey | 2 | -11/+112 |
2014-08-05 | Updates the logic to allow RM and CP to have silent/quiet mode work successfu... | Jaben Carsey | 2 | -2/+6 |
2014-08-05 | This searches for handles that produce the dynamic command protocol after sea... | Jaben Carsey | 3 | -117/+270 |
2014-08-05 | ShellPkg: Add Dynamic GUID registration into the current GUID<->String conver... | Jaben Carsey | 3 | -5/+141 |
2014-08-05 | This adds the new APIs for UEFI Shell 2.1 and makes a new structure for shell... | Jaben Carsey | 1 | -2/+156 |
2014-08-05 | Eliminate duplicated file GUID. | jyao1 | 3 | -5/+3 |
2014-08-04 | ShellPkg: Add new UEFI Shell 2.1 protocol and fix comments in handle parsing | Jaben Carsey | 2 | -4/+15 |
2014-08-04 | ShellPkg: Fix comments | Jaben Carsey | 1 | -3/+5 |
2014-08-04 | ArmPkg/ArmSmcLib: Fixed SMC helper functions | Olivier Martin | 7 | -219/+100 |
2014-08-04 | ArmPkg/IndustryStandard/ArmStdSmc.h: Update Standard Service SMC Calls | Olivier Martin | 2 | -52/+94 |
2014-08-04 | Add missing ACPI5.1 table. | jyao1 | 1 | -1/+19 |
2014-08-04 | BaseTools: Add AArch64 ADR_PREL_LO21 and R_AARCH64_CONDBR19 | Harry Liebel | 1 | -1/+19 |
2014-08-04 | Clean up code. | jyao1 | 2 | -5/+2 |
2014-08-04 | Clean up code. | jyao1 | 5 | -4/+15 |
2014-08-04 | The pointer argument should be set to NULL if not used not FALSE. | Fu, Siyuan | 1 | -3/+3 |
2014-08-04 | The pointer argument should be set to NULL if not used not FALSE. | Harry Liebel | 1 | -2/+2 |
2014-08-04 | Update the en-US definition in 'UefiShellInstall1CommandsLib.uni', 'UefiShell... | Qiu Shumin | 4 | -0/+0 |
2014-08-01 | ArmPlatformPkg/Bds: Signal EndOfDxe PI Event | Olivier Martin | 2 | -1/+39 |
2014-08-01 | EmbeddedPkg: FDT Configuration Table GUID | Olivier Martin | 2 | -0/+27 |
2014-08-01 | ArmPlatformPkg: Removed the global ImageHandle when UefiBootServicesTableLib ... | Olivier Martin | 6 | -28/+13 |