summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BaseTools/PeCoffLoader: fix handling of ARM MOVW/MOVT instruction relocsArd Biesheuvel2015-10-091-1/+1
* UefiCpuPkg BaseXApic(X2)Lib: Add ASSERT if local APIC not software enabledHao Wu2015-10-092-1/+19
* UefiCpuPkg: Add ASSERT to handle local APIC not config properlyHao Wu2015-10-091-1/+5
* MdePkg: Add ASSERT to handle local APIC not config properlyHao Wu2015-10-091-2/+37
* SecurityPkg: Clean up unused files in RngDxeThomas Palmer2015-10-096-488/+0
* SecurityPkg: Integrate new RngLib into RngDxeThomas Palmer2015-10-095-409/+28
* MdePkg: Create GetRandomNumber128 in RngLibThomas Palmer2015-10-092-0/+49
* ArmVirtPkg/ArmVirtQemu: enable non-exec DXE stack for AARCH64Ard Biesheuvel2015-10-081-0/+3
* MdeModulePkg/DxeIplPeim: implement non-exec stack for ARM/AARCH64Ard Biesheuvel2015-10-082-0/+15
* ArmPkg/ArmLib MMU: add functions to set/clear RO and XN bits on regionsArd Biesheuvel2015-10-083-0/+150
* ArmPkg/AArch64Mmu: move page table traversal code to separate functionArd Biesheuvel2015-10-081-19/+31
* ArmPkg/AArch64Mmu: use architecturally correct definitions for XN/UXNArd Biesheuvel2015-10-082-3/+6
* BaseTools: Update edksetup.sh to support multiple workspacesLiming Gao2015-10-082-20/+65
* BaseTools: Update Edk2Setup.bat to support multiple workspacesLiming Gao2015-10-083-18/+50
* BaseTools: Update edksetup.bat to support multiple workspacesLiming Gao2015-10-082-58/+122
* BaseTools: Update ECC tool to support multiple workspacesLi YangX2015-10-083-11/+15
* BaseTools: Update UPT tool to support multiple workspacesHesheng Chen2015-10-089-37/+57
* BaseTools: Update Build tool to support multiple workspacesLi YangX2015-10-0815-35/+232
* EmulatorPkg/build.sh: Use GCC49 toolchain with GCC 5.*Jordan Justen2015-10-081-2/+2
* OvmfPkg: raise DXEFV size to 9 MBGary Ching-Pang Lin2015-10-073-9/+9
* ArmPlatformPkg: Fixes for Juno ACPISupreeth Venkatesh2015-10-071-7/+20
* DuetPkg: exit pci function loops early if device is not multi-functionJoseph Shifflett2015-10-061-0/+8
* MdeModulePkg: exit pci function loops early if device is not multi-functionJoseph Shifflett2015-10-063-0/+32
* NetworkPkg: HttpDxe: Remove unused local variablesSamer El-Haj-Mahmoud2015-10-062-8/+1
* ArmPlatformPkg/ArmJunoPkg/Madt.aslc: Fix MADT header versionSudeep Holla2015-10-061-12/+12
* ArmPlatformPkg/RTSM: remove obsolete Foundation model librariesArd Biesheuvel2015-10-066-491/+0
* ArmPkg/AArch64Mmu: remove cache maintenance for page tablesArd Biesheuvel2015-10-061-6/+0
* BaseTools/AARCH64: use large code model for GCC <= 4.8Ard Biesheuvel2015-10-021-3/+3
* ArmPkg/Mmu: do not configure block translations at level 0Ard Biesheuvel2015-10-021-2/+3
* ArmVExpressPkg: use 4 KB section alignment for ARM DXE_RUNTIME_DRIVER modulesArd Biesheuvel2015-10-011-1/+2
* ArmVirtPkg: use 4 KB section alignment for ARM DXE_RUNTIME_DRIVER modulesArd Biesheuvel2015-10-011-1/+2
* BaseTools/ARM: move to unified GCC linker scriptArd Biesheuvel2015-10-011-1/+9
* OvmfPkg: set 4 KB section alignment for DXE_RUNTIME_DRIVER modulesArd Biesheuvel2015-09-303-0/+9
* Vlv2TbltDevicePkg FvbRuntimeDxe: Fix CalculateCheckSum16 input incorrect lengthStar Zeng2015-09-301-2/+2
* IntelFrameworkModulePkg GenericBdsLib: Do not assume perf entry count has no ...Star Zeng2015-09-301-78/+33
* MdeModulePkg UefiBootManagerLib: Do not assume perf entry count has no changeStar Zeng2015-09-301-85/+35
* MdeModulePkg Ip4Dxe: Ip4Config2 to request DHCP Option6 DNS server IPSamer El-Haj-Mahmoud2015-09-302-94/+168
* MdeModulePkg: Add SMBIOS 3.0 support in NetLibGetSystemGuid.Samer El-Haj-Mahmoud2015-09-302-12/+20
* ShellPkg: Add a simple case to test shell parameter parsing logicRuiyu Ni2015-09-294-5/+75
* ShellPkg: Build all libraries unconditionally.Qiu Shumin2015-09-281-2/+13
* MdePkg: remove redundant handling of EFI_IMAGE_REL_BASED_DIR64 relocationsArd Biesheuvel2015-09-253-132/+2
* ArmVirtPkg: build the TFTP command into the UEFI shellLaszlo Ersek2015-09-251-0/+1
* OvmfPkg: build the TFTP command into the UEFI shellLaszlo Ersek2015-09-253-0/+3
* ShellPkg: UefiShellTftpCommandLib: fix incompatible pointer assignmentLaszlo Ersek2015-09-251-0/+2
* UefiCpuPkg/CpuMpPei: Fix wrong CpuData pointerJeff Fan2015-09-251-1/+2
* UefiCpuPkg/CpuMpPei: Add check on Processors number foundJeff Fan2015-09-251-0/+1
* NetworkPkg:Fix iSCSI driver issue to work with iSCSI LIO targetYe Ting2015-09-254-7/+7
* ArmVirtPkg: QemuFwCfgLib: read bytes from fw-cfg with DMA when availableLaszlo Ersek2015-09-242-7/+121
* ArmVirtPkg: VirtFdtDxe: detect fw-cfg DMA interface from the DTBLaszlo Ersek2015-09-245-0/+19
* ShellPkg: Update tftp to build with current tipJaben Carsey2015-09-243-15/+20