summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-25CodeModule: BaseTools - Removing Win32 binaries to be replaced with an svn:ex...lhauch43-82/+0
2014-07-24StdLib/LibC/StdLib/Malloc.c: Revert cast removal to fix GCC build breakage.Daryl McDaniel1-3/+3
2014-07-24Add IntelFspWrapper to support boot EDKII on FSP bin.jyao161-0/+6577
2014-07-24Clear the whole EFI_PHYSICAL_ADDRESS CapsuleDataPtr64 to 0 at first to avoid ...Elvin Li1-0/+2
2014-07-24Fix one memory leak.Eric Dong1-0/+2
2014-07-23Fixed one possible array out of bounds issue.isakov-sl1-1/+1
2014-07-23Fix wrong usage sizeof(SIZE).Sergey Isakov1-3/+3
2014-07-23Fix memory leak issues in BiosSnp module.Elvin Li2-3/+14
2014-07-22OvmfPkg: build OVMF_VARS.fd, OVMF_CODE.fd, OVMF.fdLaszlo Ersek5-65/+164
2014-07-22OvmfPkg: extract varstore-related FD Layout Regions to an include fileLaszlo Ersek4-198/+87
2014-07-22EmulatorPkg/MpService: modify AP state should hold a mutexChen Fan1-0/+5
2014-07-22MdeModulePkg/AtaAtapiPassThru: Correct the algo of calculating PRDT number to...Tian, Feng1-2/+2
2014-07-21Refine code to follow good coding style.Eric Dong2-4/+4
2014-07-21MdePkg BaseLib: Fix a corner case of Source and Destination overlap.Star Zeng1-4/+4
2014-07-17StdLib: Simple code cleanupDaryl McDaniel5-48/+55
2014-07-17StdLib: Move GetPass.c out of Uefi and into PosixLib. Create LibPosix to con...Daryl McDaniel5-18/+79
2014-07-16Add comments for clarification about memset implementation.Long, Qin1-1/+8
2014-07-15ArmPkg/ArmLib.h: Removed GET_CORE_POS macroRonald Cron2-12/+14
2014-07-15ArmPlatformPkg/Bds: Getting and editing IP addressesRonald Cron7-30/+92
2014-07-15ARM Packages: Force the SEC modules to be 2K aligned for AArch64Olivier Martin8-36/+53
2014-07-15ArmPkg/BdsLib: Removed PSCI discoverability from the Linux loaderOlivier Martin6-110/+31
2014-07-15ArmPlatformPkg/ArmPlatformLib.h: Added documentation for ArmPlatformPeiBootAc...Olivier Martin1-0/+16
2014-07-15ArmPlatformPkg/Bds: Added update of Pxe boot optionRonald Cron1-2/+22
2014-07-14Add check to make code more safely.Eric Dong1-2/+5
2014-07-14Check the validation when return from callback function to avoid use the inva...Eric Dong3-49/+156
2014-07-14MdePkg PeiHobLib: Initialize Owner field of Resource HOB to 0 rather than ran...Star Zeng1-1/+2
2014-07-111. Save/restore ICR high 32bit value and check Delivery Status before sending...Jeff Fan3-2/+76
2014-07-10Fix a memory use after free bug in DHCP6 driver.Fu, Siyuan1-2/+29
2014-07-10Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value...Jeff Fan5-8/+15
2014-07-10Fix build fail for VS2005 tool chain.Eric Dong1-1/+1
2014-07-10Fixed one code error, should use & instead of |.Eric Dong1-8/+3
2014-07-09ArmPkg/ArmLib: Improved ArmConfigureMmu PerformanceEugene Cohen1-12/+12
2014-07-09MdePkg/BasePrintLib: Do not do operations with NULLHarry Liebel1-7/+14
2014-07-09Refine the readme.txt for Duet platform, update the GCC tool chain to GCC44. Eric Dong1-30/+14
2014-07-09Update the bat file, avoid change the original binary file in SVN, copy a tem...Eric Dong2-15/+28
2014-07-09The UEFI specification does not say anything when the pointers passed toOlivier Martin1-2/+12
2014-07-09Fixed typos: hanlder should be handler.Chen Fan12-12/+12
2014-07-09Refine the sample for action, should not use text two part.Eric Dong1-8/+0
2014-07-09Fix build fail for VS2005 tool chain.Eric Dong1-1/+1
2014-07-08Refine the save action for the browser.Eric Dong9-209/+930
2014-07-08Update OpenSSL from 0.9.8w to the latest 0.9.8za.Long, Qin5-109/+159
2014-07-08MdeModulePkg XhciPei: Fix build failure "conversion from 'UINT32' to 'UINT8',...Star Zeng1-1/+1
2014-07-07Refine code to follow good coding style.Eric Dong3-4/+9
2014-07-07MdeModulePkg XhciPei: Initialize ScratchPhy and ScratchEntryPhy in XhcPeiInit...Star Zeng1-0/+2
2014-07-07MdeModulePkg XhciDxe: Initialize ScratchPhy and ScratchEntryPhy in XhcInitSch...Star Zeng1-0/+2
2014-07-07Restore the question value before call the CHANGED callback type.Eric Dong1-0/+5
2014-07-04EmulatorPkg: Add structure braces { } to fix build warningJordan Justen2-5/+7
2014-07-04EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c: Convert to CRLF (dos text)Jordan Justen1-448/+448
2014-07-04EmbeddedPkg/Lan9118Dxe: Handle EFI_STATUS from PhySoftReset() & SoftReset()Olivier Martin3-25/+38
2014-07-04ArmPlatformPkg/Bds: Added boot timeout settingRonald Cron1-0/+49