summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-04ArmPkg/ArmGic: Returned the InterruptId in ArmGicAcknowledgeInterrupt()Olivier Martin5-22/+66
2014-07-04ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicDxeOlivier Martin4-270/+330
2014-07-04ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicLibOlivier Martin10-115/+324
2014-07-04ArmPkg/ArmGic: Moved ArmGicDisableDistributor() to ArmGicLib.cOlivier Martin2-14/+13
2014-07-04ArmPkg/ArmGic: Move RegisterInterruptSource() to the common GicDxe fileOlivier Martin3-42/+50
2014-07-04ArmPkg/ArmGic: Move the installation and the registration to InstallAndRegist...Olivier Martin4-53/+142
2014-07-04ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLib (cont)Olivier Martin4-67/+151
2014-07-04ArmPkg/ArmGic: Introduced helper functions to access the GIC controllerOlivier Martin3-61/+66
2014-07-04ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLibOlivier Martin3-27/+25
2014-07-04ArmPkg/ArmGic: Move out the EndOfInterrupt from the interrupt acknowledgementOlivier Martin7-36/+33
2014-07-04ArmPkg/Drivers/ArmGic: Introduced ArmGicEndOfInterrupt()Olivier Martin4-3/+20
2014-07-04MdeModulePkg XhciDxe: XHCI multiple interface alternate setting support.Star Zeng4-249/+841