]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.c
ArmPlatformPkg: Rectify file modes
authorEvan Lloyd <evan.lloyd@arm.com>
Tue, 2 Feb 2016 11:42:31 +0000 (11:42 +0000)
committerleiflindholm <leiflindholm@Edk2>
Tue, 2 Feb 2016 11:42:31 +0000 (11:42 +0000)
commitfcea0fcb23736a6128ff51c1de2f591157cd164e
treed4a7e88bc6a6c06c7e8db3729940004d83445fce
parent98c2d961050603615d1d9307dac3c7ef69e207b4
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 <evan.lloyd@arm.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19787 6f19259b-4bc3-4df7-8a09-765794883524
27 files changed:
ArmPlatformPkg/Documentation/ARM-EDK2-Overview.png [changed mode: 0755->0644]
ArmPlatformPkg/Documentation/ArmPlatformLib-2nd-Stage.png [changed mode: 0755->0644]
ArmPlatformPkg/Documentation/ArmPlatformLib-Full-Boot.png [changed mode: 0755->0644]
ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf [changed mode: 0755->0644]
ArmPlatformPkg/Drivers/PL301Axi/PL301Axi.inf [changed mode: 0755->0644]
ArmPlatformPkg/Drivers/PL310L2Cache/PL310L2CacheSec.inf [changed mode: 0755->0644]
ArmPlatformPkg/Drivers/PL34xDmc/PL341Dmc.inf [changed mode: 0755->0644]
ArmPlatformPkg/Drivers/PL35xSmc/InitializeSMC.S [changed mode: 0755->0644]
ArmPlatformPkg/Drivers/PL35xSmc/InitializeSMC.asm [changed mode: 0755->0644]
ArmPlatformPkg/Drivers/PL35xSmc/PL35xSmc.inf [changed mode: 0755->0644]
ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.c [changed mode: 0755->0644]
ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.inf [changed mode: 0755->0644]
ArmPlatformPkg/Library/L2X0CacheLibNull/L2X0CacheLibNull.inf [changed mode: 0755->0644]
ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointer.c [changed mode: 0755->0644]
ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf [changed mode: 0755->0644]
ArmPlatformPkg/License.txt [changed mode: 0755->0644]
ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.c [changed mode: 0755->0644]
ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf [changed mode: 0755->0644]
ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.c [changed mode: 0755->0644]
ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf [changed mode: 0755->0644]
ArmPlatformPkg/PlatformPei/PlatformPeiLib.c [changed mode: 0755->0644]
ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf [changed mode: 0755->0644]
ArmPlatformPkg/PlatformPei/PlatformPeim.c [changed mode: 0755->0644]
ArmPlatformPkg/PlatformPei/PlatformPeim.inf [changed mode: 0755->0644]
ArmPlatformPkg/PrePi/PeiMPCore.inf [changed mode: 0755->0644]
ArmPlatformPkg/PrePi/PeiUniCore.inf [changed mode: 0755->0644]
ArmPlatformPkg/PrePi/PrePi.c [changed mode: 0755->0644]