diff options
author | Evan Lloyd <evan.lloyd@arm.com> | 2016-02-02 11:43:00 +0000 |
---|---|---|
committer | leiflindholm <leiflindholm@Edk2> | 2016-02-02 11:43:00 +0000 |
commit | 40f849aac5597508e9e1b72854dea0c5850983c7 (patch) | |
tree | c75f38a16ff7ffae727f3d57e59541a48e1a2fbc /Omap35xxPkg/Library | |
parent | ccca560b4f22f5f731a11abdb3f79fe7306bfd72 (diff) | |
download | edk2-platforms-40f849aac5597508e9e1b72854dea0c5850983c7.tar.xz |
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 <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@19790 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Omap35xxPkg/Library')
-rw-r--r--[-rwxr-xr-x] | Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.c b/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.c index 11f0bdd117..11f0bdd117 100755..100644 --- a/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.c +++ b/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.c diff --git a/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf b/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf index 07810d9afd..07810d9afd 100755..100644 --- a/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf +++ b/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf diff --git a/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.c b/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.c index 41cfefbebc..41cfefbebc 100755..100644 --- a/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.c +++ b/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.c diff --git a/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf b/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf index b569cfbdef..b569cfbdef 100755..100644 --- a/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf +++ b/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf diff --git a/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.c b/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.c index 0ae452ebd7..0ae452ebd7 100755..100644 --- a/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.c +++ b/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.c diff --git a/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf b/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf index 8b49638c23..8b49638c23 100755..100644 --- a/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf +++ b/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf |