Branch: refs/heads/svn/trunk
Home: https://github.com/tianocore/edk2
Commit: fcea0fcb23736a6128ff51c1de2f591157cd164e
https://github.com/tianocore/edk2/commit/fcea0fcb23736a6128ff51c1de2f591157cd164e
Author: Evan Lloyd <[email protected]>
Date: 2016-02-02 (Tue, 02 Feb 2016)
Changed paths:
M ArmPlatformPkg/Documentation/ARM-EDK2-Overview.png
M ArmPlatformPkg/Documentation/ArmPlatformLib-2nd-Stage.png
M ArmPlatformPkg/Documentation/ArmPlatformLib-Full-Boot.png
M ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
M ArmPlatformPkg/Drivers/PL301Axi/PL301Axi.inf
M ArmPlatformPkg/Drivers/PL310L2Cache/PL310L2CacheSec.inf
M ArmPlatformPkg/Drivers/PL34xDmc/PL341Dmc.inf
M ArmPlatformPkg/Drivers/PL35xSmc/InitializeSMC.S
M ArmPlatformPkg/Drivers/PL35xSmc/InitializeSMC.asm
M ArmPlatformPkg/Drivers/PL35xSmc/PL35xSmc.inf
M ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.c
M ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf
M ArmPlatformPkg/Library/L2X0CacheLibNull/L2X0CacheLibNull.inf
M ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointer.c
M ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
M ArmPlatformPkg/License.txt
M ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.c
M ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
M ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.c
M ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
M ArmPlatformPkg/PlatformPei/PlatformPeiLib.c
M ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
M ArmPlatformPkg/PlatformPei/PlatformPeim.c
M ArmPlatformPkg/PlatformPei/PlatformPeim.inf
M ArmPlatformPkg/PrePi/PeiMPCore.inf
M ArmPlatformPkg/PrePi/PeiUniCore.inf
M ArmPlatformPkg/PrePi/PrePi.c
Log Message:
-----------
ArmPlatformPkg: Rectify file modes
Problems have been encountered because some of the source files have
execute permission set. This can cause git to report them as changed
when they are checked out onto a file system with inherited permissions.
This has been seen using Cygwin, MinGW and PowerShell Git.
This patch makes no change to source file content, and only aims to
correct the file modes/permissions.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Evan Lloyd <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19787
6f19259b-4bc3-4df7-8a09-765794883524
Commit: cc78c5c390002d1ce1c9bebe69c9ee9fa09151ad
https://github.com/tianocore/edk2/commit/cc78c5c390002d1ce1c9bebe69c9ee9fa09151ad
Author: Evan Lloyd <[email protected]>
Date: 2016-02-02 (Tue, 02 Feb 2016)
Changed paths:
M BeagleBoardPkg/Debugger_scripts/rvi_dummy.axf
M BeagleBoardPkg/Debugger_scripts/rvi_symbols_macros.inc
M BeagleBoardPkg/Debugger_scripts/rvi_unload_symbols.inc
M BeagleBoardPkg/Include/BeagleBoard.h
M BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoard.c
M BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf
M BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardMem.c
M BeagleBoardPkg/Library/BeagleBoardLib/Clock.c
M BeagleBoardPkg/Library/BeagleBoardLib/PadConfiguration.c
M BeagleBoardPkg/License.txt
M BeagleBoardPkg/Tools/makefile
Log Message:
-----------
BeagleBoardPkg: Rectify file modes
Problems have been encountered because some of the source files have
execute permission set. This can cause git to report them as changed
when they are checked out onto a file system with inherited permissions.
This has been seen using Cygwin, MinGW and PowerShell Git.
This patch makes no change to source file content, and only aims to
correct the file modes/permissions.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Evan Lloyd <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19788
6f19259b-4bc3-4df7-8a09-765794883524
Commit: ccca560b4f22f5f731a11abdb3f79fe7306bfd72
https://github.com/tianocore/edk2/commit/ccca560b4f22f5f731a11abdb3f79fe7306bfd72
Author: Evan Lloyd <[email protected]>
Date: 2016-02-02 (Tue, 02 Feb 2016)
Changed paths:
M EmbeddedPkg/Include/Library/DebugAgentTimerLib.h
M EmbeddedPkg/Include/Library/DmaLib.h
M EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLib.c
M EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
M EmbeddedPkg/Library/FdtLib/README.txt
M EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.S
M EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.asm
M EmbeddedPkg/Library/GdbDebugAgent/Arm/Processor.c
M EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.c
M EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.h
M EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
M EmbeddedPkg/Library/GdbDebugAgent/Ia32/Processor.c
M EmbeddedPkg/Library/GdbDebugAgent/X64/Processor.c
M EmbeddedPkg/Library/GdbDebugAgent/gdbnotes.txt
M EmbeddedPkg/Library/NullDmaLib/NullDmaLib.c
M EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf
M EmbeddedPkg/License.txt
M EmbeddedPkg/Scripts/LauterbachT32/EFI.CMM
M EmbeddedPkg/Scripts/LauterbachT32/EfiLoadDxe.cmm
M EmbeddedPkg/Scripts/LauterbachT32/EfiLoadFv.cmm
M EmbeddedPkg/Scripts/LauterbachT32/EfiProcessPeImage.cmm
M EmbeddedPkg/Scripts/LauterbachT32/EfiProcessTeImage.cmm
M EmbeddedPkg/Scripts/LauterbachT32/README.txt
M EmbeddedPkg/Scripts/LauterbachT32/T32.CMM
Log Message:
-----------
EmbeddedPkg: Rectify file modes
Problems have been encountered because some of the source files have
execute permission set. This can cause git to report them as changed
when they are checked out onto a file system with inherited permissions.
This has been seen using Cygwin, MinGW and PowerShell Git.
This patch makes no change to source file content, and only aims to
correct the file modes/permissions.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Evan Lloyd <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19789
6f19259b-4bc3-4df7-8a09-765794883524
Commit: 40f849aac5597508e9e1b72854dea0c5850983c7
https://github.com/tianocore/edk2/commit/40f849aac5597508e9e1b72854dea0c5850983c7
Author: Evan Lloyd <[email protected]>
Date: 2016-02-02 (Tue, 02 Feb 2016)
Changed paths:
M Omap35xxPkg/Include/Library/OmapDmaLib.h
M Omap35xxPkg/Include/Omap3530/Omap3530Dma.h
M Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.c
M Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf
M Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.c
M Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf
M Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.c
M Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf
M Omap35xxPkg/License.txt
M Omap35xxPkg/MmcHostDxe/MmcHostDxe.c
M Omap35xxPkg/MmcHostDxe/MmcHostDxe.h
M Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf
Log Message:
-----------
Omap35xxPkg: Rectify file modes
Problems have been encountered because some of the source files have
execute permission set. This can cause git to report them as changed
when they are checked out onto a file system with inherited permissions.
This has been seen using Cygwin, MinGW and PowerShell Git.
This patch makes no change to source file content, and only aims to
correct the file modes/permissions.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Evan Lloyd <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19790
6f19259b-4bc3-4df7-8a09-765794883524
Compare: https://github.com/tianocore/edk2/compare/98c2d9610506...40f849aac559------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits