summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-26NetworkPkg: Add dns support for pxe boot based on IPv6.Zhang Lubo5-38/+261
2016-10-26BeagleBoardPkg: move to generic BDSArd Biesheuvel2-11/+56
2016-10-26BeagleBoardPkg: remove unused modulesArd Biesheuvel16-1986/+0
2016-10-26Omap35xxPkg: enable -DDISABLE_NEW_DEPRECATED_INTERFACESArd Biesheuvel1-0/+1
2016-10-26Omap35xxPkg/Omap35xxPkg.dsc: fix build and add missing modulesArd Biesheuvel1-8/+11
2016-10-26Omap35xxPkg/MMCHSDxe: fix device path initializerArd Biesheuvel1-5/+9
2016-10-26Omap35xxPkg: remove unused ResetSystemLib implementationArd Biesheuvel2-130/+0
2016-10-26ArmPkg/ArmDmaLib: add missing DxeServicesTableLib dependencyArd Biesheuvel1-0/+1
2016-10-26edksetup.bat: make sure BASE_TOOLS_PATH be set correctlyLiming Gao1-1/+2
2016-10-26MdePkg ACPI60: Update MADT Revision per ACPI 6.0 Errata ALiming Gao1-3/+3
2016-10-26MdePkg ACPI51: Update GIC version per ACPI 5.1 Errata BLiming Gao1-4/+4
2016-10-26NetworkPkg: Fix typos in commentsGary Lin8-82/+82
2016-10-25QuarkSocPkg: Fix typos in commentsGary Lin9-19/+19
2016-10-25QuarkPlatformPkg: Fix typos in commentsGary Lin4-10/+10
2016-10-25ArmVirtPkg: disable deprecated interfacesLaszlo Ersek1-0/+6
2016-10-25ArmPkg/DefaultExceptionHandlerLib: replace AsciiStrCat() with AsciiStrCatS()Laszlo Ersek1-4/+14
2016-10-25ArmPkg/ArmDisassemblerLib: replace AsciiStrCat() with AsciiStrCatS()Laszlo Ersek2-23/+19
2016-10-25ArmVirtPkg/PlatformBootManagerLib: eliminate unchecked PcdSetXX() callsLaszlo Ersek1-1/+5
2016-10-25ArmVirtPkg/FdtPciPcdProducerLib: eliminate unchecked PcdSetXX() callsLaszlo Ersek1-3/+7
2016-10-25ArmVirtPkg/ArmVirtTimerFdtClientLib: eliminate unchecked PcdSetXX() callsLaszlo Ersek1-4/+9
2016-10-25ArmVirtPkg/ArmVirtPlatformLib: eliminate unchecked PcdSetXX() callsLaszlo Ersek1-8/+10
2016-10-25ArmVirtPkg/ArmVirtPL031FdtClientLib: eliminate unchecked PcdSetXX() callsLaszlo Ersek1-1/+3
2016-10-25ArmVirtPkg/ArmVirtGicArchLib: eliminate unchecked PcdSetXX() callsLaszlo Ersek1-4/+9
2016-10-25OvmfPkg: disable deprecated interfacesLaszlo Ersek3-0/+21
2016-10-25OvmfPkg/QemuFlashFvbServicesRuntimeDxe: eliminate unchecked PcdSetXX() callsLaszlo Ersek1-4/+9
2016-10-25OvmfPkg/PlatformPei: eliminate unchecked PcdSetXX() callsLaszlo Ersek3-20/+40
2016-10-25OvmfPkg/PlatformDxe: eliminate unchecked PcdSetXX() callsLaszlo Ersek1-2/+6
2016-10-25OvmfPkg/SmbiosVersionLib: eliminate unchecked PcdSetXX() callsLaszlo Ersek1-3/+7
2016-10-25OvmfPkg/PlatformBootManagerLib: eliminate unchecked PcdSetXX() callsLaszlo Ersek1-4/+10
2016-10-25OvmfPkg/EmuVariableFvbRuntimeDxe: eliminate unchecked PcdSetXX() callsLaszlo Ersek1-3/+9
2016-10-25OvmfPkg/XenBusDxe: eliminate AsciiStrCat() callsLaszlo Ersek2-6/+10
2016-10-25OvmfPkg/XenBusDxe: eliminate AsciiStrCpy() callsLaszlo Ersek1-5/+2
2016-10-25MdePkg/DebugLib.h: add ASSERT_RETURN_ERROR()Laszlo Ersek1-0/+27
2016-10-25ShellPkg: update ping to use timer service instead of timer arch protocol .Fu Siyuan3-70/+171
2016-10-25MdePkg BaseMemoryLibOptDxe: Add function comment for InternalMemCompareGuidLiming Gao1-0/+13
2016-10-25MdeModulePkg LoadFileOnFv2: Correct the parameter name in function commentLiming Gao1-1/+1
2016-10-25MdeModulePkg/HiiDatabaseDxe.inf: Correct the GUID usagesRuiyu Ni1-2/+2
2016-10-25MdeModulePkg/GraphicsOutputDxe.inf: Correct the protocol/GUID usagesRuiyu Ni1-5/+5
2016-10-25MdeModulePkg: Add PcdPciDegradeResourceForOptionRom prompt&help to UNIRuiyu Ni1-0/+9
2016-10-24ShellPkg: handle '-t or -terse' and '-s' flags for 'ver' command properlyTapan Shah1-9/+15
2016-10-24ArmPlatformPkg/NorFlashDxe: eliminate void pointer arithmeticArd Biesheuvel1-1/+1
2016-10-24ArmPkg: remove BaseMemoryLibStmArd Biesheuvel25-2440/+0
2016-10-24BeagleBoardPkg: remove dependency on ArmPkg/BaseMemoryLibStmArd Biesheuvel1-1/+1
2016-10-24ArmPlatformPkg/PrePi: avoid global variable write to mSystemMemoryEndArd Biesheuvel4-44/+14
2016-10-24ArmVirtPkg/PrePi: remove mSystemMemoryEndArd Biesheuvel3-15/+1
2016-10-24edksetup.sh, BaseTools/BuildEnv: add --reconfig supportLeif Lindholm2-1/+12
2016-10-24edksetup.sh: rework argument parsing and update usage informationLeif Lindholm1-28/+37
2016-10-24Edk2Setup.bat: Support building platforms with Python sourceCinnamon Shia1-6/+30
2016-10-24edksetup.bat: Support --nt32 X64Cinnamon Shia2-46/+29
2016-10-24IntelFsp2WrapperPkg: Fix a typo in the commentGary Lin1-1/+1