summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix memory leak issues in BiosSnp module.Elvin Li2014-07-232-3/+14
* OvmfPkg: build OVMF_VARS.fd, OVMF_CODE.fd, OVMF.fdLaszlo Ersek2014-07-225-65/+164
* OvmfPkg: extract varstore-related FD Layout Regions to an include fileLaszlo Ersek2014-07-224-198/+87
* EmulatorPkg/MpService: modify AP state should hold a mutexChen Fan2014-07-221-0/+5
* MdeModulePkg/AtaAtapiPassThru: Correct the algo of calculating PRDT number to...Tian, Feng2014-07-221-2/+2
* Refine code to follow good coding style.Eric Dong2014-07-212-4/+4
* MdePkg BaseLib: Fix a corner case of Source and Destination overlap.Star Zeng2014-07-211-4/+4
* StdLib: Simple code cleanupDaryl McDaniel2014-07-175-48/+55
* StdLib: Move GetPass.c out of Uefi and into PosixLib. Create LibPosix to con...Daryl McDaniel2014-07-175-18/+79
* Add comments for clarification about memset implementation.Long, Qin2014-07-161-1/+8
* ArmPkg/ArmLib.h: Removed GET_CORE_POS macroRonald Cron2014-07-152-12/+14
* ArmPlatformPkg/Bds: Getting and editing IP addressesRonald Cron2014-07-157-30/+92
* ARM Packages: Force the SEC modules to be 2K aligned for AArch64Olivier Martin2014-07-158-36/+53
* ArmPkg/BdsLib: Removed PSCI discoverability from the Linux loaderOlivier Martin2014-07-156-110/+31
* ArmPlatformPkg/ArmPlatformLib.h: Added documentation for ArmPlatformPeiBootAc...Olivier Martin2014-07-151-0/+16
* ArmPlatformPkg/Bds: Added update of Pxe boot optionRonald Cron2014-07-151-2/+22
* Add check to make code more safely.Eric Dong2014-07-141-2/+5
* Check the validation when return from callback function to avoid use the inva...Eric Dong2014-07-143-49/+156
* MdePkg PeiHobLib: Initialize Owner field of Resource HOB to 0 rather than ran...Star Zeng2014-07-141-1/+2
* 1. Save/restore ICR high 32bit value and check Delivery Status before sending...Jeff Fan2014-07-113-2/+76
* Fix a memory use after free bug in DHCP6 driver.Fu, Siyuan2014-07-101-2/+29
* Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value...Jeff Fan2014-07-105-8/+15
* Fix build fail for VS2005 tool chain.Eric Dong2014-07-101-1/+1
* Fixed one code error, should use & instead of |.Eric Dong2014-07-101-8/+3