summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add VS2013 tool chain in BaseTools\Conf\tools_def.template. Also, two issues...Wang, Yu2014-07-311-0/+478
* MdeModulePkg: Removed valid text mode check in SetAttribute interface in Grap...Elvin Li2014-07-311-7/+0
* Refine code to make it more safely.Eric Dong2014-07-301-2/+7
* ArmPlatformPkg/ArmVExpressPkg: Fix armcc warning causing build failureHarry Liebel2014-07-291-0/+2
* ArmPlatformPkg/Bds: Added boot options reorderingRonald Cron2014-07-292-107/+317
* ArmPlatformPkg/Bds: Corrected boot type detectionRonald Cron2014-07-291-9/+71
* ArmPlatformPkg/Bds: Do not ignore the error code in DefineDefaultBootEntries()Olivier Martin2014-07-291-1/+1
* ArmPlatformPkg/Bds: Added TFTP boot option updateRonald Cron2014-07-291-5/+174
* ArmPlatformPkg/Bds: Change the GetHIInput/EditHIInput to always return a vali...Ronald Cron2014-07-291-24/+35
* ArmPlatformPkg/Bds: Got rid of RequestBootType argumentRonald Cron2014-07-293-53/+38
* ArmPkg: Remove BasePeCoffLibHarry Liebel2014-07-299-2587/+1
* ArmPkg/ArmLib.h: Fixed name of the argumentOlivier Martin2014-07-291-1/+13
* ArmPkg/CpuDxe: Fixed some typo issues in the AArch64 exception codeOlivier Martin2014-07-291-11/+10
* ArmPkg/AArch64.h: Added Exception Syndrome Register definitionsOlivier Martin2014-07-291-0/+7
* ArmPkg/AArch64: Added ARM_HCR_TSC definitionOlivier Martin2014-07-291-4/+5
* ArmPkg/ArmPkg.dec: Added the interrupt numbers for the Hypervisor and Virtual...Olivier Martin2014-07-291-1/+4
* ArmPkg/AArch64.h: Added SPSR and Timer register definitionsOlivier Martin2014-07-291-0/+19
* Add IntelFspPkg to support create FSP bin based on EDKII.jyao12014-07-2964-0/+8155
* Update code to support VS2013 tool chain.Eric Dong2014-07-295-4/+12
* OvmfPkg/build.sh: Support IA32+X64 buildJordan Justen2014-07-281-8/+32
* BuildEnv: remove useless check before setting $WORKSPACEPaolo Bonzini2014-07-281-8/+0
* edksetup.sh: Ensure that WORKSPACE points to the top of an edk2 checkoutPaolo Bonzini2014-07-281-2/+44
* edksetup.sh: Look for BuildEnv under EDK_TOOLS_PATHPaolo Bonzini2014-07-281-3/+6
* EmulatorPkg: Add support for GCC48 & GCC49 toolchainsJordan Justen2014-07-282-1/+9
* OvmfPkg/build.sh: Add support for GCC49 toolchainJordan Justen2014-07-281-1/+4
* BaseTools: Add GCC49 toolchain; align data sections to 0x40Jordan Justen2014-07-282-0/+189
* ShellPkg: fix typo.Jeff Bobzin (jeff.bobzin2014-07-282-33/+33
* Update code to support VS2013 tool chain.Eric Dong2014-07-2823-19/+76
* Update code to support VS2013 tool chain.Eric Dong2014-07-286-5/+18
* Update code to support VS2013 tool chain.Eric Dong2014-07-285-4/+12
* Update code to support VS2013 tool chain.Eric Dong2014-07-283-3/+7
* Fix build error with VS2013 toolchain for NT32 Package caused by function red...Eric Dong2014-07-281-2/+2
* Update the code to follow UEFI spec, process date/time/ref value type as buff...Eric Dong2014-07-282-106/+348
* Add ACPI5.1 header file.jyao12014-07-283-9/+2127
* Print the CodeType and Value of status code with fixed length.Li, Elvin2014-07-285-20/+20
* BaseTools: Clear build versions to sync with buildtools/BaseToolsJordan Justen2014-07-253-3/+3
* Update GenFv tool to handle the file path with space.Gao, Liming liming.gao2014-07-251-3/+21
* Report warning info if vfr file use the flags used for framework code only.Eric Dong2014-07-253-7/+76
* Clean 1 build error and 1 warning for VfrCompiler.Eric Dong2014-07-251-5/+5
* Report warning info if an action opcode has text two statement.Eric Dong2014-07-253-0/+9
* ShellPkg: Fix calls to SimpleTextOut->SetAttribute to not use reserved bitsJaben Carsey2014-07-256-31/+31
* MdeModulePkg: Fix parameter verification for SetAttributeJaben Carsey2014-07-251-2/+2
* CodeModule: BaseTools - Adding the svn:external to the https://svn.code.sf.ne...lhauch2014-07-251-0/+1
* CodeModule: BaseTools - Removing Win32 binaries to be replaced with an svn:ex...lhauch2014-07-2543-82/+0
* StdLib/LibC/StdLib/Malloc.c: Revert cast removal to fix GCC build breakage.Daryl McDaniel2014-07-241-3/+3
* Add IntelFspWrapper to support boot EDKII on FSP bin.jyao12014-07-2461-0/+6577
* Clear the whole EFI_PHYSICAL_ADDRESS CapsuleDataPtr64 to 0 at first to avoid ...Elvin Li2014-07-241-0/+2
* Fix one memory leak.Eric Dong2014-07-241-0/+2
* Fixed one possible array out of bounds issue.isakov-sl2014-07-231-1/+1
* Fix wrong usage sizeof(SIZE).Sergey Isakov2014-07-231-3/+3