summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* StdLib: remove mention of ARMGCCArd Biesheuvel2015-08-121-2/+0
* BaseTools: add ARCH detection for AARCH64 and ARMArd Biesheuvel2015-08-121-0/+6
* BaseTools/GenFds: Fix 'NoneType' object is not iterable error.Qiu Shumin2015-08-121-2/+2
* OvmfPkg/Xen: use lower case x in hex immediate valueArd Biesheuvel2015-08-111-1/+1
* ArmVirtPkg: use global section alignment in custom linker scriptArd Biesheuvel2015-08-111-2/+2
* ArmVirtPkg: avoid relocated immediates in AARCH64 asmArd Biesheuvel2015-08-111-2/+2
* MdeModulePkg: Fix issue about current Ip4Dxe implementation for DHCP DORA pro...Jiaxin Wu2015-08-113-22/+22
* MdeModulePkg: Change the macro name to fit coding stylefanwang22015-08-112-2/+2
* NetworkPkg: Change the macro name to fit coding stylefanwang22015-08-112-8/+8
* BaseTools: add CLANG35 toolchain with AARCH64 supportArd Biesheuvel2015-08-101-0/+58
* BaseTools/GenFw: allow AArch64 tiny and small code model relocationsArd Biesheuvel2015-08-101-43/+49
* ArmPlatformPkg/FVP: use 'auto' alignment and FIXED placement for XIP modulesArd Biesheuvel2015-08-101-6/+6
* ArmPlatformPkg/ArmJunoPkg: use TE 'auto' alignment for SEC modulesArd Biesheuvel2015-08-101-4/+4
* ArmPlatformPkg/ArmJunoPkg: use a rodata symbol for ReferenceAcpiTableArd Biesheuvel2015-08-104-44/+20
* ArmPkg/GenericWatchdogDxe: add missing VOID* castArd Biesheuvel2015-08-101-1/+1
* ArmPkg/GicV3: use GICv3 generic sysreg names only for GNU asArd Biesheuvel2015-08-101-0/+10
* UefiCpuPkg CpuDxe: Sync up the settings of Execute Disable to APsStar Zeng2015-08-081-2/+133
* MdeModulePkg DxeIpl: Fix IA32 build failure with GCC 5.1.1Star Zeng2015-08-071-0/+1
* ArmPlatformPkg/PlatformPeim: constify EFI_PEI_PPI_DESCRIPTOR globalsArd Biesheuvel2015-08-071-2/+2
* ArmPlatformPkg/PrePeiCore: constify PPI globalsArd Biesheuvel2015-08-071-5/+5
* ShellBinPkg: Ia32/X64 Shell binary update. Qiu Shumin2015-08-075-1/+1
* ShellPkg: Add function comments and refine code format to follow EDKII coding...Qiu Shumin2015-08-071-7/+123
* MdeModulePkg: Use monotonic count to initialize the NetLib random seed.Fu Siyuan2015-08-072-9/+13
* ShellPkg: Refine global variable name to follow EDK II coding style.Kinney, Michael D2015-08-071-4/+4
* ShellPkg: Fix build failure in VS2015.Kinney, Michael D2015-08-071-1/+2
* OvmfPkg: SmbiosVersionLib: recognize SMBIOS 3.x entry pointLaszlo Ersek2015-08-065-0/+21
* ArmVirtPkg: set default for PcdSmbiosDocRevLaszlo Ersek2015-08-061-0/+1
* OvmfPkg: SmbiosPlatformDxe: eliminate duplicate entry point validationLaszlo Ersek2015-08-064-21/+28
* ArmVirtPkg/ArmVirtQemu.dsc: set default for PcdQemuSmbiosValidatedLaszlo Ersek2015-08-061-0/+1
* OvmfPkg: introduce PcdQemuSmbiosValidatedLaszlo Ersek2015-08-064-0/+4
* ArmVirtPkg: revert "ArmVirtPkg: add QemuFwCfgToPcdDxe"Laszlo Ersek2015-08-064-78/+0
* ArmVirtPkg: set SMBIOS version in DetectSmbiosVersionLib instead of QemuFwCfg...Laszlo Ersek2015-08-063-45/+4
* OvmfPkg: set SMBIOS version in DetectSmbiosVersionLib instead of PlatformPeiLaszlo Ersek2015-08-065-44/+12
* OvmfPkg: SmbiosVersionLib: add "plugin" for detecting SMBIOS versionLaszlo Ersek2015-08-062-0/+127
* OvmfPkg: PlatformDebugLibIoPort: fix AsciiSPrint() format stringLaszlo Ersek2015-08-061-1/+2
* Nt32Pkg: Platform BDS should test the untested memoryRuiyu Ni2015-08-063-0/+92
* SecurityPkg: Update coding styleChao Zhang2015-08-061-1/+2
* BaseTools/Trim: Fixed a bug that cannot trim long valuesYingke Liu2015-08-062-4/+4
* MdeModulePkg/Usb: Adjust TPL to not block async transfer during usb enum.Feng Tian2015-08-064-7/+7
* UefiCpuPkg/CpuMpPei: Update files format to DOSJeff Fan2015-08-0614-4082/+4082
* ShellPkg: Fix issue about ping fail with IPv4Jiaxin Wu2015-08-061-2/+3
* MdeModulePkg DxeIpl: Add stack NX supportStar Zeng2015-08-057-38/+392
* Vlv2TbltDevicePkg: Sync the branch changes to trunk.Tim He2015-08-051-5/+5
* UiApp: Update copyright info, cover old code existed in old BdsDxe driver.Eric Dong2015-08-0534-29/+29
* LegacyBootMaintUi: Update copyright info, cover old code existed in old BdsDx...Eric Dong2015-08-054-3/+3
* NetworkPkg: Fix assert caused by wrong parameter in AsciiStrCpyS()Zhang Lubo2015-08-051-1/+1
* MdePkg UefiLib: Fix wrong DestMax passed to StrCpyS()Hao Wu2015-08-051-3/+5
* IntelFrameworkPkg FrameworkUefiLib: Fix wrong DestMax passed to StrCpyS()Hao Wu2015-08-051-1/+1
* UefiCpuPkg/CpuMpPei: Add meta data descriptionJeff Fan2015-08-051-5/+5
* ShellPkg: Fix 'drivers' assert issue for a driver name longer than 35 charact...Tapan Shah2015-08-051-1/+1