summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Library
diff options
context:
space:
mode:
authorEvan Lloyd <evan.lloyd@arm.com>2016-02-02 11:42:51 +0000
committerleiflindholm <leiflindholm@Edk2>2016-02-02 11:42:51 +0000
commitccca560b4f22f5f731a11abdb3f79fe7306bfd72 (patch)
tree16141fb2273ba72ad8cce08721ac0c00f5bdb9a3 /EmbeddedPkg/Library
parentcc78c5c390002d1ce1c9bebe69c9ee9fa09151ad (diff)
downloadedk2-ccca560b4f22f5f731a11abdb3f79fe7306bfd72.tar.gz
edk2-ccca560b4f22f5f731a11abdb3f79fe7306bfd72.tar.bz2
edk2-ccca560b4f22f5f731a11abdb3f79fe7306bfd72.zip
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 <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@19789 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/Library')
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLib.c0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/FdtLib/README.txt0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.S0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.asm0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/Arm/Processor.c0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.c0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.h0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/Ia32/Processor.c0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/X64/Processor.c0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/GdbDebugAgent/gdbnotes.txt0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/NullDmaLib/NullDmaLib.c0
-rw-r--r--[-rwxr-xr-x]EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf0
14 files changed, 0 insertions, 0 deletions
diff --git a/EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLib.c b/EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLib.c
index bb1ea132cf..bb1ea132cf 100755..100644
--- a/EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLib.c
+++ b/EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLib.c
diff --git a/EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf b/EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
index 010bed3ad3..010bed3ad3 100755..100644
--- a/EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
+++ b/EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
diff --git a/EmbeddedPkg/Library/FdtLib/README.txt b/EmbeddedPkg/Library/FdtLib/README.txt
index fb4010539f..fb4010539f 100755..100644
--- a/EmbeddedPkg/Library/FdtLib/README.txt
+++ b/EmbeddedPkg/Library/FdtLib/README.txt
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.S b/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.S
index df1543a6d2..df1543a6d2 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.S
+++ b/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.S
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.asm b/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.asm
index 611e83d7da..611e83d7da 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.asm
+++ b/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.asm
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/Arm/Processor.c b/EmbeddedPkg/Library/GdbDebugAgent/Arm/Processor.c
index 61c6184fae..61c6184fae 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/Arm/Processor.c
+++ b/EmbeddedPkg/Library/GdbDebugAgent/Arm/Processor.c
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.c b/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.c
index 2e67de6f99..2e67de6f99 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.c
+++ b/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.c
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.h b/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.h
index dfdc016d9d..dfdc016d9d 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.h
+++ b/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.h
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf b/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
index 02f80579b1..02f80579b1 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
+++ b/EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/Ia32/Processor.c b/EmbeddedPkg/Library/GdbDebugAgent/Ia32/Processor.c
index d465b21183..d465b21183 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/Ia32/Processor.c
+++ b/EmbeddedPkg/Library/GdbDebugAgent/Ia32/Processor.c
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/X64/Processor.c b/EmbeddedPkg/Library/GdbDebugAgent/X64/Processor.c
index cbe50d78ec..cbe50d78ec 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/X64/Processor.c
+++ b/EmbeddedPkg/Library/GdbDebugAgent/X64/Processor.c
diff --git a/EmbeddedPkg/Library/GdbDebugAgent/gdbnotes.txt b/EmbeddedPkg/Library/GdbDebugAgent/gdbnotes.txt
index 287b09e6a8..287b09e6a8 100755..100644
--- a/EmbeddedPkg/Library/GdbDebugAgent/gdbnotes.txt
+++ b/EmbeddedPkg/Library/GdbDebugAgent/gdbnotes.txt
diff --git a/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.c b/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.c
index a0bb57541d..a0bb57541d 100755..100644
--- a/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.c
+++ b/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.c
diff --git a/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf b/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf
index 38261d5ede..38261d5ede 100755..100644
--- a/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf
+++ b/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf