Age | Commit message (Expand) | Author | Files | Lines |
2013-11-25 | When need to find varstore in the storage list, based on the extra HiiHandle ... | Eric Dong | 3 | -29/+56 |
2013-11-25 | Refine data copy and data compare logic. | Eric Dong | 2 | -3/+118 |
2013-11-22 | ShellPkg: Add ShellHexStrToUintn to allow for simple conversion of hex numbers. | Jaben Carsey | 2 | -0/+43 |
2013-11-22 | ShellPkg: Fix pci command output of Max and Current Link Speed, and ASPM Supp... | Chris Phillips | 2 | -14/+27 |
2013-11-22 | ShellPkg: Remove trailing \r\n when redirect to env variable (EX: use ">v") | Chris Phillips | 1 | -1/+42 |
2013-11-22 | Check in Fat release (EBC, IA32, X64, IPF) binaries built from MdePkg and Bas... | Ruiyu Ni | 5 | -1/+1 |
2013-11-22 | MdeModulePkg/UsbBus&XhciDxe: Solve a bug that 2 or more tiers SS hubs with SS... | Feng Tian | 4 | -53/+119 |
2013-11-22 | Adjust skip value when paint text two string for text opcode. | Eric Dong | 1 | -0/+6 |
2013-11-22 | Updated OvmfPkg to use suitable CPU Exception Handler Library instances. | Jeff Fan | 3 | -3/+9 |
2013-11-22 | 1. DebugAgentLib will install reserved vector table to persist vectors. | Jeff Fan | 17 | -37/+350 |
2013-11-22 | 1. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuException... | Jeff Fan | 27 | -3023/+1893 |
2013-11-22 | 1. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it... | Jeff Fan | 13 | -34/+268 |
2013-11-22 | TempRam Done PPI definition in PI1.2.1 | Liming Gao | 2 | -4/+4 |
2013-11-22 | Add Reserve Interrupt and Exception Vectors definition defined in PI 1.2.1. | Jeff Fan | 3 | -6/+121 |
2013-11-21 | ShellPkg: Correctly support "map -c" | Jaben Carsey | 1 | -13/+78 |
2013-11-21 | ShellPkg: Update pci command to use ShellPrintEx() | Chris Phillips | 1 | -233/+226 |
2013-11-21 | MdeModulePkg Pcd: Refine the code to avoid error report. | Star Zeng | 2 | -0/+2 |
2013-11-21 | Fix coding style problem in RngDxe driver. | Long, Qin | 3 | -142/+84 |
2013-11-20 | OvmfPkg/QemuVideoDxe: don't leak descriptors returned by GetBarAttributes | Laszlo Ersek | 2 | -0/+5 |
2013-11-20 | Fix GCC build errors | Lee Leahy | 5 | -5/+5 |
2013-11-20 | Ignore transmit errors for UDPv4, UDPv6 and IPv4. | Lee Leahy | 9 | -175/+1238 |
2013-11-20 | ShellPkg: Change MM command output during script execution | Jaben Carsey | 1 | -9/+28 |
2013-11-20 | MdeModulePkg Pcd: Remove the EFIAPI of PeiGetPcdInfo () typedef in Service.h. | Gary Ching-Pang Lin | 1 | -1/+0 |
2013-11-20 | Refine code to follow coding style. | Eric Dong | 1 | -1/+1 |
2013-11-20 | Add 2.4 to system table version. | Shumin Qiu | 1 | -3/+3 |
2013-11-20 | MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_G... | Star Zeng | 1 | -5/+5 |
2013-11-20 | MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_G... | Star Zeng | 8 | -25/+12 |
2013-11-20 | Update revisions for PI1.3. | Shumin Qiu | 3 | -4/+4 |
2013-11-20 | MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE... | Star Zeng | 1 | -1/+1 |
2013-11-20 | MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE... | Star Zeng | 21 | -82/+1831 |
2013-11-19 | ShellPkg pci command: Fix a typo; /r/n => \r\n | Jordan Justen | 1 | -1/+1 |
2013-11-19 | ShellPkg: Add EfiIdeControllerInitProtocol to Shell’s output | Jaben Carsey | 4 | -2/+9 |
2013-11-19 | MdeModulePkg/UsbBus: Stop parsing descriptor if some of descriptor fields are... | Feng Tian | 1 | -12/+20 |
2013-11-19 | Fix a bug about iSCSI initiator(based on NetworkPkg-IPv4 network stack) canno... | Wu Jiaxin | 1 | -3/+3 |
2013-11-19 | MdeModulePkg Pcd: Refine the code to avoid error report. | Star Zeng | 1 | -0/+1 |
2013-11-19 | Fixed one typo in MathRShiftU64.S stub implementation; Add one digest algorit... | Long, Qin | 4 | -5/+32 |
2013-11-19 | Enable the build command override the .DSC file contents to enable debug outp... | Lee Leahy | 2 | -11/+30 |
2013-11-19 | Add UEFI RNG Protocol support. The driver will leverage Intel Secure Key tech... | Long, Qin | 17 | -0/+2247 |
2013-11-18 | MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a... | Bob C Feng | 16 | -525/+875 |
2013-11-18 | Sync BaseTool trunk (version r2610) into EDKII BaseTools. | Liming Gao | 65 | -1300/+3485 |
2013-11-18 | SecurityPkg Variable: Remove mStorageData buffer allocation and use Scratch b... | Star Zeng | 4 | -48/+40 |
2013-11-15 | ShellPkg: "For Run" fix for spaces between numerals | Jaben Carsey | 1 | -6/+29 |
2013-11-15 | ShellPkg: Fix help MAN file searching | Jaben Carsey | 1 | -1/+15 |
2013-11-15 | ShellPkg: Rename duplicate STRING ID | Jaben Carsey | 2 | -1/+1 |
2013-11-15 | ShellPkg: Add DiskIO2, and fix GUID from string check to be case insensitive | Chris Phillips | 4 | -2/+14 |
2013-11-15 | ShellPkg: Skip leading tabs when processing command line and scripts | Chris Phillips | 3 | -5/+15 |
2013-11-15 | ShellPkg: verify that leading and trailing % are removed from variable names ... | Jaben Carsey | 1 | -3/+32 |
2013-11-15 | Add support for PI1.2.1 TempRam Done PPI. | Liming Gao | 1 | -13/+46 |
2013-11-15 | Add support for PI1.2.1 TempRam Done PPI. | Liming Gao | 5 | -146/+303 |
2013-11-15 | Add support for PI1.2.1 TempRam Done PPI. | Liming Gao | 4 | -6/+96 |